![]() |
Help me debug a PHP script I'm working on a short script to write some information to a text file. First of all - here's the script. Code: $time = time();Gather information -> Does the file already exist? -> (No) Create empty file (Yes) Append gathered information to the end of the file Can anyone see where this is going wonky? I'm not seeing it here and have a feeling the script is being called twice somehow. |
Re: Help me debug a PHP script Nevermind. I figured it out right after I posted. It was being called twice. |
| All times are GMT -6. The time now is 04:16 AM. |