Search found 8 matches
- Sun Apr 25, 2010 2:54 am
- Forum: Tutorials
- Topic: missing data from mysql...
- Replies: 3
- Views: 1021
Re: missing data from mysql...
Thank You I have been stumped with this for weeks. The do-while fixed it right up!
- Sat Apr 24, 2010 11:55 pm
- Forum: Tutorials
- Topic: missing data from mysql...
- Replies: 3
- Views: 1021
missing data from mysql...
Everytime I try to output things in a table from mysql, the first item is never displayed..... For example if I try to make a memberslist, just a basic list of names, and the first person's name is Joe the second is james and so forth. It completely skips Joe and starts with james..... here is basic...
- Mon Apr 19, 2010 5:00 pm
- Forum: Coding
- Topic: Making SQL talk to php?
- Replies: 7
- Views: 1853
Re: Making SQL talk to php?
I use my blackberry for my connection via tether, so it's basicly dialup. I just downloaded the vids. didn't take that long because they are zipped allinto 1 file, and it is very much worth the download time to get em. Halls is a BEAST.
- Mon Apr 19, 2010 4:13 pm
- Forum: MMO Makers
- Topic: GTA San Andreas Online
- Replies: 18
- Views: 3910
Re: GTA San Andreas Online
I have actually lost my job over samp befor hahaha. It is the ultimate gaming experience if you ask me. Especially the goodfellas mod. You can be a drugdealer, gundealer, hooker, carsalesman and the list goes on. I am trying to create a browserbased mmo off of the concept.
- Sat Apr 03, 2010 1:39 am
- Forum: Older Browser MMO Videos
- Topic: Inventory problem
- Replies: 3
- Views: 1103
Re: Inventory problem
Ok I have fixed the problem of not getting the item in the inventory. Don't know exactly what I did because i went through and cleaned the code up alot, but my problem where it keeps buying the same item no matter which one i select still persists. I'm gonna keep trying to locate my error on my own,...
- Fri Apr 02, 2010 11:11 pm
- Forum: Older Browser MMO Videos
- Topic: Inventory problem
- Replies: 3
- Views: 1103
Re: Inventory problem
I think the query was there because i copied and pasted from something else. the pockets is actually the inventory. here is the buydrug code <?php include_once 'connect.php'; session_start(); /////make sure player is logged in////// if (isset($_SESSION['player'])) { $player=$_SESSION['player']; $ran...
- Fri Apr 02, 2010 9:40 pm
- Forum: Older Browser MMO Videos
- Topic: Inventory problem
- Replies: 3
- Views: 1103
Inventory problem
This may have been asked already and I overlooked it, but the first time I buy something from my store, it doesn't show up in my inventory until I buy something else. It takes the money and adds it to the database, just doesn't show it in inventory. also I have 2 items in my store and when i try to ...
- Fri Apr 02, 2010 9:27 pm
- Forum: Say Hello
- Topic: Indie-Resource Rocks!
- Replies: 6
- Views: 1730
Indie-Resource Rocks!
Sup guys, I stumbled across this place when looking for tips on doing a browserbased game. Halls is an animal! I have some knowledge of simple xhtml and php, but watching the tutorial vids really stepped my knowledge up a great deal. Thanks!