Re: Create new page with PHP and MySQL?
What you are asking is possbile but you should consider using mod_rewrite for apache. If you have access to the apache config file, edit that and restart apache and if you don't (like on a shared hosting account), edit .htaccess in the web root should do. You might want to look up some info on mod_rewrite instead of trying to do it with php.
|