[PHP-DB] 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 doc
in the html doc but it didn't work.

Any ideas?

In kindness,
Stephen


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] need to pass info in URL

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.

In Kindness
Stephen


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] I'm almost there! Just a little more help

2003-03-07 Thread Stephen K Knight
Below is all of my code.  The first is my html page that calls my php page.
I do not know php well enough to edit the code to make this work.  I need
the image to go to a folder called "logos" on my C drive.  The actual path
is:
C:\Program Files\Apache Group\Apache2\htdocs\logos

Could someone please make the changes to my code so that it will work!
Thank you Thank you!!!

HTML Page***



submit this file: 
rename to: 




**PHP Page *
\n";
//   echo "newname = '" . $newname . "';\n";
//   echo "\n";
}

?>

If someone could fix this I would greatly greatly apreciate it!

In Kindness
Stephen K Knight


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] I need some help with php code please

2003-03-06 Thread Stephen K Knight
I am trying to upload an image to my webserver.  This is the PHP page that
is called from my html page.  I am trying to upload the image to my folder
called "logos"  the direct link would be:  C:\Program Files\Apache
Group\Apache2\htdocs\logos  I am not sure what I am doing wrong in the 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 Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] Need help with php and apache

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 anyone help me with this?


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php