Cykon Posted September 11, 2009 Share Posted September 11, 2009 Hello, I am rather new to PHP coding. I am trying to create a script that lets me (and other users) post messages on a webpage created through php. (Think something similar to forums) Now my question is, would it be wise to do everything through SQL or will that cause a heavy server load with tons of people accessing the site. IE: Instead of having the posts directly save to the webpage, should the webpage get the posts form an SQL table Link to comment https://forums.phpfreaks.com/topic/173948-php-forums-postings/ Share on other sites More sharing options...
corbin Posted September 11, 2009 Share Posted September 11, 2009 Yes, it sounds like a table in a database would be the best way to go. Link to comment https://forums.phpfreaks.com/topic/173948-php-forums-postings/#findComment-916953 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.