Passing a lone string containing dots to CodeIgniter's where() renders with unintended identifier quoting [duplicate]
I have this bit that I'm using to search IP addresses in a database. [Code Block] When I use it, it is escaping the peri...
Latest news, tutorials, and updates from the PHP community
7044 articles available
I have this bit that I'm using to search IP addresses in a database. [Code Block] When I use it, it is escaping the peri...
I have a preg_split pattern as below: [Code Block] I use [Code Block] if string is " Hello how are you", then `count($pc...
I'm developing components for Joomla! and want to know if there is a framework that can be used in a simple way to perfo...
What is the best way of checking whether or not a form has been submitted to determine whether I should pass the form's ...
array_filter — Filters elements of an array using a callback function `array array_filter ( array $input [, callback $ca...
I am getting this error while inserting in my table: [Code Block]
I want to compare values with what's in the database. This is my database [Code Block] The name of the database is num. ...
I'm storing values (int) for quantities in my database. I need to run a count on the total quantity by adding all the ro...
This has been driving me nuts. Magento won't offer support on a Windows background and I don't have the XAMPP knowledge....
I'm on the way to port an old Java Swing-based application to PHP, and this application is very CRUD-intensive, with lot...
I use `error_log` for my logging, but I'm realizing that there must be a more idiomatic way to log application progress....
[Code Block] Can you find my mistake? You can trust that all the values are there. The error is: You have an error in yo...
Showing 6325 to 6336 of 7044 articles