«Commands out of sync» if I mysqli::query() again after a call to a results-giving stored procedure [duplicate]
I have a stored procedure in my db that returns all records in a table: [Code Block] The SP works just as expected. But,...
Latest news, tutorials, and updates from the PHP community
8494 articles available
I have a stored procedure in my db that returns all records in a table: [Code Block] The SP works just as expected. But,...
Call it OCD or an just obsessive need to separate logic from presentation, but I hate everything about `wp_list_comments...
[Code Block] How can I remove this blank space with comma?
I'm building a tasks system wich has 4 tables: tasks [Code Block] users [Code Block] roles [Code Block] and tasks_roles_...
I'm havin troubles trying to get the results from this table using slugs. [Code Block] For example i need to get the cat...
I updated to CI 2.0 now my models stopped working.I used [Code Block] And I defined the class correctly extends CI_Model...
I'm having a difficult time finding out if PHP can connect to an OPC server, and how. Our PHP is running on Unix with an...
I have a problem, I have a string array, and I want to explode in different delimiter. For Example [Code Block] and I ne...
The following code doesn't print out anything: [Code Block] But the following code prints `1`: [Code Block] Is there a b...
"“Excuse me, I hope this isn’t weird or anything," How can I fix the encoding on this?
I'm working on a script that gets file modified times, and takes an optional arg that if filled has an array with a list...
I'm new to building databases and I'm trying to do a JOIN based on a having three database tables. [Code Block] How can ...
Showing 8053 to 8064 of 8494 articles