Php Script To Keep Checking If The File Exists In Order To Continue With The Script
- Forums
- PHP
- Php Script To Keep Checking If The File Exists In Order To Continue With The Script
This Page Contains information about Php Script To Keep Checking If The File Exists In Order To Continue With The Script By wallpaperama in category PHP with 0 Replies. [1268], Last Updated: Sat May 18, 2024
wallpaperama
Fri Apr 10, 2009
0 Comments
319 Visits
i want to know how i can do this. lets say i am running a script and the script is creating alot of files and i want the php script to keep checking if the file exists in order to continue with the script.
how can this be done?
im thinking about using a while loop
while(file_exits){
echo run code;
}