| 
 Posted by Kimmo Laine on 12/18/05 07:14 
"GS" <globalswamy@hotmail.com> kirjoitti  
viestissδ:1134859997.545925.313720@g47g2000cwa.googlegroups.com... 
> Do you think, I have to add extra comma at the end like below 
> $include_path '.:/usr/share/pear'  ----> $include_path 
> '.:/usr/share/pear;' 
> 
> When I tried to load that php file, it gives the error for the above 
> line. 
 
 
I believe 
$include_path = '.:/usr/share/pear'; 
would be correct syntax. (Added the assignment operator '=' and also the  
semicolon ';' at the end.) 
 
--  
SETI @ Home - Donate your cpu's idle time to science. 
Further reading at <http://setiweb.ssl.berkeley.edu/> 
Kimmo Laine <antaatulla.sikanautaa@gmail.com.NOSPAM.invalid>
 
[Back to original message] 
 |