Jump to content

Recommended Posts

  • 1 month later...
Posted

<?php
if (isset($_GET[id]))
include $_GET[id] . ".htm";
else
{
?>
HOMEPAGE CODE HERE
<?php
}
?>

 

 

There you go. That should work.

  • 3 weeks later...
  • 4 weeks later...
  • 2 weeks later...
Posted

i dont know much about php, i know its where a sites passwords are hidden and you can edit it in a text editor.

 

i tried editing it once but it didnt work out to well......lol :D

  • 2 months later...
  • 2 weeks later...
Posted

you can learn php pretty easy get a few help files i built my first php page within my first week of touching it

Posted

I've begun programming in PHP. If you really want to become a pro, check out Larry Ullman's books. He's a good author, and that's how I learned it.

 

 

 

 

If you have any PHP questions, please feel free to PM me.

  • 2 weeks later...
Posted

PHP is an good language if you are making your own website, and i suggest these websites

www.php.net

en.wikipedia.org/wiki/PHP

www.w3schools.com/php/default.asp

www.php.com

 

GL. :)

Posted
-_- Well PHP is an easy language as its easy to use. Secondly the new era that is coming is going to use it as it's user friendly and the basics are easy to learn. -_-
Posted
-_- Well PHP is an easy language as its easy to use. Secondly the new era that is coming is going to use it as it's user friendly and the basics are easy to learn. -_-

While most end-users use PHP, the majority of corporation use ASP. It's great that it's easy to learn, but if it comes out useless if you're going to be doing it for a living, what's the point, 'eh?

Posted
Give me a break. All the newly designed websites are using the technology of PHP. Who said that ASP is being widely used? Even the telenor website is based on PHP. Stop acting like being a web expert. -_-

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...