KILOGRAM Posted March 23, 2008 Share Posted March 23, 2008 i am palnning to do project in php can any one have any idea what will be the best in doing can any one suggest me the topic for my topic i am intrested in developing the website thanx's Quote Link to comment https://forums.phpfreaks.com/topic/97487-i-need-help-in-php-project/ Share on other sites More sharing options...
sqlnoob Posted March 23, 2008 Share Posted March 23, 2008 define "best" Quote Link to comment https://forums.phpfreaks.com/topic/97487-i-need-help-in-php-project/#findComment-498801 Share on other sites More sharing options...
KILOGRAM Posted March 23, 2008 Author Share Posted March 23, 2008 i am completely new to php but i have leareent aall the basics i want to develop a website that Quote Link to comment https://forums.phpfreaks.com/topic/97487-i-need-help-in-php-project/#findComment-498822 Share on other sites More sharing options...
sqlnoob Posted March 23, 2008 Share Posted March 23, 2008 I myself am quite new at this too. I'm developing a small game website. You know like an mmo. Only my mmo, is more like mo. It's not massive. I'm doing it small, maximum of 32 players. OK so you want to develop a website. What is it that you want to develop? any thoughts? Quote Link to comment https://forums.phpfreaks.com/topic/97487-i-need-help-in-php-project/#findComment-498831 Share on other sites More sharing options...
KILOGRAM Posted March 23, 2008 Author Share Posted March 23, 2008 any website that does the basic functions Quote Link to comment https://forums.phpfreaks.com/topic/97487-i-need-help-in-php-project/#findComment-498836 Share on other sites More sharing options...
sqlnoob Posted March 23, 2008 Share Posted March 23, 2008 well I don't think my site does all the basics for instance I don't even use sessions, only cookies (I know bad practice). I don't do anything with headers. Basicly it only relies on use of 3 sql tables, 1 containing the data about the players, a 2nd containing data about the territories and a third that contains messages. The first 2 tables are only updated and I never insert anything in those two, only in the table containing the messages (which I don't even update). The attacked.php page is the biggest php page of all, with the most calculations, but the remainder is pretty basic. A simple cart site with sessions has more lines of code than what I have. I make use of mktime() and performs calculations on values I get from the sql tables and I make use of if-else constructions and switch , but that's about it. Quote Link to comment https://forums.phpfreaks.com/topic/97487-i-need-help-in-php-project/#findComment-498855 Share on other sites More sharing options...
sqlnoob Posted March 23, 2008 Share Posted March 23, 2008 all in all I have 4 css files, about 20 or so htm files and 12 php files. A php file containing no more than 200 lines of code and on average about 50 or 75 lines. My host allows me to have lots of megabytes on his server and use of 10 databases. I only use 1 database and the files total about 250KB in size. so you can say my site is very small for a game site Quote Link to comment https://forums.phpfreaks.com/topic/97487-i-need-help-in-php-project/#findComment-498857 Share on other sites More sharing options...
sqlnoob Posted March 23, 2008 Share Posted March 23, 2008 I'm doing my site as a hobby, not as something I plan on making a living from, eventhough there's a support page that suggests otherwise. you can see it at www.shugo.nl (registration doesn't work yet) and I'm still busy debugging it but perhaps it will give you an idea on what you want to do for a project. Quote Link to comment https://forums.phpfreaks.com/topic/97487-i-need-help-in-php-project/#findComment-498860 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.