[PHP-DB] IP-Banning

2004-08-23 Thread Daniel Schierbeck
IP ranges? -- Daniel Schierbeck -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] retrieved data from mysql to be shown in spreadsheet

2004-08-22 Thread Daniel Schierbeck
Daniel Schierbeck wrote: Balwantsingh wrote: May pls. advise me. I am developing a page using PHP for entering the data into tables made in mysql. I want that when user click on Reports button the data (which will retrieve from mysql) should be shown in Spreadshee (Calc) of Open Office. Pls

Re: [PHP-DB] retrieved data from mysql to be shown in spreadsheet

2004-08-22 Thread Daniel Schierbeck
Balwantsingh wrote: May pls. advise me. I am developing a page using PHP for entering the data into tables made in mysql. I want that when user click on Reports button the data (which will retrieve from mysql) should be shown in Spreadshee (Calc) of Open Office. Pls. tell how it can be done. bal

[PHP-DB] Re: NULL and empty space

2004-08-22 Thread Daniel Schierbeck
Craig Hoffman wrote: I have an form where someone can choose to upload a photo. If the person does not upload a photo, an emtpy string is inserted in the DB. How can I have it insert 'NULL' in the DB instead of an empty string when they choose NOT to upload a photo but complete the form anyway?