python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Query to retrieve recursively parent child nested list joining to another two tables MySQL-PHP
I've 3 tables and I want to joint them based on the following conditions. My first table is called components it has the main parent and it has a sub-component called sub_compnents which holders the c...
Girmangus Hailu
Votes: 0
Answers: 1
How to get some values in json to display?
I'm fetching an api that collects the number of infected people to display on the web page which can be displayed on the web page as an array but is unable to fetch some variables to display one by on...

Arifeen Kundee
Votes: 0
Answers: 1
Indian Currency Amount to words function not working in PHP
Please help me to solve this problem. I need to print the invoice in that invoice I need to show the amount in words but the function getting an error. Please help me to solve this problem.
Function:
...
Prasanth Pksl
Votes: 0
Answers: 0
Codeigniter Call to a member function where() on bool
I tried to set seen to any contact data in database, but when i try that:
public function showMessage($id){
$this->load->model('Message_Model');
$messageData = $this->Message_...
Umut Fırat
Votes: 0
Answers: 1