How to render the current query builder SQL as an string in CodeIgniter
I want to convert this: [Code Block] to this: [Code Block] Is there any function for this?
Latest news, tutorials, and updates from the PHP community
8483 articles available
I want to convert this: [Code Block] to this: [Code Block] Is there any function for this?
I have 3 tables the subject, student, and relation The following are sample data [Code Block] in this case sudent with i...
what is autoload in PHP?
I have been tasked with building a simple web based system for managing a list of vehicles. I am interested to know whet...
I have a timestamp like `1397105576` and I need to convert it to data format. I used: [Code Block] I am getting: Severit...
I am trying to use (and I've tried both) preg_split() and split() and neither of these have worked for me. Here are the ...
I am using jQuery's `animate()` function to animate a `div`. When I give multiple effects like height 140 and width 200,...
How can you make a sharpness filter with the PHP GD library? So that this... Turns to this... If it is not possible with...
I am making iterate queries from iterate query results from iterated query results. The following is my innermost loop. ...
In JavaScript, you can define anonymous functions that are executed immediately: [Code Block] Can you do something like ...
My output is in the format of 290.52262423327 seconds. How can I change this to 00:04:51? The same output I want to show...
Recently I've switched to PHP 5.3+ and after that migration I learned that the `eregi()` function has been deprecated - ...
Showing 8161 to 8172 of 8483 articles