Guest User

Untitled

a guest
Feb 20th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <?php
  2.  
  3. $server = "172.20.80.11:1521";
  4. $user = "sima980";
  5. $pass = "1201a0";
  6.  
  7. oci_connect($server, $user, $pass);?>
Add Comment
Please, Sign In to add comment