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
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?
>
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
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
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
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
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();
}
?>
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/)
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
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
10 matches
Mail list logo