Search found 4 matches

by mountaindrummer
Sun Aug 06, 2006 10:53 pm
Forum: Databases
Topic: difficulty using mysqli with bind variables
Replies: 9
Views: 712

"finally" solved

I downloaded the latest 4.1.21 version of mysql and removed the ubuntu package for mysql on my server. I compiled mysql from scratch, apache2 from scratch, and php5 from scratch. After solving a variety of minor configuration problems to get everything linking correctly, I have been able to get the ...
by mountaindrummer
Sat Aug 05, 2006 1:59 pm
Forum: Databases
Topic: difficulty using mysqli with bind variables
Replies: 9
Views: 712

I ran the example that you specified above in your link jmut and I seem to be getting strange results, maybe I have a bad configuration of preloaded kubuntu packages vs. the compiled php5,apache,mysql installations.. The first time I ran the php script example I got: 1 Row inserted. 0 Row deleted. O...
by mountaindrummer
Thu Aug 03, 2006 10:47 am
Forum: Databases
Topic: difficulty using mysqli with bind variables
Replies: 9
Views: 712

jmut,

I ran code similar to what you described to get the version info
and display the following output:

Code: Select all

$mysqli->get_server_info: 4.1.12-Debian_1ubuntu3-log
$mysqli->server_version: 40112
$mysqli->get_client_info: 4.1.12
$mysqli->client_version: 40112
Any ideas?
by mountaindrummer
Wed Aug 02, 2006 10:22 pm
Forum: Databases
Topic: difficulty using mysqli with bind variables
Replies: 9
Views: 712

difficulty using mysqli with bind variables

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] Hi, I am ...