|
from how i understood it, .. the problem was when he was trying to use the $Array[username] . i tried thie myself and could not get it to work.
in most php installations, you don' tneed to use $_POST[] ,although it could be good practice and it is more secure if you dont want people to be able to enter variables in the url.
user/pass like i said isn't that critical to be in the url for the site, as it is more of a security risk on the clients end when someone is looking over their shoulders.
|