Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
Avatar caching error
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Weasel" data-source="post: 358431" data-attributes="member: 9520"><p>Firstly, the fuck are you doing here?</p><p>[PHP]</p><p><?phperror_reporting(-1);</p><p>?>[/PHP]</p><p></p><p>The undefined index errors are shown because you call $_GET[] vars without checking if they are set, so they are undefined.</p><p>As for the fopen error, that's probably the cause of your problem. Don't use fopen, it's not the proper function for this situation. Either use cURL to get the data or file_get_contents.</p></blockquote><p></p>
[QUOTE="Weasel, post: 358431, member: 9520"] Firstly, the fuck are you doing here? [PHP] <?phperror_reporting(-1); ?>[/PHP] The undefined index errors are shown because you call $_GET[] vars without checking if they are set, so they are undefined. As for the fopen error, that's probably the cause of your problem. Don't use fopen, it's not the proper function for this situation. Either use cURL to get the data or file_get_contents. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Avatar caching error
Top