geoff_890 Posted March 31, 2008 Posted March 31, 2008 Hi everyone, I am curious about how OSC Online Merchant works, in terms of creating static html pages. It seems that when an item is added to the inventory database, a detailed page can be dynamically created for it, but it is served as a static html page. Does OSC Online Merchant create the page initially, and store it on the server, or is the static html file dynamically created as part of the web page request? -Geoff
germ Posted March 31, 2008 Posted March 31, 2008 All the osC files are PHP They create the HTML dynamically. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
geoff_890 Posted March 31, 2008 Author Posted March 31, 2008 Yes, but are they created and written to the webserver at the time the item is added to the inventory, or does the PHP dynamically generate an HTML page at the time a user requests it from his web browser? All the osC files are PHP They create the HTML dynamically.
germ Posted March 31, 2008 Posted March 31, 2008 the PHP dynamically generate an HTML page at the time a user requests it from his web browser That would be the case. ;) If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
geoff_890 Posted March 31, 2008 Author Posted March 31, 2008 That would be the case. ;) Interesting. How does this affect search engines being able to index pages?
germ Posted March 31, 2008 Posted March 31, 2008 They're just like any other pages. The engines index what they find when they crawl the site. No different than a site made of purely static HTML pages. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.