Advertisement
Guest User

Untitled

a guest
Aug 9th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $conn_string = "host=$_ENV['HOST'] port=$_ENV['PORT'] user=$_ENV['USER'] password=$_ENV['PASSWORD'] db=$_ENV['DB']";
  2.  
  3. $connect=pg_connect($conn_string);
  4.  
  5. syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement