Yup, I'm hopeless. Maybe someone knows a good PHP tutorial for me . Can someone help me(again :P )
I would recommend using the POST method on your form, and then you are able to reference them like this: $_POST["fieldname"] where fieldname is the name of your formfield. If you choose to use GET, you reference them like this: $_GET["fieldname"]
Personal website http://www.ryanbrill.com/ Business website: http://www.infinitywebdesign.com/ TypeSpace http://www.typespace.org/ I reject your reality and substitute it with my own!
so I would do this: $whatever = $_POST("text_input"); Would I have this in the HTML or in the form target file?
The form target file, and they need to be brackets [] rather than parenthesis ()
oops... OK thanks.
You also asked for PHP resources... you may be interested in the following sites: http://www.php.net (my personal favorite) http://www.phpbuilder.com/ http://hotwired.lycos.com/webmonkey/...php/index.html http://php.resourceindex.com/ http://www.zend.com/ more links can be found at http://www.php.net/links.php Here's a good list of PHP editors: http://phpeditors.dancinghippo.com/
There are currently 1 users browsing this thread. (0 members and 1 guests)
Forum Rules
Bookmarks