search for: mysql_pconnect

Displaying 2 results from an estimated 2 matches for "mysql_pconnect".

Did you mean: mysql_connect
2007 Aug 24
0
MYSQL problem and configuration
...rn $matches[1]; } } else { fwrite(STDERR,"FAIL (unexpected result '$res')\n"); fflush(STDERR); return -1; }}$agivar = init();$hostname= 'xxxx'; $database= 'xxxxx'; $username= 'xxxxx'; $password= 'xxxx'; $dbprotect = mysql_pconnect($hostname, $username, $password) or trigger_error(mysql_error(),E_USER_ERROR); mysql_select_db($database, $dbprotect);$result = mysql_query("SELECT * FROM user_table WHERE user_age>12");while($entry = mysql_fetch_array($result)) {fwrite(STERR, "Name : $entry['name'], Age:...
2006 Jan 12
5
[Announce] Web-MeetMe v2.0.0
[New Features] 1. Added focus and tab-order to all input fields 2. Dynamic generation of date/month/year listboxes a. It is no longer possible to schedule an invalid date. 3. Added 'Extend' and 'End Now' buttons to the monitor page. 4. Invite button on the monitor page. This greatly simplifies the process of adding callers to a conference. The ./lib/defines