CURL ERROR: Recv failure: Connection reset by peer
I'm having this error: CURL ERROR: Recv failure: Connection reset by peer if I am trying to connect to the server via CU...
Latest news, tutorials, and updates from the PHP community
8596 articles available
I'm having this error: CURL ERROR: Recv failure: Connection reset by peer if I am trying to connect to the server via CU...
The data is being sent from the front end like this: [Code Block] And in my "main" controller, I have: [Code Block] In m...
I got some problems with the following sql statement: [Code Block] How can I write these WHERE conditions and an ORDER B...
I program a site and I can't get this query right. I have a table that contain the channels [Code Block] and I have anot...
[Code Block] Is what I have. Yet it only loops one time when there are actually 4 rows?
Using CodeIgniter I am trying to create a link that the user can click within a view to show them the details of a recor...
In my code, there is an error, What is the solution for this? A PHP Error was encountered Severity: Warning Message: Can...
I'm writing an extension that will allow me to add the magic words: `CURRENTUSER`, `CURRENTUSERREALNAME`, `CURRENTUSERLA...
I'm pulling JSON from Instagram: `$instagrams = json_decode($response)->data;` Then parsing variables into a PHP array t...
I have a table with string values in the format of Friday 20th April 2012 in a field called `Film_Release` I am looping ...
For example, if I run one query in model: [Code Block] And now, to lists posts from that user, I need to refer to it's i...
I have a query builder script as follows: [Code Block] The Date field is a datetime type, and I want to be grabbing reco...
Showing 7609 to 7620 of 8596 articles