Advertisement
Brandan

Untitled

Aug 19th, 2013
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.38 KB | None | 0 0
  1. require("/home/brandanl/cad.brandanlasley.com/core/connection.php");
  2. mysql_connect("$host", "$username", "$password")or die("cannot connect");
  3. mysql_select_db("pdx911")or die("cannot select DB");   
  4.  
  5.  
  6. require("/home/brandanl/cad.brandanlasley.com/core/delay.php");
  7. if ( $Stop_Import == 0 ) {
  8.     // SQL PROCESSOR
  9.     require("/home/brandanl/cad.brandanlasley.com/core/import.php");
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement