RES: [PHP] Game development approach

2005-03-24 Thread Robert Restad
I suggest you write a 'tick' engine, which i.e. games like Planetarion use. This should be written in C or C++, compiled... You can run this using PHP of course, and run it from command line/shell, but PHP isnt ideal for this. If you have a decent server and not too much players (i.e. more than a

RE: [PHP] READ BEFORE REPLYING TO : Re: [PHP] UNSUBSCRIBE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

2004-10-01 Thread Robert Restad
I am posting, obviously, the 26th message in this thread. (or maybe higher). And I couldnt care less. I have efficiently deleted 20 000 messages from the PHP board (or around this number) last year without even getting close to read them. So, would you please tell me why the first message (out o

[PHP] error_reporting(0)..

2004-01-27 Thread Robert Restad
I am attempting to write my own little error-logging function... however, for some reason, whatever I do I can not seem to override the error display setting on the server. Starting at the most simple thing, you should think that when you write . . should pretty much stop every error message

[PHP] error_reporting(0)..

2004-01-27 Thread Robert Restad
I am attempting to write my own little error-logging function... however, for some reason, whatever I do I can not seem to override the error display setting on the server. Starting at the most simple thing, you should think that when you write . . should pretty much stop every error message

[PHP] How to use SELECT with multiple options enabled in forms....

2003-11-20 Thread Robert Restad
Now, use SELECT is simple enough. The Select Name gives a value, the one you selected of course... However, I yet have to find a way to actually determine how I could fetch i.e. the results from a SELECT multiple-choice menu. What if I want the website visitor to choose from multiple values, an