Posted by sid derra on 04/22/07 15:05
"Mr. Newt" <lektrikpuke@_yahoo.com> wrote in message
news:VsadnVTVEOYU4bfbnZ2dnUVZ_syunZ2d@comcast.com...
> Why does this just hang?
>
> <?php
> include ("connect.php");
> $test = select count(*) from advertiser_info_tbl;
> echo $test;
> ?>
what does it do? any errors? for starters, you might wanna consider to
enclose the $test-string/statement in quotes. then it should at least echo
out the "query".
[Back to original message]
|