View Single Post
  #5 (permalink)  
Old 10-21-03, 05:33 PM
cl0 cl0 is offline
New Member
 
Join Date: Oct 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
1. add a semicolon after you call the function, so the line should read
ReadFromFile();

2. your server doesn't seem to be configured to use the .shtml-extension. instead, use ".php" for your php-scripts
Reply With Quote