View Single Post
Old 06-27-2008, 12:36 PM   #1 (permalink)
codefreek
Super Moderator
Inquisitive 
 
codefreek's Avatar
 
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
codefreek is on a distinguished road
Help why do not p in mysql_connect work?

i get Fatal error: Call to undefined function pmysql_connect() on line 6

$connection = mysql_pconnect('localhost', 'name', 'pass');

Why do i get the error?..

EDIT: lol i put in the wrong place xD

Last edited by codefreek : 06-27-2008 at 12:40 PM. Reason: Fixed
codefreek is offline  
Reply With Quote