Recent content by rascalflattsrule

  1. R

    How to embed java application into an HTML page?

    How would you go about embedding a java application (.java, .class files) into a web page?
  2. R

    PHP using Includes, how do I create links?

    I'm building a website in PHP, and I'm new to PHP. I've read that the best way to do it is to have a main file that includes the header.php and footer.php files, then calls a page using if statements and includes. My question is, what do you do for links? Let say I have my main file as...
  3. R

    Why can't you run PHP in Eclipse the same way you do JSP?

    How come you can't set up Eclipse to run PHP pages the same way you set it up to run JSP? In JSP all I had to do is go into preferences, install the runtime from the list (Apache) and I was good to go. For PHP, I had to download wampserver and have my PHP files in that directory to run them, a...
  4. R

    Running PHP in Eclipse?

    How do I go about running PHP in Eclipse? What do I need to download to run it from my home computer w/o a server? I am running Windows XP SP3
  5. R

    Eclipse Galileo PHP, what else do I need to run PHP?

    I just downloaded Eclipse Galileo for PHP developers. What else do I need to download to run it off of my computer and do MySQL database?
Back
Top