Re: [PHP-DB] Fatal error: Call to undefined function: () in add2.php on line 11

2001-02-27 Thread Robert

I had a similar problem ( on 2000 ) until created a usr directory at the
root ( C: )and put the mibs directory in it from the php directory

- Original Message -
From: "Joe Brown" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 27, 2001 12:19 AM
Subject: Re: [PHP-DB] Fatal error: Call to undefined function: () in
add2.php on line 11


> back to the drawing board...
>
> Re-compile php --with-mysql
>
> ""jim and lois flaherty"" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> >   help , I have this problem
> >
> >I have redhat 7.0
> >mysql 3.23
> >and php-mysql rpm installed
> >
> >  my code
> >
> >  
> > 
> >Flaherty Family Page
> > 
> >  >
> > //  connect to server
> >
> > $mysql_link = mysql_connect("localhost", "user","password");
> >
> > $mysql_select_db("resume");
> >
> > $query = "insert into employer(name,add1,add2,city,state)";
> > $query = $query."values('$name','$add1','$add2','$city','$state')";
> >
> >
> > $mysql_result = mysql_query($query, $mysql_link);
> >
> >
> > my line 11 is mysql_connect
> >
> >
> > please let me know what I am doing wrong
> >
> > --
> > PHP Database Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] Fatal error: Call to undefined function: () in add2.php on line 11

2001-02-26 Thread Joe Brown

back to the drawing board...

Re-compile php --with-mysql

""jim and lois flaherty"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>   help , I have this problem
>
>I have redhat 7.0
>mysql 3.23
>and php-mysql rpm installed
>
>  my code
>
>  
> 
>Flaherty Family Page
> 
> 
> //  connect to server
>
> $mysql_link = mysql_connect("localhost", "user","password");
>
> $mysql_select_db("resume");
>
> $query = "insert into employer(name,add1,add2,city,state)";
> $query = $query."values('$name','$add1','$add2','$city','$state')";
>
>
> $mysql_result = mysql_query($query, $mysql_link);
>
>
> my line 11 is mysql_connect
>
>
> please let me know what I am doing wrong
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] Fatal error: Call to undefined function: () in add2.php on line 11

2001-02-26 Thread jim and lois flaherty

  help , I have this problem 

   I have redhat 7.0
   mysql 3.23
   and php-mysql rpm installed 

 my code  

 

   Flaherty Family Page

http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]