Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Directory Submission Service   I Sell Pagerank   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 12-10-2006, 08:17 AM   #1 (permalink)
Contributing Member
 
andheresjohnny's Avatar
 
Join Date: 07-12-06
Location: Michigan
Posts: 132
iTrader: 0 / 0%
Latest Blog:
None

andheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really nice
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.
__________________
Watch Movies Online
Paid Surveys
andheresjohnny is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 12-11-2006, 10:16 AM   #2 (permalink)
v7n Mentor
 
Taltos's Avatar
 
Join Date: 11-22-06
Location: Phoenix, AZ
Posts: 1,804
iTrader: 0 / 0%
Latest Blog:
None

Taltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web pro
Send a message via Yahoo to 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.
__________________
Experimenting
Taltos is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-12-2006, 10:38 AM   #3 (permalink)
Contributing Member
 
andheresjohnny's Avatar
 
Join Date: 07-12-06
Location: Michigan
Posts: 132
iTrader: 0 / 0%
Latest Blog:
None

andheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really nice
Quote:
Originally Posted by Taltos View Post
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.
__________________
Watch Movies Online
Paid Surveys
andheresjohnny is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-12-2006, 10:57 AM   #4 (permalink)
Contributing Member
 
Foxtrck's Avatar
 
Join Date: 11-29-06
Location: Scotland, UK
Posts: 209
iTrader: 0 / 0%
Latest Blog:
None

Foxtrck is liked by somebodyFoxtrck is liked by somebodyFoxtrck is liked by somebodyFoxtrck is liked by somebodyFoxtrck is liked by somebody
Send a message via MSN to Foxtrck
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.
__________________
http://www.dund.co.uk - DD1 Designs
Foxtrck is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-12-2006, 01:06 PM   #5 (permalink)
Contributing Member
 
Izzmo's Avatar
 
Join Date: 11-01-03
Location: Kansas City
Posts: 1,067
iTrader: 0 / 0%
Latest Blog:
Moved In!

Izzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to behold
Send a message via ICQ to Izzmo Send a message via AIM to Izzmo Send a message via MSN to Izzmo Send a message via Yahoo to Izzmo
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!
Izzmo is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-12-2006, 01:58 PM   #6 (permalink)
Contributing Member
 
Foxtrck's Avatar
 
Join Date: 11-29-06
Location: Scotland, UK
Posts: 209
iTrader: 0 / 0%
Latest Blog:
None

Foxtrck is liked by somebodyFoxtrck is liked by somebodyFoxtrck is liked by somebodyFoxtrck is liked by somebodyFoxtrck is liked by somebody
Send a message via MSN to Foxtrck
Notepad2 forever
__________________
http://www.dund.co.uk - DD1 Designs
Foxtrck is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-13-2006, 07:37 AM   #7 (permalink)
Inactive
 
Join Date: 12-10-06
Location: Yurp
Posts: 8
iTrader: 0 / 0%
Latest Blog:
None

MathStud is liked by many
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.
MathStud is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-13-2006, 12:29 PM   #8 (permalink)
Contributing Member
 
Izzmo's Avatar
 
Join Date: 11-01-03
Location: Kansas City
Posts: 1,067
iTrader: 0 / 0%
Latest Blog:
Moved In!

Izzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to behold
Send a message via ICQ to Izzmo Send a message via AIM to Izzmo Send a message via MSN to Izzmo Send a message via Yahoo to Izzmo
Quote:
Originally Posted by Foxtrck View Post
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!
Izzmo is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-13-2006, 08:43 PM   #9 (permalink)
Contributing Member
 
Join Date: 11-19-06
Posts: 120
iTrader: 0 / 0%
Latest Blog:
None

georgechristodoulou is liked by many
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.
georgechristodoulou is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-14-2006, 02:57 AM   #10 (permalink)
Contributing Member
 
Foxtrck's Avatar
 
Join Date: 11-29-06
Location: Scotland, UK
Posts: 209
iTrader: 0 / 0%
Latest Blog:
None

Foxtrck is liked by somebodyFoxtrck is liked by somebodyFoxtrck is liked by somebodyFoxtrck is liked by somebodyFoxtrck is liked by somebody
Send a message via MSN to Foxtrck
Quote:
Originally Posted by Izzmo View Post
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.
__________________
http://www.dund.co.uk - DD1 Designs
Foxtrck is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-14-2006, 06:55 AM   #11 (permalink)
Contributing Member
 
Join Date: 11-19-06
Posts: 120
iTrader: 0 / 0%
Latest Blog:
None

georgechristodoulou is liked by many
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.
georgechristodoulou is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-14-2006, 07:00 AM   #12 (permalink)
Contributing Member
 
andheresjohnny's Avatar
 
Join Date: 07-12-06
Location: Michigan
Posts: 132
iTrader: 0 / 0%
Latest Blog:
None

andheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really niceandheresjohnny is just really nice
Quote:
Originally Posted by georgechristodoulou View Post
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.
__________________
Watch Movies Online
Paid Surveys
andheresjohnny is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-14-2006, 07:02 AM   #13 (permalink)
Contributing Member
 
Join Date: 11-19-06
Posts: 120
iTrader: 0 / 0%
Latest Blog:
None

georgechristodoulou is liked by many
Thats what I thought... I like the idea of using an autoresponder to gather data anyway.

George
georgechristodoulou is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-16-2006, 10:07 PM   #14 (permalink)
Inactive
 
Join Date: 12-01-06
Posts: 63
iTrader: 0 / 0%
Latest Blog:
None

imgtube is liked by many
Quote:
Originally Posted by andheresjohnny View Post
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.
imgtube is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-18-2006, 01:39 PM   #15 (permalink)
Contributing Member
 
Izzmo's Avatar
 
Join Date: 11-01-03
Location: Kansas City
Posts: 1,067
iTrader: 0 / 0%
Latest Blog:
Moved In!

Izzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to behold
Send a message via ICQ to Izzmo Send a message via AIM to Izzmo Send a message via MSN to Izzmo Send a message via Yahoo to Izzmo
Quote:
Originally Posted by Foxtrck View Post
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!
Izzmo is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
SEO Tool D3n!ss3_gÜrL SEO Forum 12 11-05-2007 08:58 AM
code for tool ronhollin Coding Forum 11 02-06-2004 11:21 PM
Tool you've all been waiting for - Florida update tool! Pimpen 2010 Google Forum 24 11-27-2003 08:01 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 08:48 PM.
© Copyright 2008 V7 Inc