albertomonex Posted April 6, 2007 Share Posted April 6, 2007 Hi all i'm new to php and would like to know if what scripts i need to produce a site with a similar layout and function as this http://gameguru.box.sk/ Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/45921-help-how-to-i-create-this-php-site/ Share on other sites More sharing options...
pocobueno1388 Posted April 6, 2007 Share Posted April 6, 2007 This is a VERY broad question and it is very hard to give a good answer to it. I would recommend learning a bunch of PHP before even considering making a site like this. From the looks of it your basically going to have to know a large amount of PHP, so you might as well start now and get the basics out of the way...then you will be able to make a better judgment for yourself what it is going to take. Link to comment https://forums.phpfreaks.com/topic/45921-help-how-to-i-create-this-php-site/#findComment-223065 Share on other sites More sharing options...
albertomonex Posted April 6, 2007 Author Share Posted April 6, 2007 Thanks poco would you say the site is customised or using a preconfigured php site model ? Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/45921-help-how-to-i-create-this-php-site/#findComment-223074 Share on other sites More sharing options...
pocobueno1388 Posted April 6, 2007 Share Posted April 6, 2007 Well, you can't really tell by just looking at the website. It look like a popular site, so I would assume it was custom coding, you really can't tell though. Link to comment https://forums.phpfreaks.com/topic/45921-help-how-to-i-create-this-php-site/#findComment-223080 Share on other sites More sharing options...
albertomonex Posted April 6, 2007 Author Share Posted April 6, 2007 Thanks for the info poco. Link to comment https://forums.phpfreaks.com/topic/45921-help-how-to-i-create-this-php-site/#findComment-223082 Share on other sites More sharing options...
Guest Posted April 6, 2007 Share Posted April 6, 2007 By preconfigured site model, I'm guessing you mean a framework like PHP-NUKE or some package of that sort. It doesn't look like it follows the look of any of the more popular frameworks, so it's probably safe to say it's custom built. Certainly, if you're going to make a site like this, I'd suggest learning HTML/XHTML, CSS, then PHP (and in that order). HTML/XHTML & CSS for the design, PHP for the logic. If you don't have the time to do so, post it up in the freelancing board and you're bound to get an offer or two. Link to comment https://forums.phpfreaks.com/topic/45921-help-how-to-i-create-this-php-site/#findComment-223085 Share on other sites More sharing options...
albertomonex Posted April 6, 2007 Author Share Posted April 6, 2007 One final thing poco, how easy is it to create just the mainpage news updates sections linked to specific pages (databased driven) ? Link to comment https://forums.phpfreaks.com/topic/45921-help-how-to-i-create-this-php-site/#findComment-223089 Share on other sites More sharing options...
albertomonex Posted April 6, 2007 Author Share Posted April 6, 2007 thx 8ball Link to comment https://forums.phpfreaks.com/topic/45921-help-how-to-i-create-this-php-site/#findComment-223090 Share on other sites More sharing options...
pocobueno1388 Posted April 6, 2007 Share Posted April 6, 2007 It isn't very difficult at all to make an updates section...I guess it depends on your experience though. For someone who doesn't know any PHP, it might seem impossible. Link to comment https://forums.phpfreaks.com/topic/45921-help-how-to-i-create-this-php-site/#findComment-223096 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.