Is there a point to minifying PHP? [closed]
I know you can minify PHP, but I'm wondering if there is any point. PHP is an interpreted language so will run a little ...
Latest news, tutorials, and updates from the PHP community
8483 articles available
I know you can minify PHP, but I'm wondering if there is any point. PHP is an interpreted language so will run a little ...
I'm not sure what would be the easiest way to do this. I need to be able to detect what users are online on my website. ...
How can I validate a South African cell phone number? The number must start with the country code like +27 and be max 11...
I have this library in CI that retrieves my latest twitter updates. It has a function that sends my latest updates as ob...
I have this library in CI that retrieves my latest twitter updates. It has a function that sends my latest updates as ob...
I am unable to manage the RSS feeds easily due to an overwhelming number of new stories / similar news contents posted i...
The php function error_log() let you send logs to email setting the second param to 1. I do that, but i want to dispay m...
I have the following code: [Code Block] The problem is that $news_description comes back empty although there is a value...
I'm using CodeIgniter and I got this error in my view. A PHP Error was encountered Severity: Notice Message: Undefined v...
I am developing an Admin Control panel and I have to use ODBC to connect to the Database. I'm used to using MySQLi so th...
I have an url to the image, like `$var = http://example.com/image.png` How do I get its dimensions to an array, like `ar...
I am using CodeIgniter MVC architecture to query a database and display results. The model does this: [Code Block] The c...
Showing 8125 to 8136 of 8483 articles