Post Reply  Post Thread 
Setting CLIENT_INTERACTIVE flag
freesouljah
Junior Member
**

Posts: 26
Group: Registered
Joined: Jun 2006
Status: Offline
Reputation: 0
Post: #1
Setting CLIENT_INTERACTIVE flag

I am interested in this...I have read the info on it @ http://www.mysql.com/doc/en/mysql_real_connect.html and would like to implement it...where would I add the setting?

thanks Cool


07-18-2006 09:44 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Pacifier
Administrator
*******

Posts: 214
Group: Administrators
Joined: May 2006
Status: Offline
Reputation: 0
Post: #2
RE: Setting CLIENT_INTERACTIVE flag

The normal mysql_connect function of php can be modified to use the MYSQL_CLIENT_INTERACTIVE flag in the following way:

PHP Code:
$con mysql_connect("host""username""password"falseMYSQL_CLIENT_INTERACTIVE); 

07-19-2006 02:14 PM

This post was last modified: 07-19-2006 02:17 PM by Pacifier.

Find all posts by this user Quote this message in a reply
freesouljah
Junior Member
**

Posts: 26
Group: Registered
Joined: Jun 2006
Status: Offline
Reputation: 0
Post: #3
RE: Setting CLIENT_INTERACTIVE flag

Blush
I don't even consider myself a novice when it comes to mysql. I have very little knowledge of it...so where would I be making these changes at?

thanks


07-21-2006 06:45 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Pacifier
Administrator
*******

Posts: 214
Group: Administrators
Joined: May 2006
Status: Offline
Reputation: 0
Post: #4
RE: Setting CLIENT_INTERACTIVE flag

You'll need to make those changes in your PHP scripts. What script you want to use that in?

07-21-2006 03:11 PM
Find all posts by this user Quote this message in a reply
freesouljah
Junior Member
**

Posts: 26
Group: Registered
Joined: Jun 2006
Status: Offline
Reputation: 0
Post: #5
RE: Setting CLIENT_INTERACTIVE flag

oh...okay...

I want it for my coppermine gallery...

I will look for the mysql_connect function in coppermine...

thanks


07-24-2006 06:29 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump: