PDA

View Full Version : How to pass parameters


Cybershaolin
04-15-2007, 02:44 AM
If I wanna call a page with some parameters and I already know these parameters, usually the parameter separator is & but I can't achieve what I'm trying to do using it.

Do you know why it would not work or how to resolve this?

Example: http://www.myforum.com/forum/update.php?do=update&var1=1&var=2

This does not work.

Guest190829
04-15-2007, 03:00 AM
You need to code a php file that handles the request parameter. The 404 error is happening because you do not have the php file update.php on your server.