[PHP] SF Project: In Need of PHP & MySQL Developers
I don't know if this is the right place to post this, so my fault if it isn't. I am looking for PHP & MySQL Developers to help create a web-based RPG written using the latest versions of PHP and MySQL. I unfortunately am not a programmer, but hope to find programmers that can take my ideas and turn them into a working app. I started a project on SourceForge, about 3yrs ago...but I was aiming for a stand-alone RPG for computers using the Quake2 engine; but I've just recently changed it so that it can be web-based and OS independant. Here is the project page: http://sourceforge.net/projects/lamyle/ -- Michael Lauzon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Using PHP4 or PHP5
As I mentioned earlier, I am putting a team together to create a web-based RPG, different from the one I am currently playing. Would it be better to use PHP4 with it's strong developer base, or the new PHP5 which is more object oriented an in my opinion would be easier to keep the game up to date? -- Michael Lauzon P.S. This is the game I am playing, but I have ideas that I think can be done better than what was done for this game -- but everyone always says that!: http://phantasyrpg.com/main.php?view=9898 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] PHP5 Tutorials...?
Where can I find detailed PHP5 tutorials, but written for the beginner...they must be online tutorials as I cannot afford any computer books at the moment?! -- Michael Lauzon http://phantasyrpg.com/main.php?view=9898 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Just Testing
I am just testing, so that I can create a filter. -- Michael Lauzon, Founder The Quill Society http://www.quillsociety.org/ [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Re: hellllppp my php kills the browser
I see enough of this "Holier Than Thou" attitude on the OCLUG list, I don't need to see it here as well, and if you keep it up people like me...the newbies will shy away from PHP! On Sun, 20 Jun 2004 12:39:26 +1000, Aidan Lister <[EMAIL PROTECTED]> wrote: > > Please read: > > http://www.catb.org/~esr/faqs/smart-questions.html > > "Water_foul" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > i fixed it i had an endless loop oops :) > > "Water_foul" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > i dont know why but the following code "kills" the browser: > > > > > //the function for adding new addresses > > > function loop_new_address($loopnum,$url,$name){ > > > //the ${'link' . $loopnum} says put $link and add $loopnum to the end > > > if(isset($_COOKIE['link' . $loopnum . ''])){ > > > loop_new_address_help($loopnum+1,$url,$name); > > > } > > > else{ > > > setcookie('link' . $loopnum . '',$url,time()+3600,'/'); > > > setcookie('name' . $loopnum . '',$name,time()+3600,'/'); > > > setcookie('link' . $loopnum . '',$url,time()+3600); > > > setcookie('name' . $loopnum . '',$name,time()+3600); > > > print('' . $name . ' was added'); > > > }; > > > }; > > > //A function to let loop_new_address loop > > > function loop_new_address_help($loopnum,$url,$name){ > > > loop_new_address($loopnum,$url,$name); > > > }; > > > if(isset($_GET['new'])) { > > > loop_new_address(1,$_GET['url'],$_GET['name']); > > > }; > > > print(''); > > > print(' > > action="module/personal/delete.php">delete'); > > > //write code > > > $writenum=1; > > > while(isset($_COOKIE['link' . $writenum . ''])==true){ > > > print('' . > > $_COOKIE['name' > > > . $writenum . ''] . ''); > > > }; > > > include('links.htm') > > > ?> > > > > > > > > > > > > > > type=hidden name=new value=1> > > > Site name VALUE=""> > > > site url (if it is not on this site it MUST contain > > > "http://";) > > > > > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Michael Lauzon, Founder The Quill Society http://www.quillsociety.org/ [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] hi all can you read me ?
That's just to funny! On Mon, 21 Jun 2004 02:55:58 +0200, Marek Kilimajer <[EMAIL PROTECTED]> wrote: > > Pierre wrote --- napĂsal:: > > > Hi all just wanna check if you can read me > > > > Thx > > http://www.amazon.com/exec/obidos/tg/detail/-/0064432521/qid=1087779137 > > Well, I feel a little old to read you :-) > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Michael Lauzon, Founder The Quill Society http://www.quillsociety.org/ [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] plz help!compiled php but iam still getting old version ???
Why do you want to install 4.3.3, when the latest version is 4.3.7? On Mon, 21 Jun 2004 19:07:32 -0400 (EDT), Ravi <[EMAIL PROTECTED]> wrote: > > HI, > > existing configuration : > PHP Version 4.3.4 ( default rpm with fedora fc2 install) > Server version: Apache/2.0.49 (default with fedora fc2 install) > Server built: May 6 2004 07:15:13 > > NOw i want to install 4.3.3 , so i compiled and install ( with no errors ) > if i type " php -v " at shell iam getting correct version *BUT if tried > phpinfo() in browser iam getting still OLD version :( restarted apache but > no use. > > please help > > - thanks for your time. > > --- knowledge is power share it - ravi.us --- > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Michael Lauzon, Founder The Quill Society http://www.quillsociety.org/ [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] PHP5 Tutorials...?
Where can I find detailed PHP5 tutorials, but written for the beginner...they must be online tutorials as I cannot afford any computer books at the moment?! -- Michael Lauzon http://phantasyrpg.com/main.php?view=9898 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Learning PHP5
> > > > Eh...I tired. I guess http://php.net is as free as you can get. > > > > -- > --Matthew Sims > --<http://killermookie.org> Matt, Unfortunately the PHP.net are not really for beginners, you have to have some programming knowledge to get started using their tutorials...this is just my opinion. -- Michael Lauzon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] VOTE TODAY
I am also Canadian, so don't waste my bandwidth either...Chris bandwidth is cheap in Canada! On Tue, 2 Nov 2004 20:38:02 +0200, Chris Knipe <[EMAIL PROTECTED]> wrote: > >> > I can't wait for the replies... > >> > >> Here's a reply: > >> > >> Don't vote for Bush. > >> > >> - Grant > >> > > > > > > I'm Canadian, please stop wasting my bandwidth. > > I'm South African (and bandwidth is very expensive), please don't waiste > mine either *G* > > -- > Chris. > > * > ** This email has been scanned by Cenergy Networks for viruses and ** > ** spam. As part of our ongoing drive to ensure reliable and ** > ** secure communications, Cenergy Networks guarantees this message ** > ** to be clean of any viruses or spam. Should you not be satisfied** > ** with the content of this email, please let us know by emailing ** > ** us at [EMAIL PROTECTED] ** > ********* > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Michael Lauzon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Re: VOTE TODAY
6Mb, that's no fair, the highest we have in Canada is 4Mb; although supposedly there is a 5Mb service somewhere...well there is 7Mb service but you'll be paying out of your @$$ for it. On Thu, 4 Nov 2004 04:09:50 +0100, Michelle Konzack <[EMAIL PROTECTED]> wrote: > Am 2004-11-02 18:36:08, schrieb Michael Lauzon: > > I am also Canadian, so don't waste my bandwidth either...Chris > > bandwidth is cheap in Canada! > > > ...and cheaper in France at free.fr > > 30 Euros for ADSL 6MBit/512kBit > > Greetings > Michelle > > -- > Linux-User #280138 with the Linux Counter, http://counter.li.org/ > Michelle Konzack Apt. 917 ICQ #328449886 > 50, rue de Soultz MSM LinuxMichi > 0033/3/88452356 67100 Strasbourg/France IRC #Debian (irc.icq.com) > > > -- Michael Lauzon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php