ANSWERS: 1
-
When something goes wrong with your php script, in this case with session_start(), php will send a message to your browser about the error which your browser will display. This is great when you're debugging your code. Prepending the @ operator to the front of the function call will prevent this error reporting. http://thesmithfam.org/blog/2006/05/07/php-the-operator/ pg_connect() is to open a PostgreSQL server. http://us.php.net/manual/en/function.pg-connect.php The last link will answer a lot of your php questions.
Copyright 2023, Wired Ivy, LLC

by 