¡@

Home 

php Programming Glossary: intlng

MySQL and PHP - insert NULL rather than empty string

http://stackoverflow.com/questions/4620391/mysql-and-php-insert-null-rather-than-empty-string

I recently added 2 fields which are optional intLat intLng . Right now if these values are not entered I pass along an.. INSERT INTO data notes id filesUploaded lat lng intLat intLng VALUES ' notes' ' id' TRIM ' imageUploaded' ' lat' ' long' .. ' id' TRIM ' imageUploaded' ' lat' ' long' ' intLat' ' intLng' mysql_query query php mysql share improve this question..