faqts : Computers : Programming : Languages : PHP : Database Backed Sites : MySQL

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

3 of 8 people (38%) answered Yes
Recently 1 of 6 people (17%) answered Yes

Entry

I couldn't use mysql_errno in PHP4 with mysql l3.24.14, that return "Undefined function". Why?

Jul 17th, 2000 14:09
Matt Gregory, Romain Xie, Henrik Hansen,


try using mysql_error($linkident); where linkident is your connection 
variable.