Page 1 of 1

Variable data, with out displayin in URL

Posted: Fri Dec 05, 2003 6:25 pm
by Alexia
I was wondering,

im trying to receive a remote file

then in a form edit it then when it clicks on submit, frights to the file, what im asking is, how do i do it so i sends the data without showing any thing in the url?

hope i explaned good...

Posted: Fri Dec 05, 2003 7:45 pm
by uberpolak
Use $_POST variables instead of $_GET variables.

Posted: Fri Dec 05, 2003 8:13 pm
by Alexia
uberpolak wrote:Use $_POST variables instead of $_GET variables.
thx, i forgot about those.

Posted: Sat Dec 06, 2003 12:38 am
by Alexia
Sry, i dont get it....it still does this: code.php?motd=blah

and the motd is very big so it doesnt even work... i want it like this:
http://www.internic-d1.com/news/

becayse when you're loggin in it doest have this: index.php?login=blah&password=blah

thats why im trying to do,,, i suck at expalning... thx in advance

Posted: Sat Dec 06, 2003 2:29 am
by Chambrln
change your form method to post instead of get.
ex.
<form name=myform method=post action=upload.php>