I'm just wondering if anyone has any way to dynamic pages look like static pages in PHP? Is this something that has to be done at the server level or is there a script trick that can be used? Example: My current pages are software.php?id=## Where ## is the id number of that product, but I'd rather have it be... software##.php where ## is the ID number, but I don't want to have to create an actual file for each script. Anyone have any tips on how I might do this? or something similar?
no sure if I understand the question but you should check the Apahce-->.htaccess section for URL mod_rewrite
this is done by mod_rewriting. nintendo (member here) is excellent in mod rewrite rules. also with in the script u shd make the links created like the way u need.
@dpak: you really should bookmark this page http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html read it, try it, try again, and if you still got questions, members on this forum will help you out