| 
 Posted by The Beloved on 04/21/07 21:15 
On Sat, 21 Apr 2007 17:05:13 -0400, "Mr. Newt" 
<lektrikpuke@_yahoo.com> wrote: 
 
>Why does this just hang? 
> 
><?php 
>include ("connect.php"); 
>$test = select count(*) from advertiser_info_tbl; 
>echo $test; 
>?>  
 
Because select is no PHP function and you simply don't have any output 
if error reporting is turned of. 
 
Nothing 'hangs', you are writing bad code. 
 
--  
....For Those Not Te Be Forgotten...
 
  
Navigation:
[Reply to this message] 
 |