[PHP-DB] Uploading Image using PHP and mySQL

2008-02-18 Thread Nasreen Laghari
Hi All, First of all A very big thank you to all of you for solving my Password() encryption problem. Now I'm stuck on new problem which is image not uploading. I'm using the following code. Regards Nasreen 0){ echo "Image has been inserted succesfully"; } else { echo "Image can not be i

Re: [PHP-DB] Automatted Newsletter

2008-02-18 Thread Chris
Nasreen Laghari wrote: Hi All, Is there any way of sending an automatic email which gets data from database? Yes. Use cron or scheduled tasks if on windows to run a php script to do it for you. -- Postgresql & php tutorials http://www.designmagick.com/ -- PHP Database Mailing List (http:/

[PHP-DB] Automatted Newsletter

2008-02-18 Thread Nasreen Laghari
Hi All, Is there any way of sending an automatic email which gets data from database? Regards Nasreen Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs

[PHP-DB] Uploading Image using PHP and mySQL

2008-02-18 Thread Nasreen Laghari
Hi All, First of all A very big thank you to all of you for solving my Password() encryption problem. Now I'm stuck on new problem which is image not uploading. I'm using the following code. Regards Nasreen 0){ echo "Image has been inserted succesfully"; } else { echo "Image can no

Re: [PHP-DB] Uploading Image using PHP and mySQL

2008-02-18 Thread Chris
Nasreen Laghari wrote: Hi All, First of all A very big thank you to all of you for solving my Password() encryption problem. Now I'm stuck on new problem which is image not uploading. I'm using the following code. Which bit breaks exactly? Nobody's going to read through 200 lines of code..