When I run a php program connected to postgresql, I have the following
error:
"Parse error: parse error, unexpected T_STRING "
The actual code for this part that caused the error is like this:
$sql = "SELECT * FROM appconf ORDER BY sort_order"; <=== This line causes
the error.
$result = @pg_exec($sql);
Do you know what is the unexpected T_STRING error is?
THank you for your help.
Abraham Lee
AMS