How to access a subarray value in an associative array [duplicate]
I'm trying to access array data. This is my code which outputs an array: [Code Block] Outputs this: [Code Block] And I w...
Latest news, tutorials, and updates from the PHP community
8612 articles available
I'm trying to access array data. This is my code which outputs an array: [Code Block] Outputs this: [Code Block] And I w...
when I install mysqli on my centos [Code Block] he tell me that: [Code Block] How can I fix it?
I was looking through my code and read that it was recommened to use `mysqli_free_result` when your result object is not...
I have a Table like below [Code Block] I Used the below proc [Code Block] It brings output as below [Code Block] Since I...
After some reading, I’ve decided to use prepared statements on all select queries, however I’m not sure if all of variab...
I have a table name products with all product details and another whs_products with quantity details of the products for...
I have some columns type int, but value is empty. So I want to convert empty to null when I insert to database. I use co...
This is my code: [Code Block] When I run this code it deleted my records. I don't understand why. I want it to: UPDATE T...
This is my 2nd web app in CI. I am trying to grab a single value from a form (upon submit) and insert it into a database...
Can anyone please tell me how to give a scrollbar to the div? In my program, I am listing my Facebook friends inside a d...
I want to get the maximum id of row data. In my table first column is id then firstname and etc. this is the sql command...
I wrote php web service using NuSOAP and client script. I used array complex type to return an array of complex type, bu...
Showing 7261 to 7272 of 8612 articles