|
|
#3 (permalink) | |
|
New Member
![]() Join Date: Feb 2006
Posts: 19
|
if its in php/mysql then i would you a database!
Quote:
__________________
Webmaster |
|
|
|
|
|
|
#4 (permalink) |
|
Bronze Member
![]() |
Why would you use a database when it's just a blurb on the homepage? (Note the last comment I made). If you want to maintain server efficiency you wouldn't do this. Having each hit to the page openning a connection to the database, reading from it, closing it, and posting the results is far to complicated for something like this.
|
|
|
|
|
|
#5 (permalink) |
|
New Member
![]() Join Date: Feb 2006
Posts: 19
|
no its actually very simple!!! and a good way!!! then u dnt need to go into your host administator login!!! all you need to do is go to a certain page and just simply add the update!!!
__________________
Webmaster Last edited by toxic_pmp; 04-05-2006 at 11:18 AM. |
|
|
|
|
|
#6 (permalink) |
|
Bronze Member
![]() |
Using a text file or a database would both require you go to a secure page and apply an update. What I'm talking about is the thousands of database connections required each day if your visitors hit it. Using a text file or a xml file would eliminate this need for a connection, thus making the application much more efficient.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|