Extending CI_Controller emits "class not found" error
All I'm trying to do is something fairly simple : Create a class (let's say `brandNewClass` - NOT `MY_Controller`) which...
Latest news, tutorials, and updates from the PHP community
7059 articles available
All I'm trying to do is something fairly simple : Create a class (let's say `brandNewClass` - NOT `MY_Controller`) which...
I'm using mysqli prepared statements in an OOP manner. Everything is working as intended, but I can't seem to find any d...
When I made a query to the database and retrieve the results in mysqli_result, the memory usage is extremely small. Howe...
The PHP website notes that using the `mysql_` functions of PHP is highly discouraged. It instead encourages developers t...
I thought that `_id` was meant to be ObjectID while the first time it inserts it does it correctly when I try to update ...
I've installed PHPActiveRecord to CodeIgniter through a spark and all works great except one thing. This is my problemat...
I have this code where a user selects the particular category of doctor and then the District in which he wants to look ...
I programmed a website, no need to get into more detail about it but it works and does not require any DB or something l...
Hello fellow StackOverflowers! I have some information in a database that I need pulled out and put into javascript cont...
Procedure [Code Block] I cannot call it from PHP. But in mysql, both query1 and query2 work. What did I miss here?
I have an Art Gallery project. Every hour a group visits the gallery, which means `24 hours = 24 groups`. Sometimes more...
I would like to ask what is this kind of error: undefined offset:4 my code is [Code Block] the echo is `key1 key2 key3` ...
Showing 5941 to 5952 of 7059 articles