Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.
Moderator: General Moderators
-
matthiasone
- Forum Contributor
- Posts: 117
- Joined: Mon Jul 22, 2002 12:14 pm
- Location: Texas, USA
-
Contact:
Post
by matthiasone »
How can you insert a NULL value for a field with PHP?
-
jason
- Site Admin
- Posts: 1767
- Joined: Thu Apr 18, 2002 3:14 pm
- Location: Montreal, CA
-
Contact:
Post
by jason »
-
matthiasone
- Forum Contributor
- Posts: 117
- Joined: Mon Jul 22, 2002 12:14 pm
- Location: Texas, USA
-
Contact:
Post
by matthiasone »
inserting the NULL value into a MySQL database from a PHP Script
-
feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Post
by feyd »
INSERT INTO whatever VALUES(NULL,'something else')