Any Idea what could cause this? I get it randomly at best. But with both IE and FF. It derives from an AJAX banner rotation script I am attempting to implement. Well have implemented it... And the script loads and runs fine per say minus the random error "There was a problem with the request.(Code: 0)" that pops up from time to time.
The error also only occurs when it does occur upon a reload of the page. Or a linked clicked on the page (not even necessarily a banner within the script) Its as if when the page unloads its failing some how but I don't know how, as I don't know what exactly can cause that error, and I have no yielded anything in my searches on google/yahoo about this.
I am using this script http://www.phpied.com/ajax-banner-rotation/
if anyone's familiar with it. I also seem to be the only one with this issue. So I don't know. I haven't done anything to significantly change the base of the script from there, and no one complains about this issue there (except me)
Any Ideas suggestions, etc.. that anyone may have as to how I can either catch the error and fix it. Or catch it and have it ignored so it doesn't cause the pop up. The error has also occurred on several PCs ranging from XP installs with IE 6 to Vista Installs with IE8.. FF gets the same issue so I don't think its a cross compatibility issue. So I know its not just my rig's setup causing the issue. Again like I said any help would be greatly appreciated thanks in advance.
Printing a webpage
I use this to print the webpage:
How to Create a Dynamic table
col1 col2 date1 date2 date3 date4..........a b v1 v2 v3 v4c d v5 v6 v7 v8e f v9 v10 v11 v12 . .
Help Ordering Arrays
Hi, I have 3 arrays as shown below.Code: $users = $this->get_latest_users();$flirt = $this->get_latest_flirts();$hotlist = $this->get_latest_hotlist();These arrays for a key have
split string
Hi all i have some names (imploded by comma):Code: toronto,paris,madridNow, i would obtain this result:Code: 'toronto','paris','madrid'How can i do? thanks
My XSRF Prevention code isn't working
First of all, thanks for the generous help you guys have given me in the past on this forum.Second, I apologize in advance if my code is hard to read, most of it was done in a rush.Here
Array disappearing in foreach loop
Okay, I have this problem where an array will become undefined in a foreach loop.Here is the function plus a couple comments:Code: [Select]function mineResources($nation) {global $db;$resources =
help with variable
I've got a problem, i want to echo some images depending on the $id, however for me to get that id i have to extract it from a query. So i've done that, but i want to extract all id's (not just 1), so
try catch error
I have been trying try catch but, I can't get it to work. The code opens a non existing file called "a"Code: private function fileOpenMethod($filePath,
selection tool on raster image
Hi!I have to implement in my app a selection tool which lets users to select region of any shape in raster image (in graphics aplication it is called "free shape selection tool" or lasso). Anybody
mySQL and PHP search
Hello,I am trying to code a project and ran into a brick wall with one of my pages. I am pretty new at php/mySQL and can not figure this out. Now I know that you are not going to sit there and type my