DOMDocument::load in PHP 5
I open a 10MB+ XML file several times in my script in different functions: [Code Block] 1) Is the above the old style of...
Latest news, tutorials, and updates from the PHP community
6985 articles available
I open a 10MB+ XML file several times in my script in different functions: [Code Block] 1) Is the above the old style of...
i am using iframe to render my app from my server. the problem is once i click on a link in my app, i am being redirecte...
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...
Showing 6841 to 6852 of 6985 articles