View Single Post
  #3 (permalink)  
Old Mar 18th, 2008, 08:12
Monie Monie is online now
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,604
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
Re: passing variables values using POST

Quote:
Why use $_POST?
  • Variables sent with HTTP POST are not shown in the URL
  • Variables have no length limit
However, because the variables are not displayed in the URL, it is not possible to bookmark the page.
To get a better understanding about this, you can go to w3school website to learn almost everything about basic php

Tutorial: PHP Post

Hope that's helpful to you.
Cheers...
Reply With Quote