02112007 1251 GMT-6

I agree with Pete, try "localhost" or try $host = "localhost"; and put
$host in the mysql_connect();

wade

On Sun, 2007-02-11 at 18:31 +0000, alternate_dph wrote:
> > if ($dbc = mysql_connect()){
> >  // do the thing
> > } else {
> >   echo "Error: ".mysql_error();
> > }
> > 
> > This will show you the problem.
> 
> Again, I get this error: 
> Fatal error: Call to undefined function mysql_connect() in
> C:\wamp\www\database.php on line 16
> 
> What I am wondering now is if somehow along the way, the connectivity
> between mysql and php wasn't installed in wamp.
> 
> 
> 
> 
> 
> Community email addresses:
>   Post message: [email protected]
>   Subscribe:    [EMAIL PROTECTED]
>   Unsubscribe:  [EMAIL PROTECTED]
>   List owner:   [EMAIL PROTECTED]
> 
> Shortcut URL to this page:
>   http://groups.yahoo.com/group/php-list 
> Yahoo! Groups Links
> 
> 
> 
> 

Reply via email to