Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Error

 
   Database Help (Home) -> PHP SQL RSS
Next:  calender  
Author Message
Jordan

External


Since: Jun 12, 2008
Posts: 3



(Msg. 1) Posted: Tue Jun 17, 2008 1:20 pm
Post subject: Error
Archived from groups: alt>php>sql (more info?)

Hello.
How can I process Mysql error in PHP?
I need to see,process Mysql errors with php. Like when someone try to
write registers and some constraint don't let it.
All kind of errors.
Thanks.

JD.

 >> Stay informed about: Error 
Back to top
Login to vote
J.O. Aho

External


Since: Dec 01, 2003
Posts: 190



(Msg. 2) Posted: Tue Jun 17, 2008 6:47 pm
Post subject: Re: Error [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Jordan wrote:
> Hello.
> How can I process Mysql error in PHP?
> I need to see,process Mysql errors with php. Like when someone try to
> write registers and some constraint don't let it.
> All kind of errors.

mysql_error()

mysqli_error()

depending on which library you use.

--

//Aho

 >> Stay informed about: Error 
Back to top
Login to vote
Jordan

External


Since: Jun 12, 2008
Posts: 3



(Msg. 3) Posted: Wed Jun 18, 2008 2:04 pm
Post subject: Re: Error [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

J.O. Aho escreveu:
> Jordan wrote:
>> Hello.
>> How can I process Mysql error in PHP?
>> I need to see,process Mysql errors with php. Like when someone try to
>> write registers and some constraint don't let it.
>> All kind of errors.
>
> mysql_error()
>
> mysqli_error()
>
> depending on which library you use.
>

Thanks! It's so usefull!

JD.
 >> Stay informed about: Error 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
PHPtriad v2.2.1 removal - When I fist started using apache/php/mysql I used phptriad [a wonderful piece of kit] to get me up and running. I've used this ever since. I'm think inow of 'upgrading' to laters versions of all three applications, and have found various tutorials/Ho...

MySQL regular expression to match a imploded item - Hello I need to use MySQL's REGEXP (POSIX compliant) to search registries where one field is an imploded set of integer values separated with pipes "|". I need to match one of these imploded values directly on a sql select. $sql = "SELECT...

Weird mysql_connect problem - Hello. My mysql_connect just started to give me following error today, Fatal error: Call to undefined function: mysql_connect() in ..../database_functions/db_functions.inc.php on line 11. So it seems that my php no longer finds php-mysql module...

MySQL - question about displaying data - I am working an some pages that have database content on them. I'm sorry that I don't have any versions of it online yet, but it isn't hard to explain. The site lists restaurants with contact information. All of the information is kept in a MySQL..

How can i Optimize sql Query ? - Hi, I'd like to optimize this query: Code: SELECT * FROM `links` WHERE active = "1" AND mainweight != 0 ORDER BY Rand()*(1/mainweight) LIMIT 5 I have a database of links wich has 3 000 rows. I'd like to select weighted random links from ...
   Database Help (Home) -> PHP SQL All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]