Problems with 404 redirect with Apache and PHP
I have a site which, for a long time, redirect the user directly to the home page if the URL was incorrect. Instead of r...
Latest news, tutorials, and updates from the PHP community
8494 articles available
I have a site which, for a long time, redirect the user directly to the home page if the URL was incorrect. Instead of r...
I wanna to manipulate each variable inside my Array. I dont know how take a value for each array. [Code Block]
How can I get last query I ran in MySQL in both Windows and Linux? I am working with PHP and CodeIgniter. In `my_model.p...
Given the following strings: 01/01/11 1/1/11 1/1/2011 01/1/2011 1-1-2011 etc How do I convert these to a Unix timestamp....
Seems like this is a pretty common error, but I can't work it out. I'm running PHP 5.3.1 towards an external MySQL serve...
I want to produce the following SQL code using CodeIgniter's query builder: [Code Block] Doing the following seems to be...
[Code Block] I keep getting Error: Query was empty with query SELECT * FROM vbots WHERE ID=1" How can i fix that? I get ...
I have the store a start time as microtime() and the end time as microtime() into the database. Now I want to calculate ...
I'm having an auto-created timestamp on update from the database that looks like this: `Y/m/d h:i:s`. When I want to ech...
I am a beginner to codeIgniter and have looked for an answer to this on the CI forums and google, and even here... OK I ...
I am currently looking into the possibility of displaying lists of events from multiple Google Calendars on a Web page. ...
I want to concat 2 fields together in my codeigniter db query but its not working, can you help me please? [Code Block] ...
Showing 7909 to 7920 of 8494 articles