| 
	
 | 
 Posted by junu on 06/13/31 12:01 
On Jan 25, 4:36 am, "Evan Jou" <l....@att.net> wrote: 
> Hi there, 
> 
>     I have a simple question for you experts here. If I key in a URL like, 
> for example,http://localhost/test.php?name=Evan&password=Joudirectly, will 
> it send the name and password data to the test.php script? Can I use 
> $_GET['name'] and $_GET['password'] to manipulate the data? Thank you in 
> advance. :) 
> 
> Evan Jou 
 
Evan, 
if you dont know, dig with HTML forms and submitting it with POST 
method and how to access the submitted form elements in PHP $_POST[] 
array. 
It is really simple and more secure.
 
[Back to original message] 
 |