is there anyone knows how to Create a new PHP page...()

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Auk
Forum Newbie
Posts: 2
Joined: Wed Apr 01, 2009 12:27 pm

is there anyone knows how to Create a new PHP page...()

Post by Auk »

Is there anyone knows how to Create a new PHP page with using PHP coding ?


this is very needed . Because I am about to creating a site , which have some capabilities by which people can have their own page like http://www.php.com\MyName

but how can i define that without using query string , i want to make it easy for all and so why i need to create PHP page in there thats how people could have their own pages..


If you don't understand please ask me again i will clear it ..


Thanks in advance
User avatar
jayshields
DevNet Resident
Posts: 1912
Joined: Mon Aug 22, 2005 12:11 pm
Location: Leeds/Manchester, England

Re: is there anyone knows how to Create a new PHP page...()

Post by jayshields »

You'll probably need to use a URL rewrite rule in a .htaccess file. That is if you're using Apache.
Auk
Forum Newbie
Posts: 2
Joined: Wed Apr 01, 2009 12:27 pm

Re: is there anyone knows how to Create a new PHP page...()

Post by Auk »

Dear Friend ,


I m really new in PHP , so if you gimme some of tutorials or help document link it would be very helpfull to me .



thanks
temidayo
Forum Contributor
Posts: 109
Joined: Fri May 23, 2008 6:17 am
Location: Nigeria

Re: is there anyone knows how to Create a new PHP page...()

Post by temidayo »

It is not actually a PHP problem

Google : URL rewrite rule in a .htaccess file

But here is a link I think you may find useful:
http://www.yourhtmlsource.com/sitemanag ... iting.html
Post Reply