| Coding Forum Problems with your code? Let's hear about it. |
12-10-2006, 08:17 AM
|
#1 (permalink)
|
|
Contributing Member
Join Date: 07-12-06
Location: Michigan
Posts: 132
Latest Blog: None
|
PHP Forms - Code by hand or use tool? Which tool?
I've asked this elsewhere, but I'm looking for more replies.
I'm starting a new project where I am going to be using more PHP forms/fields/processing.
Do most folks here code PHP forms by hand (as I do), or do you use some tool or CMS that makes this task easier? Any suggestions?
Thanks.
|
|
|
12-11-2006, 10:16 AM
|
#2 (permalink)
|
|
v7n Mentor
Join Date: 11-22-06
Location: Phoenix, AZ
Posts: 1,804
Latest Blog: None
|
Personally, I always code them by hand. It just seems like most of the tools have to have too much extraneous code to support all the different things people might do with them. Plus, if I do want to restyle or ask for data in a little different format than what the tools will allow, it becomes a nightmare trying to get them to cooperate. 
__________________
Experimenting
|
|
|
12-12-2006, 10:38 AM
|
#3 (permalink)
|
|
Contributing Member
Join Date: 07-12-06
Location: Michigan
Posts: 132
Latest Blog: None
|
Quote:
Originally Posted by Taltos
Personally, I always code them by hand. It just seems like most of the tools have to have too much extraneous code to support all the different things people might do with them. Plus, if I do want to restyle or ask for data in a little different format than what the tools will allow, it becomes a nightmare trying to get them to cooperate. 
|
Thanks. I think I'll probably just continue to hand-code too.
|
|
|
12-12-2006, 10:57 AM
|
#4 (permalink)
|
|
Contributing Member
Join Date: 11-29-06
Location: Scotland, UK
Posts: 209
Latest Blog: None
|
Have a look at http://www.v7n.com/forums/coding-for...php-forms.html
StupidScript wrote a good form there. Or look into the v7n script archives, I found a good form in there for another project I was doing, it validates fields and also sends autoreplies, but as said before there is code in there that you really don't need for everything. If you know what your doing though you can remove it.
|
|
|
12-12-2006, 01:06 PM
|
#5 (permalink)
|
|
Contributing Member
Join Date: 11-01-03
Location: Kansas City
Posts: 1,067
|
I've always wrote by hand... BUT! There is one program that is good to use for me.
I use EditPlus 2 ( http://www.editplus.com).. it is awesome in my opinion. It color coordinates your PHP code, and has a FTP Uploader built in, which makes editing very easy. Also, instead of FTP, you can edit your files directly off the server, which is even easier.
Try it out, it's pretty good for coding PHP.
@Hand coders ROOL!
__________________
█ Izzmo
█ Coding Guru Extraordinaire
█ ZeroWeb Hosting & Design - Customizable hosting for every type of user!
|
|
|
12-12-2006, 01:58 PM
|
#6 (permalink)
|
|
Contributing Member
Join Date: 11-29-06
Location: Scotland, UK
Posts: 209
Latest Blog: None
|
Notepad2 forever
|
|
|
12-13-2006, 07:37 AM
|
#7 (permalink)
|
|
Inactive
Join Date: 12-10-06
Location: Yurp
Posts: 8
Latest Blog: None
|
Whenever I tried to find a completed code for forms (or anything I wanted to use), I never actually found one that did exactly what I wanted, forcing me to do it on my own. I did get some help by borrowing some code though.
I have no experience with that kind of supporting software, but I imagine it must be a lot of the same. It just doesn't do it exactly like you want itto.
|
|
|
12-13-2006, 12:29 PM
|
#8 (permalink)
|
|
Contributing Member
Join Date: 11-01-03
Location: Kansas City
Posts: 1,067
|
Quote:
Originally Posted by Foxtrck
Notepad2 forever
|
Ugh! That's probably the one program I can't stand using lol  Way to basic for me... or something.. I'm not sure.. NotePad Classic is the shiznit 
__________________
█ Izzmo
█ Coding Guru Extraordinaire
█ ZeroWeb Hosting & Design - Customizable hosting for every type of user!
|
|
|
12-13-2006, 08:43 PM
|
#9 (permalink)
|
|
Contributing Member
Join Date: 11-19-06
Posts: 120
Latest Blog: None
|
I use dreamweaver to create forms quickly.
We can create form very quickly using it and no need to write all the codes, just click.
|
|
|
12-14-2006, 02:57 AM
|
#10 (permalink)
|
|
Contributing Member
Join Date: 11-29-06
Location: Scotland, UK
Posts: 209
Latest Blog: None
|
Quote:
Originally Posted by Izzmo
Ugh! That's probably the one program I can't stand using lol  Way to basic for me... or something.. I'm not sure.. NotePad Classic is the shiznit 
|
The more basic the better.
|
|
|
12-14-2006, 06:55 AM
|
#11 (permalink)
|
|
Contributing Member
Join Date: 11-19-06
Posts: 120
Latest Blog: None
|
What about using getresponse to create a form? It allows you to collect data like phone numbers and other things of that nature + you get there email address and can send them a series of messages on autopilot allowing for easier communication. You can tell them what they need to do to order or whatever and you can focus on other things. Then when the series is over you can personally contact them (if you even have to anymore...)
I do this for my service. They sign up and are sent emails to convince them to join. I never even speak to my clients unless I send them an email with there statistics.
|
|
|
12-14-2006, 07:00 AM
|
#12 (permalink)
|
|
Contributing Member
Join Date: 07-12-06
Location: Michigan
Posts: 132
Latest Blog: None
|
Quote:
Originally Posted by georgechristodoulou
What about using getresponse to create a form? It allows you to collect data like phone numbers and other things of that nature + you get there email address and can send them a series of messages on autopilot allowing for easier communication. You can tell them what they need to do to order or whatever and you can focus on other things. Then when the series is over you can personally contact them (if you even have to anymore...)
I do this for my service. They sign up and are sent emails to convince them to join. I never even speak to my clients unless I send them an email with there statistics.
|
I've used a similar service (AWeber) for this type of list-building, and I agree they are excellent.
However, the forms I'm putting together are not for that purpose, and will be considerably more involved.
Thanks for all the suggestions and comments.
|
|
|
12-14-2006, 07:02 AM
|
#13 (permalink)
|
|
Contributing Member
Join Date: 11-19-06
Posts: 120
Latest Blog: None
|
Thats what I thought... I like the idea of using an autoresponder to gather data anyway.
George
|
|
|
12-16-2006, 10:07 PM
|
#14 (permalink)
|
|
Inactive
Join Date: 12-01-06
Posts: 63
Latest Blog: None
|
Quote:
Originally Posted by andheresjohnny
I've asked this elsewhere, but I'm looking for more replies.
I'm starting a new project where I am going to be using more PHP forms/fields/processing.
Do most folks here code PHP forms by hand (as I do), or do you use some tool or CMS that makes this task easier? Any suggestions?
Thanks.
|
Wow, You can really code PHP by hand! Thats amazing! I have always used my computer.
|
|
|
12-18-2006, 01:39 PM
|
#15 (permalink)
|
|
Contributing Member
Join Date: 11-01-03
Location: Kansas City
Posts: 1,067
|
Quote:
Originally Posted by Foxtrck
The more basic the better.
|
I dunnO!  Too basic is too basic, but advance gets your mind going. If you have a little bit of basic and advance, then you got the perfect solution!
__________________
█ Izzmo
█ Coding Guru Extraordinaire
█ ZeroWeb Hosting & Design - Customizable hosting for every type of user!
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -7. The time now is 08:48 PM.
© Copyright 2008 V7 Inc
|