Jump to content

Linera

Members
  • Posts

    62
  • Joined

  • Last visited

Linera's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Thank you so much.Edit: After placing the coding in, I found it doesn't redirect to agreement.html.
  2. I know there has to be another way to do it since blizzard did it with their site.
  3. I prefere to do it myself.I am doing this all to help me learn stuff like right now I'm learning on making a complete signup page for accounts.
  4. I know the elf image takes you to agreement.html but the button labeled Create Account also takes you to agreement.htmlGoto http://signup.worldofwarcraft.comThen click Create account.
  5. http://signup.theendless.logical-host.com/
  6. This is all i saw in the code for the button which takes you to the page titled agreement.html.
  7. How does this form take the user to another page? <form method="post"><input type="image" src="images/createaccount-button2.gif" alt="Create Account" ></form>
  8. Fully working now at http://www.theendless.logical-host.com/remote.php
  9. Gave me an error:Goto http://www.theendless.logical-host.com/dkp/remote.phpto see error message.
  10. I clicked it and it works fine except the menu in the php included fileThis script(which doesn't work) should give an idea of what i need. <?phpif (isset($_GET[view])){ if (isset($_GET[userid])){ <?php include("http://www.webdkp.com/remote.php?view=<?=$_REQUEST['view']?>&id=8559&tableid=1&userid=<?=$_REQUEST['userid']?>");?> } else { <?php include("http://www.webdkp.com/remote.php?view=<?=$_REQUEST['view']?>&id=8559&tableid=1");?> }}?>
  11. Here is my problem:I include a php file for http://webdkp.com into my sitebasicly it allows users to see certain info by going to my sitehere is my site page: http://www.theendless.logical-host.com/dkp/problem is all links that come from the include like and Don't workI need to include the php file so all the links will work.
  12. I want to put xml coding into a html file just like i can put php coding into a html file
  13. listen, i was shown how to have a html file get sent through the php parser.Now I want to know how to get html file to get sent through the xml parser.
  14. look in previous posts. i was shown how to get html to parse php
  15. How would I parse xml in a html file?
×
×
  • Create New...