[PHP] Uploading problem

2002-09-20 Thread Ramesh Nagendra Pillai
Hai all I had developed an application which uploads html files to the server. My problem is after uploading HTML files with images I tried to view it with read file function, I am not getting the images in the HTML file, I am using all php file uploading functiond for uploading, Please tell me

Re: [PHP] Uploading problem

2002-09-20 Thread Chris Shiflett
Ramesh, Images are not in HTML. Rather, they are only referenced in HTML. So, if you are reading the file, the references to the images need to still be valid. Consider this: img src=./images/image.png If this is in HTML located at http://www.example.org/, then it means (if the image shows

[PHP] Re: MySQL errors in newer PHP 4.2.3

2002-09-20 Thread Jocelyn Fournier
Hi Steven, Some precisions : after taking a look at my mail, I noticed the very first time I saw this error was with PHP 4.2.1 and MySQL 4.0.2 (reported on this list on 27 june 2002). Regards, Jocelyn - Original Message - From: Steven Roussey [EMAIL PROTECTED] To: 'Jocelyn Fournier'

<    1   2