Dragonfire Posted August 5, 2006 Posted August 5, 2006 does any one know that script that hides the actual .htm file url and instead of this : http://www.domain.com/hello.htm its like this : http://www.domain.com/index.php?id=hello
1337 Posted October 1, 2006 Posted October 1, 2006 <?php if (isset($_GET[id])) include $_GET[id] . ".htm"; else { ?> HOMEPAGE CODE HERE <?php } ?> There you go. That should work.
Plug Computers Posted October 19, 2006 Posted October 19, 2006 Yup, Just add the <?php tags and rename it to index.php or whatever you want.
surfcss Posted November 11, 2006 Posted November 11, 2006 And for any other great scripts visit www.hotscipts.com
woldo Posted November 26, 2006 Posted November 26, 2006 php is good I am trying to work out how to ads same ad's on my site.
miccadoin Posted December 4, 2006 Posted December 4, 2006 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
grim Posted February 20, 2007 Posted February 20, 2007 any one els got anymore info one php i realy would like to know
open Posted March 5, 2007 Posted March 5, 2007 you can learn php pretty easy get a few help files i built my first php page within my first week of touching it
Kelso Posted March 5, 2007 Posted March 5, 2007 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.
battlelands Posted March 21, 2007 Posted March 21, 2007 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.
resin Posted March 24, 2007 Posted March 24, 2007 nice list there battlelands...I'm just learning php and these will be of great help thanks
Mystical Water Posted March 25, 2007 Posted March 25, 2007 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.
Kyougi Posted March 25, 2007 Posted March 25, 2007 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?
Mystical Water Posted March 25, 2007 Posted March 25, 2007 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now