[PHP-WIN] I am having probles getting apache to work with php

2003-03-06 Thread Stephen K Knight
I am currently running on a Windows Box the OS is ME I have installed apache 2.0.44 and I have downloaded the newest PHP download for windows. I have read the configuration manual repeatedly for getting the php into the apache httpd.conf doc file. but I still cannot get php to be recognized. Can a

[PHP-WIN] I am try to upload an image to a folder on my web server

2003-03-06 Thread Stephen K Knight
code below. Can someone please look and help me so that I can upload the image to that folder. Thank you! In Kindness Stephen K Knight \n"; // echo "newname = '" . $newname . "';\n"; // echo "\n"; } -- PHP Windows Mailing List (http://

[PHP-WIN] Im almost there just a little more help

2003-03-07 Thread Stephen K Knight
?> If someone could fix this I would greatly greatly apreciate it! In Kindness Stephen K Knight -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Passing value in URL to a form

2003-03-09 Thread Stephen K Knight
Is there a way to pass a value from on html page to another on a different server through a URL and have that value input into a form. The value trying to be passed is a record id from a database. I tried retrieving the value from the URL with It carries the id number over in the URL, however it

[PHP-WIN] Passing value in URL to form

2003-03-09 Thread Stephen K Knight
I have managed to pass information through a URL and extract it and insert it into a form on a php document. Can this be done for an html document? Passing the value through the URL to an html page with form and then through a URL again into a php doc. I tried the same method I used in the php do