trouble with NULL value
Posted: Tue Jun 01, 2004 3:14 pm
How can you insert a NULL value for a field with PHP?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<?php
$variable = null;
?>