Recent content by Evan Ramge

  1. E

    Question about php to html?

    If i have a php file, i was wondering how do i get it to show up in an HTML so people can see the php content. I have the code, i want it to run the php on the html, but all is showing up is the code. Thanks,Evan
  2. E

    I need to show my php script in html?

    I have a script, i need it to show online players in my server. I host my own game. The only problem is all the files are .php well, when i change it to .html it will show the information if its .php it just downloads the file when i type in the url. My website that is having the problem is...
  3. E

    I need to show my php script in html?

    I have a script, i need it to show online players in my server. I host my own game. The only problem is all the files are .php well, when i change it to .html it will show the information if its .php it just downloads the file when i type in the url. My website that is having the problem is...
  4. E

    Question about php to html?

    If i have a php file, i was wondering how do i get it to show up in an HTML so people can see the php content. I have the code, i want it to run the php on the html, but all is showing up is the code. Thanks,Evan
  5. E

    I need to show my php script in html?

    I have a script, i need it to show online players in my server. I host my own game. The only problem is all the files are .php well, when i change it to .html it will show the information if its .php it just downloads the file when i type in the url. My website that is having the problem is...
  6. E

    Question about php to html?

    If i have a php file, i was wondering how do i get it to show up in an HTML so people can see the php content. I have the code, i want it to run the php on the html, but all is showing up is the code. Thanks,Evan
  7. E

    Question about php to html?

    If i have a php file, i was wondering how do i get it to show up in an HTML so people can see the php content. I have the code, i want it to run the php on the html, but all is showing up is the code. Thanks,Evan
  8. E

    Have a .php question?

    http://www.l2reliance.net/account/playeronline.html When you go to this page, on my website. What do i need to change so that it will show the online players? Here is my code: <html> <BODY BACKGROUND="bg.gif" BGCOLOR="#000000" TEXT="#FFFFFF"> <table border='5' align="left"> <tr><td><a...
Back
Top