Re: [PHP-DB] Getting PHP 5 w/mysqli to communicate with MySQL 5

2006-01-22 Thread Allen Schultz
Just turned on display_errors. Let me check. On 1/22/06, PHP Superman [EMAIL PROTECTED] wrote: did you turn on display_errors and set error reporting to E_ALL in php.ini? if not you should On 1/20/06, Allen Schultz [EMAIL PROTECTED] wrote: Sorry, I was in a rush to work guys. All

Re: [PHP-DB] Getting PHP 5 w/mysqli to communicate with MySQL 5

2006-01-22 Thread Allen Schultz
Nope, still getting the same responses. On 1/22/06, Allen Schultz [EMAIL PROTECTED] wrote: Just turned on display_errors. Let me check. On 1/22/06, PHP Superman [EMAIL PROTECTED] wrote: did you turn on display_errors and set error reporting to E_ALL in php.ini? if not you should On 1

Re: [PHP-DB] Getting PHP 5 w/mysqli to communicate with MySQL 5

2006-01-22 Thread Allen Schultz
that helped, Allen PS: thanks for bringing up that display_errors to on thing. But weird that PHP4 reported it and not php5. On 1/22/06, Allen Schultz [EMAIL PROTECTED] wrote: Just turned on display_errors. Let me check. On 1/22/06, PHP Superman [EMAIL PROTECTED] wrote: did you turn

Re: [PHP-DB] Getting PHP 5 w/mysqli to communicate with MySQL 5

2006-01-20 Thread Allen Schultz
Sorry, I was in a rush to work guys. All these were downloaded pre-compliled for Win32. Apache 2.0.55 PHP 5.1.1 w/php_mysqli.dll (improved mysql) MySQL 5.0.18 This script: htmlhead/headbody ?php $link = mysqli_connect('localhost','root','xx'); if (mysqli_connect_errno()) { echo error;

[PHP-DB] Getting PHP 5 w/mysqli to communicate with MySQL 5

2006-01-19 Thread Allen Schultz
Hi, all: I having trouble getting my php to communicate with my MySQL database. I have it where I can connect, but afterwards, it sees nothing for information after being connected. Any suggestions will help. Thanks, Allen -- PHP Database Mailing List (http://www.php.net/) To unsubscribe,