PHP extending class properties
I have two classes in a PHP application, B extending A for example. Class A has a function which returns some of its oth...
Latest news, tutorials, and updates from the PHP community
8483 articles available
I have two classes in a PHP application, B extending A for example. Class A has a function which returns some of its oth...
I am trying to do a COUNT that has WHERE clauses in it with the code below: [Code Block] However Codeigniter only seems ...
I've written a simple parser for my page and am having some problems with it. HTML text: [Code Block] If I try use somet...
I would like to learn PHP and want to get an Idea about OOP and Procedural. I read some other blogs and tutorials about ...
Couldn't find a method like the int executeUpdate(String sql, int autoGeneratedKeys) in php. I want to insert data to th...
I keep seeing CakePHP and CodeIgniter referred to as full stack MVC frameworks, whereas Zend Framework is said to be non...
Some operations take too much time, which lead the request to time out. How do I finish responding to the request first,...
In PHP, (unlike what I originally thought) there is an overhead of calling static methods vs simple functions. On a very...
I am learning codeigniter and have a question. The codes are from `http://www.devshed.com/c/a/PHP/Paginating-Database-Re...
Ok, here is an issue: in the project i'm working on, we can't rely on server-side sessions for any functionality. The pr...
`"something here ; and there, oh,that's all!"` I want to split it by `;` and `,` so after processing should get: [Code B...
Is there any way to get the actual SQL that is the result of preparing a statement when using the mysqli extension? My p...
Showing 8365 to 8376 of 8483 articles