Guest User

Untitled

a guest
Jul 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. $conn = mysqli_connect("103.255.101.24:2083","majstro_db_user","mFEw7SMtX8re","majstro_portal_db");
  2. $conn = mysqli_connect("103.255.101.24:2083","majstro_db_user","mFEw7SMtX8re","majstro_portal_db");
  3.  
  4. $sql5 = "select * from order_header_master where id>0";
  5. $result5 = mysqli_query($conn,$sql5);
  6. $row5 = mysqli_fetch_row($result5);
  7. echo "<pre>";
Add Comment
Please, Sign In to add comment