Jump to content

DexterR

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

DexterR's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I have a flash app that sends an XML file to my php script. How would I then load that script in php? I'd like to you simpleXML if possible, it seems the easiest and the XML file isn't large. Also, do I need the name of the XML file? It seems to generate a random name each time. Any help would be much appreciated!
  2. Hrmm, is there a way I can accomplish what i'm looking to do?
  3. I have two separate wordpress blogs and i'd like to display recent posts on one of them, from the other blog. So I need to use the same method, except from the other wordpress blog which connects to it's other database. My best stab at this was doing: $secondaryBlog = include ("2ndBlog/wp-config.php"); $secondaryBlog->get_recent_posts(); But I get the error that $secondaryBlog is not an object. Is there some way to do this? Thanks for any help!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.