candy2126 Posted September 16, 2006 Share Posted September 16, 2006 I am having a site that supports osCommerce & the whole site is built in PHP, is it possible for me to create a static page like: www.example.com/products.com instead of the dynamic page? Link to comment https://forums.phpfreaks.com/topic/21004-can-create-static-page-using-php/ Share on other sites More sharing options...
billthrill Posted September 16, 2006 Share Posted September 16, 2006 your link is not working Link to comment https://forums.phpfreaks.com/topic/21004-can-create-static-page-using-php/#findComment-93195 Share on other sites More sharing options...
AndyB Posted September 16, 2006 Share Posted September 16, 2006 Perhaps you want to explain why you want a static html page. The whole point of using (a package like) osCommerce is that it generates pages automatically driven from a database. If you went with static html pages, you would be condemned to editing pages forever instead of ... whatever you want to do. Link to comment https://forums.phpfreaks.com/topic/21004-can-create-static-page-using-php/#findComment-93197 Share on other sites More sharing options...
candy2126 Posted September 17, 2006 Author Share Posted September 17, 2006 I want to create a page example.com[B]/products.php[/B]It's that possible? my all pages are dynamic ".php?info_id=" & ".php?info_id="I need a static page that links from all my webpages, is it a good thing that I copy sourcecode and save it as product.php page? If yes, how will I place a link to this new page from my sites other pages?I also want to make every exisiting page (dynamic pages) title Unique ? is it possible?Could you let me know if yes how I can edit them & how I can select the page as they are named ".php?info_id=" & ".php?info_id=" & I am not able to locate them? Link to comment https://forums.phpfreaks.com/topic/21004-can-create-static-page-using-php/#findComment-93582 Share on other sites More sharing options...
redarrow Posted September 17, 2006 Share Posted September 17, 2006 make a page.php and then add alink to the header of the main site then when a user press the new button there goto your new page.phpyou also want to add session on the top of the page if the script uses them know unless your building a page that is off intreast then you just dont need the session on top of the page ok. Link to comment https://forums.phpfreaks.com/topic/21004-can-create-static-page-using-php/#findComment-93587 Share on other sites More sharing options...
candy2126 Posted September 19, 2006 Author Share Posted September 19, 2006 Ok, thanks I will try to this & see if it worksCandy Link to comment https://forums.phpfreaks.com/topic/21004-can-create-static-page-using-php/#findComment-94813 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.