Search found 12 matches

by Aerithcal
Sun Aug 19, 2012 11:00 am
Forum: Older Browser MMO Videos
Topic: Browser MMO Video #9
Replies: 56
Views: 26562

Re: Browser MMO Video #9

Instead of class I change it to select the city, and i used this code because in db i have a city ID, and is a INT, so I used this and worked well: <form action="">City: <select name="city"> <option value="1">New York, USA</option> <option value="2">Las Vegas,...
by Aerithcal
Tue Aug 14, 2012 1:44 pm
Forum: Older Browser MMO Videos
Topic: Browser MMO Video #7
Replies: 111
Views: 104023

Re: Browser MMO Video #7

Thanks for the code, real usefull :D
by Aerithcal
Tue Aug 14, 2012 11:31 am
Forum: Older Browser MMO Videos
Topic: Browser MMO Video #7
Replies: 111
Views: 104023

Re: Browser MMO Video #7

does PHP allows to put images, or I can only do it on html?
by Aerithcal
Sun Aug 12, 2012 11:20 am
Forum: Off-Topic
Topic: Mafia books
Replies: -1
Views: 293

Re: Mafia books

Thank you so much for your feedback!
by Aerithcal
Sat Aug 11, 2012 9:09 pm
Forum: Off-Topic
Topic: Mafia books
Replies: -1
Views: 293

Mafia books

Hey guys, I'm new here and I'm following halls PHP browser game tutorial. My idea is to create a mafia browser game, and to get ideas to what it will have (because I want it the most realistic possible) I'm thinking about buying a book about mafia (non-fiction). I was searching on the internet some ...
by Aerithcal
Sat Aug 11, 2012 8:32 am
Forum: Say Hello
Topic: Hello world!
Replies: -1
Views: 7428

Re: Hello world!

Once again thank you all for the answers :)
by Aerithcal
Fri Aug 10, 2012 7:21 pm
Forum: Older Browser MMO Videos
Topic: Browser MMO Video#2
Replies: 126
Views: 178101

Re: Browser MMO Video#2

Yes thank you both, I totally understood it.

Since I'm portuguese, and portuguese is a hard language, if I try portuguese words like "usuário" (username) it gives error :p but no problem at all, i'll just make it english xD
by Aerithcal
Fri Aug 10, 2012 6:58 pm
Forum: Older Browser MMO Videos
Topic: Browser MMO Video#2
Replies: 126
Views: 178101

Re: Browser MMO Video#2

Even the " ` " don't change anything ?

Btw, I can't use ã or ç :( ?
by Aerithcal
Fri Aug 10, 2012 6:56 pm
Forum: Say Hello
Topic: Hello world!
Replies: -1
Views: 7428

Re: Hello world!

Hope so!

Thank you for your awnser
by Aerithcal
Fri Aug 10, 2012 11:24 am
Forum: Older Browser MMO Videos
Topic: Browser MMO Video#2
Replies: 126
Views: 178101

Re: Browser MMO Video#2

Well everything went good. I have a question, in the tutorial I was following before, the user instead of : $playerinfo = "select * from player where name = 'player1'"; Was using things like this: $playerinfo = "SELECT * FROM `players` WHERE `name` = 'player1'"; It's equal? Is it...

Go to advanced search