Remove warning messages in PHP
I have some PHP code. When I run it, a warning message appears. How can I remove/suppress/ignore these warning messages?
Latest news, tutorials, and updates from the PHP community
8483 articles available
I have some PHP code. When I run it, a warning message appears. How can I remove/suppress/ignore these warning messages?
Are there any options to get the last insert id of a new record in CodeIgniter? [Code Block] Considering the table consi...
Why should I free the result of PHP and MySQL using `mysql_free_result()`? And what is the difference whether I free the...
I am having a play around with CodeIgniter and trying to get my head around the query builder system. I have set up a co...
I have an array: `array( 4 => 'apple', 7 => 'orange', 13 => 'plum' )` I would like to get the first element of this arra...
What's the PHP verson of this python code? [Code Block]
i am building a custom ecommerce system. how do i get the most current tax rates based on the zipcode? i was thinking of...
I start my script from command line and it outputs things as they happen but a week ago it stopped outputing and now out...
I have a quick silly question; what is the best way to write this : [Code Block] and if it isn't, then I need to call [C...
I have a command working fine on a server. Now I'm trying it on a server from a different hosting service. I have a `php...
I have my data in this format: `U+597D` or like this `U+6211`. I want to convert them to UTF-8 (original characters are ...
What are the differences between `die()` and `exit()` functions in PHP? I think both have the same functionality, but I ...
Showing 8341 to 8352 of 8483 articles