From: Yves G. <yg...@mi...> - 2004-03-25 07:16:59
|
> Hey guys, hows it going. > > I got a quick question I can't seem to find the answer to. How can you > tell if a field value is NULL using php? if ($var == '') checks for an empty string (which is e.g.an empty form variable) if ($var == NULL) checks for NULL, check this http://php.oregonstate.edu/manual/en/language.types.null.php > I suppose you could use > sqlite_fetch_single for each field, but that seems like overkill. > > BTW, do you guys have a roadmap for what you want in the next > versions? well not really a roadmap, but you can take a look at the todo.txt file > I just barely started picking up on sqlite and I must say > this little db is very cool. I'd like to hack on the script a bit, but > so far I'm already making it exclusive to php5 and up. > > Anyway, Ive got a few ideas of my own, and I'll be submitting some > patches here pretty soon, but just wanted to see what you got in > mind. :) ok go ahead! > Steve > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Phpsqliteadmin-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpsqliteadmin-devel |