¡@

Home 

php Programming Glossary: intlat

MySQL and PHP - insert NULL rather than empty string

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

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