ftp_chdir() showing warnings
ftp functions are not working however ftp option in php.ini is enabled at my server. its showing error like: [Code Block...
Latest news, tutorials, and updates from the PHP community
6985 articles available
ftp functions are not working however ftp option in php.ini is enabled at my server. its showing error like: [Code Block...
I need to get only 1 record from a SQL query result. We use "SELECT TOP 1" in standard SQL, but how can we do that in Co...
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...
Showing 6865 to 6876 of 6985 articles