Jump to content

foolygoofy26

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

foolygoofy26's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I have been looking for a tutorial to learn how to insert data into a XML file but can't find it.  Could somebody show me a link or tell me how or give me any ideas? I'm working on a Jukebox that runs on Flash and the info it's feed in using XML and the playlist works wonderful.  The problem is when I want to add or remove a track.  I have to go into the XML and type all the info in, then I have go into the ftp and upload the track manually.  My goal is to create a form where all I do is insert the track name, author, an image of the cover and the mp3 to upload to the server. Thanks
  2. Thanks everyone for the advices. litebearer your example works. the only problem I ran into was that on page A when you type list you would get access denied and not the printed link as expected. Still, thanks I got the point and the lesson. Next stop for me is finding out a way to solve that little issue
  3. I have a form on page A that gets a code and send it to page B, if the key is correct it will print out the name of X file as a link, if not correct, it will print out Access Denied. For some reason I get an error on page B on the line 2 of this code. Could someone tell me what is wrong in this if statement. <?php if ($_POST["code"] == "list") echo "<a href=Downloads/list.txt target=top>See List</a>"; else echo "Access Denied"; ?>
×
×
  • 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.