
26-01-2005, 01:43 PM
|
 |
Pro-Blogger
|
|
Join Date: Feb 2003
Location: Kluang, Johor
Posts: 2,376
Rep Power: 118
|
|
Show us your PHP code.
You may wrongly use PHP functions:
GET form: $_GET['variable']
POST form: $_POST['variable']
ALL form: $_REQUEST['variable']
|