User Profile
Collapse
-
Client software developer got it to bring in filled arrays, sorry for post. -
SOLVED: nuSOAP returns empty object
Hello, I have very little knowledge when it comes to SOAP, but a developer I'm working with says it will make things easier when passing data to/from client software and the mySQL database. Anyhow, I created this SOAP server per examples and instructions on various websites, and the server appears to be functioning (Server). However, the client software developer says they are getting the "Schedule" object back empty, regardless of what... -
Well, it was a real silly mistake, make sure you dont have any "mysql_close(); " lines creeping around in one of your includes...haha .Leave a comment:
-
-
DB connection isn't working inside function.
I'm having an issue here I have never seen before...
I have a several PHP files, template.php, db.php and functions.php...db.php and functions.php are included in template.php in that order. When I try to call a function from functions.php, the MySQL query fails with:
When I remove the function and place the code inline instead, it works fine...
Here is the function.
...Code:function siteMsg($msg){ -
I see, i'll petition my provider to enable URL access....thank s so much for your help!Leave a comment:
-
Interesting.... I copied your script to test.php, it errors out the same. I did have to change the path to the file because my server does not allow URL access. Perhaps this is a server issue, or if it's not give in URL format it interprets the file differently? (link)...Leave a comment:
-
Doh, I apologize, I was using a work-around, which broke that file...it's back to the way it was, and it looks like a valid XML file =(Leave a comment:
-
Issues with simplexml_load_file
Hi,
I am having issues using simplexml. I have generated an XML file using PHP (link), and I am trying to load it into a simplexml object using:
This is generating a parser error:Code:$xml = simplexml_load_file("news_headlines_xml.php");
It looks as if it's trying to parse the actual PHP script, and not the generated XML. I have set the MIME type on the PHP file to text/xml.... -
LOL, you know what...im about to smash something if i keep trying to figure this out, I'm 99% sure its just a bug when contents get redrawn on a page the map disappears in IE...I'll just have to use an iFrame (i hate iframes)...than ks much for your help guys!!Leave a comment:
-
Unfortunately not, that was just a function to trigger a map.checkResize I wrote to try to fix this, but it didn't fix the problem. I removed it. The map is now sized explicitly within the GMap function (instead of pulling its size from the DIV container)..so the map.checkResize is no longer applicable, but the problem still persists.
Well, I did have both functions included in the onload of the <body> tag (GMap...Leave a comment:
-
No, you do not have to press the tab key...the element DOES have focus if you are using the appropriate method...I just don't think IE displays focus properly in this case.Leave a comment:
-
You might have to test what type of form element you are working with first, but this might help:
http://bytes.com/groups/javascript/9...s-radio-button...Leave a comment:
-
I moved all the javascript I could to the <head> section, and I am now using jquery instead of scriptaculous.. .this didn't help...it seems whenever ANY function or javascript is being called after the map is loaded, causes it to disappear....ag ain, only in IE
You can duplicate this by click "Show more routes >>"...this triggers the listener in the <head> section to animate the DIV.Leave a comment:
-
I use this, its from simpleBBCode by Brady Mulhollem, the function accepts the open and close tags.
...Code:function addTags(Tag, fTag) { var obj = document.formname.element; obj.focus(); if (document.selection && document.selection.createRange) // Internet Explorer { sel = document.selection.createRange(); if (sel.parentElement() == obj) sel.textLeave a comment:
-
Hmm, I tested this myself, pressing spacebar does check the radio button in IE7, so it just doesn't "appear" to have focus? Chrome showed focus fine.Leave a comment:
-
Since I removed the onmouseover event, it doesnt happen when you mouse over the link, only when you click on it....that seems to imply this occurs whenever another javascript function is being executed.Leave a comment:
-
It only appears to happen in IE for some reason...Chrome and FF work fine.
Yea, but I was being lazy, that was the only link i was working with at the time and didn't want to change all my style sheets. I changed it to a:hover now to avoid any confusion....Leave a comment:
-
GMap disappears when two onload functions are used in <body> tag.
Hello,
Thanks for taking the time to help. I'm having a problem with GMap and IE7 (could be occurring in earlier versions). First let me give you a link to the problem:
problem
The problem seems to manifest itself initially when you mouse over the "Choose a different route >>" link (which has onmouseover event to change font styles). It seems that having two functions in the onload command of... -
Table structure issue
Hello, I apoligize for the vague subject, but it's hard to wrap up in a single sentence what it is I am trying to do.
I am creating the ability for users on my site to purchase (with virtual dollars) different items, after the item is purchased, it will be available to them for use on the site. There is no set number of items, as they will be added continuously. I need to ability to track which users have which items purchased. Right...
No activity results to display
Show More
Leave a comment: