| Posted by Hans-Jürgen Lommel on 06/25/05 17:50 
Hi, sorry, maybe a stupid question, but anyway
 i have some php-scripts with things like this
 
 echo <snip>   _("Name:") ; <snap>
 
 it is not possible to see this page in my browser
 
 when I change this in
 
 echo <snip>   ("Name:") ; <snip>
 
 the page is loaded.
 
 I think it's an php-setting, but which ?
 
 Can anyone help me
 
 tia
 Hans-Jürgen
 [Back to original message] |