I have input data in flatfile format. I have written my javascript code to create recursive hierarchy JSON tree. I am not getting expected tree (highlighted bel
Here is my query $this->db->select(' CONCAT(customers.first_name, " ", customers.last_name) AS full_name '); $this->db->where('ful
I have not Idea Please help me I will try to make Login Authentication in CodeIgniter for multiple user its define role and its check on controller. But I want
I am trying to run this query but I keep getting this error: ORA-00937: not a single-group group function 00937. 00000 - "not a single-group group function". H
I have found a server side request forgery (SSRF) vulnerability in a website, In the request body; there is a JSON Object called "html" which reflect in a PDF f
I have created the following function and I need to type the i argument that is currently an any: scenario - with value and label scenario - with id and name
I noticed that dotnet is missing a lot of the javascript methods related to regular expression with the string class, for instince string.match(). Is there a cl
I have a problem with my code downloading csv file. I can get the data but i can't download the csv file. Here is my ajax code: // Export $('#export_csv').cl
For context, this for a school assignment. I will attach a picture of the whole question, but to summarize the assignment, we have to make a RECURSIVE maze solv