PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesPHP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old May 20th, 2000, 04:33 PM
Saracen Saracen is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2000
Posts: 14 Saracen User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Is it best to have my site dynamically accessing the database? Or should I just build HTML documents when I update? Updates will only be every couple of weeks or so.

Thanks.

Reply With Quote
  #2  
Old May 23rd, 2000, 05:24 AM
okhvatstas okhvatstas is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2000
Posts: 33 okhvatstas User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 14
Do you want to make a big site and is it going to grow? What's the structure of the updateable content (is it in one place or not?). Do you have tables that need to be updated as often as once a week??? (the last one is important).
I made a web site for a friend of mine recently and I used PHP for complete site generation. For example, I have 'The page was last updated on..." line on each page, a picture album (as more pics are added, the table automatically adds code to finish the table code, it also has separate rows for vertical and horizontal pictures; the links section and the downloads sections are also completely operated thru a database. Other things may be best done in HTML only, but I have include files that are easier to maintain than HTML, especially because I made the site for a person who is not so knowledgeable about HTML.
When you add all these factors, you will be able to decide whether to use PHP or not. I decided for it, as it can use, for example, global variables that you will need to update in a single file, instead of going thru all your pages and changing something... when you decide your design is no longer good, it will be lots easier to change it if you have just a couple of php3 scripts that generate different pages depending on variables passed to them (like photo.php3?page=start&lang=eng).
I suggest you go with PHP and generate pages on your computer, then upload complete HTMLs to the server. Get in touch with me on stanis@sibfair.nsk.su if you would like to know how to do that...
See you,
Stas

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPHP Development > Live DB access or prebuild HTML

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap