PHP: Regex for exact match
Here is the regex I currently have (which kind of works): [Code Block] My revision looks like what I want, but it does n...
Latest news, tutorials, and updates from the PHP community
8579 articles available
Here is the regex I currently have (which kind of works): [Code Block] My revision looks like what I want, but it does n...
How can I remove a row from a table 5 minutes after the row has been INSERTED/UPDATED? Can this be done in mysql or with...
I have the following function in my model to fetch some data from database and I am using CodeIgniter 2's default pagina...
I'm trying to wrap my head around this, but I seem to go in circles. I'm trying to list a users topics one by one, with ...
I am trying to figure a way to join these two tables together, which I was able to do, but if it found more than one val...
I'm from the C# environment and I'm starting to learn PHP in school. I'm used to set my properties in C# like this. [Cod...
I am trying to create multi-lingual form with Codeigniter. I have an POST array as: [Code Block] I want to convert this ...
We have the following tables Table `Pages`: [Code Block] and table `navigation`: [Code Block] I was working with only pa...
Here is the scenario: There is an index.php file in the root folder some files are included in index.php which are in th...
I'm trying to write a script to fetch data. The script should be invoked either by a cron job running (php-cli) a standa...
i have a logfile which is saved as [Code Block] the {time} is a timestamp in "Seconds since the Unix Epoch" and the logf...
I'm debugging some code for a client and found the following syntax: [Code Block] The case statements end in semi-colons...
Showing 7705 to 7716 of 8579 articles