dunno_com
Members-
Posts
38 -
Joined
-
Last visited
Reputation
0 NeutralProfile Information
-
Location
Australia!
-
Cheers. :thumbsup:
-
Jeez this was on the second page :(
-
Its the why i hate you game!!!!!!! OVER 1K VIEWS!!!
dunno_com replied to pujolsfan44's topic in Forum Games
I hate you because your post count is exactly 200 at the moment! -
You mean invent a different IP address for your computer? If so, I THINK that you can only change a few numbers on your IP address (usually the last couple of numbers) since the first lot of numbers depend on your location, ISP etc. and the last few numbers can be different computer terminals in your building. I can't remember how to do this though. Although, what I just said could be a complete load of rubbish. Hope it helped anyway.
-
Gamemaker is probably the easiest way to make games. You don't have to do any programming at all to make simple games. Heres the link: http://www.yoyogames.com/make
-
Granted, but you soon get a sore rear end since there is no such thing as an "air cushion." I wish I could write as well as Roald Dahl.
-
No need to get so crazy, I'm sure he has it saved somewhere else as better quality (note the big SAMPLE written across the image.) I like the two of your works. Maybe just work on the legs a little bit on the guy but it's a great effort for your first pixel. The background is also nice as well. You've done a great job on the grass but maybe just work on the texturing of the hills a little more since they're in great contrast from the foreground at the moment. Nice work so far hope we can see a finished product soon :)
-
You could do that, but since it's a while loop that runs through all the rows in your database, the $title and $desc variable will always end up being related to the last row that it loops through. So I'd advise you to stick to doing the formatting in the loop. :D
-
Hi Errdoth. First off. Yes and yes. This is how I'm interpreting what you want - <?php //Grabs the id from the URL $id = $_GET['id']; //Selecting the title, description etc. $query = "SELECT * FROM db_table WHERE id=$id"; $result = mysql_query($query); //Print the values out (with formatting) while($row = mysql_fetch_array($result)){ echo ".$row['title'].""; //Prints out title echo ".$row['description'].""; //Prints out description } ?> This will grab and display the title and description for the post with the id from your URL. It will format it to some extent - The title will be in a div container called title and the description will be in a div container called description. The way it can be displayed can be changed easily. Here's another interpreted script. <?php //Selecting the title, description etc. $query = "SELECT title,id FROM db_table"; $result = mysql_query($query); //Print the values out (with formatting) while($row = mysql_fetch_array($result)){ echo ''.$row['title'].""; //Prints out the title with a link to test.php?id=theid } ?> I hope that helped at all. If it didn't, let me know and I'll see what I can do :thumbsup:
-
Thanks for the support :)
-
Thanks, but I don't believe it matters whether they're both Java based or not. I mean, we can see whether we have messages in our message centre in game and the message centre isn't built with java. There is also a feature where we can log into the highscores and see our friend's highscores. Both the highscores (not in java) and the game (in java) can access the friends list. Thirdly, there's a quest help page (not in Java) where we get access to the quests we've done or quests that we're working on in game. I'm not saying it would be as easy as any of these examples, I'm just saying that it could be done.
-
Nice idea. Rarely have I seen an idea so well written and thought out. I support for sure and I hope this catches the eye of Jagex.
-
Thankyou. Brilliant idea there too. I've changed the color of the text to a blue. Please tell me what you think of it :thumbsup:
-
I have a lovey bunch of coconuts. I'm sure you do \
-
Yeah, I was thinking about that, because as you said, hundred of replies per day is a bit much.
