User Profile

Collapse

Profile Sidebar

Collapse
SnakesRule
SnakesRule
Last Activity: Aug 4 '09, 09:03 PM
Joined: Jul 7 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • SnakesRule
    started a topic simplexml_load_file can't load URL
    in PHP

    simplexml_load_file can't load URL

    I'm trying to pull data from remote xml files to load the database of a library. My sources are www.amazon.com and www.ISBNdb.com. But when I try to search and read the xml files, I get this error:




    When I open the resulting URLs in a browser, I can see the xml data just fine, and I have tried this on to different computers and servers, with the same result.

    Here is my code (minus the access keys...
    See more | Go to post

  • SnakesRule
    started a topic Combobox get() not returning selected value

    Combobox get() not returning selected value

    I'm trying to pass a name from a ComboBox to a MySQL search function, but no matter how I twist it, the get() always returns the first value in the combobox list, regardless of which name the user selects. Any ideas why?

    ComboBox Window
    Code:
    import search
    
    def match():
        #Initialize
        new2 = tk.Toplevel()
        new2.title("Matching Students and Projects")
        title = tk.Label(new2, text
    ...
    See more | Go to post
    Last edited by bvdet; Jul 8 '09, 01:30 PM. Reason: changed quote tags to code tags
No activity results to display
Show More
Working...