| 
	
 | 
 Posted by Chung Leong on 08/31/06 13:06 
Advo wrote: 
> Heres some actual code i've tried: 
> 
> <?php 
> echo "here"; 
> $cs = mssql_connect ( 'ip...', 'administrator', 'pass' ) or die('Could 
> not connect: ' . mssql_get_last_message()); 
> echo "here2"; 
> 
> 
> 
> then i run my page, and all it says is "here" 
> 
> nothing else 
 
Looks like the mssql extension wasn't turned on. Your script is dying 
with a undefined function error.
 
  
Navigation:
[Reply to this message] 
 |