Re: [PHP-DB] Call to undefined function mysql_connect()

2004-08-01 Thread Lester Caine
Phpdiscuss - Php Newsgroups And Mailing Lists wrote: I agree to you as my phpinfo does not show mysql at all. can you help me as in how do i get the mysql support for the same, im using PHP/MYSQL on windows 2000 By default on PHP5, MySQL is not now built in ( since more and more of us are no longe

Re: [PHP-DB] Call to undefined function mysql_connect()

2004-08-01 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I agree to you as my phpinfo does not show mysql at all. can you help me as in how do i get the mysql support for the same, im using PHP/MYSQL on windows 2000 Thanks Larry E . Ullman wrote: > > But i received "Call to undefined function mysql_connect() on line 5" > > > > Can anyone help me? >

Re: [PHP-DB] Call to undefined function mysql_connect()

2004-06-30 Thread Cole S. Ashcraft
Rinku's Response: I may be missing something, but hows that related? The phpinfo() function generates a page that shows what is installed. See if the configure string has --with-mysql or something like it. There also should be a section called mysql. Take a look at http://ashcraftfamily.net/info

Re: [PHP-DB] Call to undefined function mysql_connect()

2004-06-29 Thread Rinku
if ($text != "") You had used this. Pls use this so that you can access the value for the variable if($_POST['text']!="") I hope this will help you. Leandro de Oliveira <[EMAIL PROTECTED]> wrote: I don´t know how to see if mysq is enabled but i tested this, it is like i have no php file: fo

Re: [PHP-DB] Call to undefined function mysql_connect()

2004-06-29 Thread Leandro de Oliveira
I don´t know how to see if mysq is enabled but i tested this, it is like i have no php file: form.php Forms "; ?> submit dont works, echo $HTTP_USER_AGENT too, but phpinfo() worked! what is going on? - Crie seu Yahoo! Mail, agora com 100MB

Re: [PHP-DB] Call to undefined function mysql_connect()

2004-06-28 Thread Rinku
And If you need any documentation for Apache, PHP, Mysql and PhpMyAdmin Installation on WinXP or for WinNt then pls do write me I'll send it to you. Rinku --- "Larry E. Ullman" <[EMAIL PROTECTED]> wrote: > > But i received "Call to undefined function > mysql_connect() on line 5" > > > > Can anyone

Re: [PHP-DB] Call to undefined function mysql_connect()

2004-06-27 Thread Cole S. Ashcraft
Create a page called phpinfo.php. In it put . Search for MySQL. You probably don't have MySQL support in your installation. Cole Leandro de Oliveira wrote: Hi! I want test MySQL with PHP, for that I wrote this: Test MySQL 0) echo "Success!!"; else { echo "Failure!!"; echo mysql_error(); } ?>

Re: [PHP-DB] Call to undefined function mysql_connect()

2004-06-27 Thread Larry E . Ullman
But i received "Call to undefined function mysql_connect() on line 5" Can anyone help me? Your PHP installation apparently does not support MySQL. You can confirm this by running a phpinfo() script. You may need to reinstall/recompile PHP. Larry -- PHP Database Mailing List (http://www.php.net/)

[PHP-DB] Call to undefined function mysql_connect()

2004-06-27 Thread Leandro de Oliveira
Hi! I want test MySQL with PHP, for that I wrote this: Test MySQL 0) echo "Success!!"; else { echo "Failure!!"; echo mysql_error(); } ?> But i received "Call to undefined function mysql_connect() on line 5" Can anyone help me? Thanks! - Crie seu

[PHP-DB] call to undefined function mysql_connect() [PHP / MySQL / Red Hat 8]

2004-02-26 Thread Jono
Hey. I've just installed Red Hat 8 from a downloaded distribution and have set up Apache, PHP and MySQL. The problem I have is my old code that I wrote in a Windows environment doesn't work. The error I get is: call to undefined function mysql_connect() I know that Apache is running fine and I k