Send error and PHP 5

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
php3ch0
Forum Contributor
Posts: 212
Joined: Sun Nov 13, 2005 7:35 am
Location: Folkestone, Kent, UK

Send error and PHP 5

Post by php3ch0 »

Hi I get this error in Zend Studio Server

Code: Select all

Content-type: text/html
X-Powered-By: PHP/5.0.4

<br />
<b>Fatal error</b>:  Call to undefined function mysql_pconnect() in <b>C:\wamp\www\SG5\Connections\db_connect.php</b> on line <b>9</b><br />
When I go to the localhost on url http://localhost/file.php it works fine

ANy suggestions?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

You need to enable mysql in Zend's web server instance.
Post Reply