Further to my earlier email, someone suggested looking at the settings
within my php.ini file - I've done this, but I'm not quite sure what I'm
looking for.
I'm running IIS5 & PHP5. this is the cgi section of the ini file, which I
think is the relevant bit - can someone give me some guidance as
I'm trying to create a simple login script for user to the web application I'm
writing. I previously wrote it for using PHP4 & Apache, however I've recently
had to move to IIS5, and also upgraded to PHP5.
[script]
if (isset($_POST["username"]) AND isset($_POST["password"])) {
$res=mysql_qu
If I understand you correctly, you could create an intermediary HTML
POST form with all the variables from the URL's query string that, via
Javascript, submits automatically.
Like this:
--
print "";
foreach ($_GET as $key => $val) {
$key = htmlspecialcha
Hello.
Do you know how to change adress such
"http://server.lg.ua/index.php?par1=temp1&par2=temp2..."; to
"http://server.lg.ua/"; without reloading page?
I saw it in phpmyadmin where long adresses change to short.
sorry my English
--
Alexander
ICQ: 244-030-537
Odigo: [EMAIL PROTECTED]
--
PHP W