User Profile

Collapse

Profile Sidebar

Collapse
flydev
flydev
Last Activity: Mar 31 '10, 07:00 PM
Joined: Feb 23 '08
Location: Oklahoma City, OK
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • flydev
    replied to SOLVED: nuSOAP returns empty object
    in PHP
    Client software developer got it to bring in filled arrays, sorry for post.
    See more | Go to post

    Leave a comment:


  • flydev
    started a topic SOLVED: nuSOAP returns empty object
    in PHP

    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...
    See more | Go to post
    Last edited by flydev; Dec 14 '09, 06:36 AM. Reason: Problem Solved

  • flydev
    replied to DB connection isn't working inside function.
    in PHP
    Well, it was a real silly mistake, make sure you dont have any "mysql_close(); " lines creeping around in one of your includes...haha .
    See more | Go to post

    Leave a comment:


  • flydev
    replied to DB connection isn't working inside function.
    in PHP
    I found my error, mod can delete this post, thanks!
    See more | Go to post

    Leave a comment:


  • flydev
    started a topic DB connection isn't working inside function.
    in PHP

    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){
    ...
    See more | Go to post

  • flydev
    replied to Issues with simplexml_load_file
    in PHP
    I see, i'll petition my provider to enable URL access....thank s so much for your help!
    See more | Go to post

    Leave a comment:


  • flydev
    replied to Issues with simplexml_load_file
    in PHP
    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)...
    See more | Go to post

    Leave a comment:


  • flydev
    replied to Issues with simplexml_load_file
    in PHP
    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 =(
    See more | Go to post

    Leave a comment:


  • flydev
    started a topic Issues with simplexml_load_file
    in PHP

    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:

    Code:
    $xml = simplexml_load_file("news_headlines_xml.php");
    This is generating a parser error:


    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....
    See more | Go to post

  • 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!!
    See more | Go to post

    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...
    See more | Go to post

    Leave a comment:


  • flydev
    replied to How can I simulate a tab key press?
    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.
    See more | Go to post

    Leave a comment:


  • flydev
    replied to How can I simulate a tab key press?
    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...
    See more | Go to post

    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.
    See more | Go to post

    Leave a comment:


  • flydev
    replied to js part of opperating the bbcode
    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.text
    ...
    See more | Go to post

    Leave 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.
    See more | Go to post

    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.
    See more | Go to post

    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....
    See more | Go to post

    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...
    See more | Go to post

  • flydev
    started a topic Table structure issue

    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...
    See more | Go to post
No activity results to display
Show More
Working...