Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- require("/home/brandanl/cad.brandanlasley.com/core/connection.php");
- mysql_connect("$host", "$username", "$password")or die("cannot connect");
- mysql_select_db("pdx911")or die("cannot select DB");
- require("/home/brandanl/cad.brandanlasley.com/core/delay.php");
- if ( $Stop_Import == 0 ) {
- // SQL PROCESSOR
- require("/home/brandanl/cad.brandanlasley.com/core/import.php");
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement