Hello,
I've been learning MySQL and PHP for the last 2-3 years.
Though, I've had long pauses and months without touching PHP.
Now, I started at a new school this autumn, and I found that some of my old school mates, which I hadn't seen for a while, wanted to make a online text based game.
They said that I could join the project, because they needed a scripter, as none of them could script (only designers).
We got project plans, a small budget (for hosting + domain(s)) and a good team of designers, managers, etc.
Now, I've been analyzing and playing other text based games for years as I find them entertaining.
But now the question for me is:
How should this be done?
Should I use PHP OOP? I've never tried it, and I don't know why I should use it either, so therfor I ask you.
Should I use cronjobs? I've read that cronjobs is mostly for games with small databases, as a cronjob on a large database could take hours before it's finished.
I know that a lot of people asks about MMORPG text based games.
I would say that the difference between me and "a lot of them" is that I got a lot of programming experience already. I just need to know how to optimize and structure the website.
MS are the best!!!
Visit http://www.microsoft.com/australia/windows/default.aspx?h=watch-a-demo and click the massive 'Watch a demo' banner.This, on the day the OS was released. They can't even get a website functioning
Code Help.. If txt input box empty search X instead..
I am having a problem with my search script. At current it will simply search by a selected date which is a java based calendar that displays when using id='datedisplay' in the input form field below.
Javascript using window.location seems to lose state
Not sure what forum so let me know if I'm in the wrong place.
Deleting pointers froms vector?
Hi. I have a vector filled with pointers and I want to delete the pointers. I could do a loop and do delete on all indexes, but my question is that if I just clear the vector. Are the pointers
PHP and MySQL on intranet?
Is it possible to use both these on an intranet network?
how to put the 0-100 numbers into 1.txt and 100-200 into 2.txt ?
how to put the 0-100 numbers into 1.txt and 100-200 into 2.txt and so on 200-300 into file 3.txt ?in PHP of course.i don't know if i'm really that dumb or is it the 36 hours of no sleep that i can't
Implementing Single Sign-On using SAML 1.1, x.509, LDAP in C#.net
Hi,
Get keys and values from an array
Hellow,I have an array $Data with keys and values. With a foreach I can display all the values:foreach($Data as $var){ echo $var;}but I also want to display al the keys... how can i do that?
Cloud Computing?
Hello,I was wondering if anyone could help explain this term to me. I'm starting to hear it a lot now. Tried looking up some definitions on it via Google and on Wikipedia but its all really technical
Access database inside of a validation class
Hello,For quite some time, I have been using functions to validate form input and access the databse. I have recently started using OOP, which is far faster and better when it comes to programming