Forum: PHP Jan 12th, 2005 |
| Replies: 2 Views: 6,176 try print $_POST['first_name']; |
Forum: PHP Oct 18th, 2004 |
| Replies: 6 Views: 3,896 should really have a break after the default: and before }
and no real need to use _GET with $page cos switch works on gets anyways :x |