Jump to content

RevRaz

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by RevRaz

  1. Thanks, I'm still puzzled on how blanks are getting in there. Should I add a check to ignore the value if it's blank or a space? Also about the quotes, I removed some paths after I pasted, so I probably just deleted it by accident here, but the code is correct on the server.
  2. Here is the code I have working now, you can see where I'm only using every other Array. I actually had 4 different variables before I changed it to the one $pilot array, and I would move each value under name/flights/hours/miles into variables $pname/$flights/$hours/$miles.
  3. Thanks for the reply, I think I have it worked out. For some reason, when I was moving the XML data into a variable to be used, some of the data that was passed was blank (not sure why). So when I tried to use that Variable, it would not display anything and I assumed it wasn't working. When I decided to try using an ARRAY instead, then I noticed every other array field was blank, so data was only in 0, 2, 4 & 6. I'm still not sure why, but at least it's working. Go right ahead. I'll try to look at it when I get back home later tonight or tomorrow when I have a chance.
  4. This is a great topic and I thank you for sharing it. I have it working as intended, but I want to make it more dynamice and change some of the Text in the Image when I read a XML file. Any chance I can post my code (that isn't working) and have some see if they can spot my error?
×
×
  • Create New...