Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php exit

if( !file_exists("") ) {
  exit("File not found on line 145: customers.txt. Hope you weren't buying anything ...");
} else {
  $file = fopen("customers.txt, "r");
  // rest of code here
Source by tridang.github.io #
 
PREVIOUS NEXT
Tagged: #php #exit
ADD COMMENT
Topic
Name
7+3 =