Forum: PHP Jan 17th, 2005 |
| Replies: 4 Views: 3,549 |
Forum: PHP Jan 17th, 2005 |
| Replies: 6 Views: 5,240 |
Forum: PHP Jan 14th, 2005 |
| Replies: 6 Views: 5,240 |
Forum: PHP Jan 12th, 2005 |
| Replies: 6 Views: 5,240 |
Forum: PHP Jan 12th, 2005 |
| Replies: 6 Views: 5,240 Problems with uising arrays and $_POST variables The form (form.htm) posts a value from a text box (id='first_name') into a script (test.php) that checks the data entered. The script takes an array of required fields from a config file (config.php)... |
Forum: PHP Jan 12th, 2005 |
| Replies: 4 Views: 2,514 Re: $_POST - What does it mean? hehehe....yeah a lot easier to remember. Its just i have 2 EXCELLENT books that i have learnt PHP from but neither of them mention $_POST....when i found out that it was a replacement for HTTP... i... |
Forum: PHP Jan 12th, 2005 |
| Replies: 2 Views: 4,378 |
Forum: PHP Jan 12th, 2005 |
| Replies: 2 Views: 4,378 Accessing $_POST values - Its not working :( Have a look at the following code. It is the only thing in the file...the following variables are defined outside the php file:
$required
$first_name
require_once("config.php");
if... |
Forum: PHP Jan 12th, 2005 |
| Replies: 4 Views: 2,514 Re: $_POST - What does it mean? I think i know what this is now....is it a replacement for the $HTTP_POST_VARS function?
Basically it stores the data from a form that has been submitted with the post action. Is that right?
J |
Forum: PHP Jan 12th, 2005 |
| Replies: 4 Views: 2,514 $_POST - What does it mean? Hi guys,
I have been looking at various form processing scripts, bascially to gain some understanding of how they work.
I have managed to work through one section apart from one bit. I keep seeing... |
Forum: PHP Jan 12th, 2005 |
| Replies: 5 Views: 13,275 |
Forum: PHP Jan 10th, 2005 |
| Replies: 5 Views: 13,275 Passing variables into form fields Hey,
Does anyone know how to pass a php variable into a form field? I want to reproduce what the user typed into a text box in another text box. Is this even possible?
Thanks,
JameZ ;) |
Forum: PHP Jan 10th, 2005 |
| Replies: 4 Views: 3,549 Validating Email Addresses - A little extra help! Hi guys....newbie on the forums here :)
I have developed a php form processor for a project i am working on. I am trying to validate the email address, however i want to add 1 more check the the... |