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

2003-03-07 Thread Ignatius Reilly
You must use absolute path names "c:\\..." in copy(). As a matter of personal hygiene, I would not recommend to use file/ dir names containing spaces in your document root directory (or any place that the PHP user must have access). Why not try c:/apache/htdocs ? Ignatius - Original Message

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

2003-03-07 Thread Rich Gray
> 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 > > Cou