Jump to content

How to Create .HTML or .PHP file using PHP


dselva

Recommended Posts

Guest prozente

What I've seen done in these cases is you'd use mod_rewrite or an alias and have it pass the path sent to a single script. This script would the n parse the path to get the username and would query and database, pull the users information and output it according to a template.

What I've seen done in these cases is you'd use mod_rewrite or an alias and have it pass the path sent to a single script. This script would the n parse the path to get the username and would query and database, pull the users information and output it according to a template.

 

that's what i would recommend. only because you'll save harddisk space AND you'll conserve resources. if you're running an apache server, this can be relatively easy.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.