I want to create script that has no output information. So, how to create script that would start and end whithout notice, any oputput in browser. For example, script that converts dbf files to mysql entries.
nix or win
You can compile php with the option of being able to run scripts from the command line. Do a search on php.net for it.
Originally posted by nootropil I want to create script that has no output information. So, how to create script that would start and end whithout notice, any oputput in browser. For example, script that converts dbf files to mysql entries.
If you don't want any output, don't use any echo statements in the script.