Atticus asked:
I have a few PHP scripts that I have been working on, but I don’t know much about web design, and I was wondering how to use html to create a basic webpage that has a title and then a few links that take people visiting the site to other pages (I guess they would be subdomains) that would be very simple and show only the output of my php script.
I have a few PHP scripts that I have been working on, but I don’t know much about web design, and I was wondering how to use html to create a basic webpage that has a title and then a few links that take people visiting the site to other pages (I guess they would be subdomains) that would be very simple and show only the output of my php script.


4 Comments to 'How do I create links on my website’s homepage that take visitors to sample php scripts I have uploaded?'
May 30, 2010
make this:
My Links
MY SCRIPT NAME
just copy this line:
MY SCRIPT NAME
to make a link to a script.
June 2, 2010
I’m not going to tell you what you need to do, because if you’re going to be writing PHP scripts you need to learn HTML. Generating output for HTML pages is one of the primary reasons for using PHP and if you don’t know HTML then you are basically waisting your time in learning PHP.
June 2, 2010
You can use a menu maker if you’re not sure how to code something on your own. There are a gazillion of them out there and many are even free. Pick one that suits you…
=&q=web+menu+maker&btnG=Google+Search
June 5, 2010
I agree that you’ll need to learn at least basic html if you’re going to be writing php scripts. Here’s a good tutorial to get you started: