Hello,
In a single PHP code, I want to connect to two mysql databases with
totally different authentication information. Is it possible?
Right now snippet of my code looks something like this:
Database . "\n";
}
?>
However when I try to list all the databases in host2, it instead lists
the datab
Hello,
How can I pass variables on clicking a hyperlink to a PHP script? I have 5
hyperlinks, all pointing to the same PHP script. However, on clicking each
hyperlink a different value of the variable needs to be passed to the PHP
script.
i.e. I have 5 databases from which I want to obtain inform
Thank you all for the help.
I did not want to use dropdown box..that was the very reason i was
wondering if I can pass the variables through a hyperlink. I used $_GET
and it worked fine. However, as mentioned in the posts its not advisable
to use $_REQUEST. Could you please elaborate on the reason?
use cookies.
> session.use_cookies = 1
> session variable is saved here if the user have cookies turned off it will
> still work if your have trans-sid turn on.
> BTW you don't have to use a dropdown radio buttons or tick box will work
> as
> well
> Johan
> "&qu
Hi,
How can I send multiple values from a form to be stored in a database, as
name of the fields is the same?
For example:
";
}
elseif ($datatype=="textarea") {
echo "";
}
echo "";
}
?>
This creates a form with field names and text box or textarea box next to