What is “/**” (slash, double asterisk) in PHP?
What is the meaning of `/**` in PHP? For example: [Code Block] i cant seem to search about it? what is the keyword to us...
Latest news, tutorials, and updates from the PHP community
7059 articles available
What is the meaning of `/**` in PHP? For example: [Code Block] i cant seem to search about it? what is the keyword to us...
I have a sql query that pulls all types of data from 3 different tables that I now want to display in an array. I can ge...
Non-object error Error: Call to a member function fetch_assoc() on a non-object My Code: [Code Block] I am new to prepar...
I am doing a small form validation using ajax. The user provide a key and when the form is submitted I call an ajax meth...
[Code Block] When I try to connect to MySQL, everything is fine, but after that, I am getting: Warning: `mysqli::close()...
I have an multidimensional array of a player list for Call of Duty 4. When I try to echo the array it comes back with `A...
Using Datamapper 1.8.1-dev for PHP's CodeIgniter, I'm trying to build this query to prioritize one country name at top o...
The following error triggers a MySQL error, this is due to query not binding the parameter to the statement. I do not un...
I have a php script with the following command I am running: [Code Block] pgrep usually returns "1" if it does not find ...
I'm working on a muli language website and I have articles they may or may not be in all the languages the website is in...
I have the following code in my codeigniter's view file. [Code Block] my model [Code Block] If I run the above code I ge...
I have a string that I cannot edit. Each name is separated by a comma. [Code Block] I am storing this into a txt documen...
Showing 5917 to 5928 of 7059 articles