PHP Classes

File Name Modification

Recommend this page to a friend!

      Ajax Table Edit  >  All threads  >  File Name Modification  >  (Un) Subscribe thread alerts  
Subject:File Name Modification
Summary:AdvATEexample.php line 209 file name needs "A" in front
Messages:2
Author:J Raff
Date:2006-05-19 19:26:28
Update:2006-05-19 20:10:43
 

  1. File Name Modification   Reply   Report abuse  
Picture of J Raff J Raff - 2006-05-19 19:26:28
208 if (file_exists("./Atest.txt")) {
209 $data = file_get_contents("./test.txt");
/\
"A"

  2. Re: File Name Modification   Reply   Report abuse  
Picture of Andrew Sullivan Andrew Sullivan - 2006-05-19 20:10:43 - In reply to message 1 from J Raff
The error has been fixed. Thank you for catching it!!

Andrew