| 
 Posted by Lammi on 09/18/07 13:07 
that code will never work on php5 or 4 , if you're not editing 
php.ini. your script uses globals, that are de-activated by default 
sind php4. 
you're using short tags, that must be activated in php.ini too (they 
are activated by default i think). 
 
php-code isn't compiled ever. it's parsed. 
 
it would be extremly useful if you post the errormessage instead of 
loads of html.
 
  
Navigation:
[Reply to this message] 
 |