RE: Need help in running MySqli (extension) in PHP script

2005-05-17 Thread Jay Blanchard
[snip]
I read the instalation document particulary but I didn't understand it.
They told "--with-mysql
[=dir] configuration option" where it is found or where I should type
that please give details so that mysql will works And on thing I want to
know is I want MYSQLI (extenstion of MYSQL ) in php not MYSQL which
works below 4.0 of Mysql ,functions .
[/snip]

1. Always hit reply all when replying to the list in the event that the
person you are responding to doesn't see your e-mail for one reason or
another. (In this case I was clearing my spam folder when I found it).

2. --with-mysqli=mysql_config_path/mysql_config  goes in the
configuration line when you configure PHP. (It was a link you needed to
click from the previous information provided.)
http://us3.php.net/manual/en/ref.mysqli.php

3. Since this is a PHP question you'd be better off asking on a PHP
list. http://www.php.net/mailinglists

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Need help in running MySqli (extension) in PHP script

2005-05-17 Thread Jay Blanchard
[snip]
in it, it gives fatal error " undefined function 
Mysqli_connect() on line no etc.,, " in browser.
IS that correct, can I use "Mysqli" functions in 
this because I am using Mysql 5.04 (beta) version
in PHP documentation it was told that those who
are 
using Mysql 4.0 or higher can use Mysqli in php
scripts.

if so how i can install Mysqli ( Extension MYSQL)
in PHP. 
[/snip]

Please read the following installation instructions
http://www.php.net/mysql and pay particular attention to the PHP5
sections.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]