Thread: get vs post
View Single Post
  #2 (permalink)  
Old 26-01-2005, 01:43 PM
lcf's Avatar
lcf lcf is offline
Pro-Blogger
 
Join Date: Feb 2003
Location: Kluang, Johor
Posts: 2,376
Rep Power: 118
lcf will become famous soon enough
Send a message via ICQ to lcf Send a message via MSN to lcf Send a message via Yahoo to lcf
Show us your PHP code.

You may wrongly use PHP functions:
GET form: $_GET['variable']
POST form: $_POST['variable']
ALL form: $_REQUEST['variable']
__________________
LiewCF | Malaysia Bloggers Forum
Reply With Quote