PDA

View Full Version : Need Help


Mobile
Wed 15th Aug '01, 2:26pm
I am trying to get this script working so that i can add users and databases easy to a MySql database, but the problem i keep on having is that the data is not being sent from one php file to the other. If you look at the attached file you'll see what a mean.

Please help Mobile

BDJ
Wed 15th Aug '01, 5:15pm
You can't pass an action statement like that.

change install.php:

scrap all this...i actually got a good look at the file and figured out what was up.
;)

now, action should pass correctly, and the script will retain all the values you passed it.

If that doesn't work, mail me...

krs-one
Thu 16th Aug '01, 12:01am
His way works, he just needs to put the action="whatever" in quotes since its a string, like so:


<FORM ACTION="add.php?action=install" METHOD="POST">


Hope this helps.

-Vic