Jump to content

PakiGangsta

Members
  • Posts

    28
  • Joined

  • Last visited

    Never

Contact Methods

  • AIM
    KingBowser324
  • Website URL
    http://tpba.byethost9.com/

Profile Information

  • Gender
    Not Telling

PakiGangsta's Achievements

Member

Member (2/5)

0

Reputation

  1. http://tppzrpg.parahosting.net/test/ I can't figure how to make the content go up to the top! Can anyone help?
  2. Never mind i figured it out Topic is solved [i][b]fenway: how?[/b][/i]
  3. thank you. but also can i say like if the first one is Age Group Under 8 and second one is 9-17 how can i do it when the images change too
  4. I tried but it just stays the same http://tpba.byethost9.com/signup1.php
  5. Alright I am trying to do thi [code] <form action='mywebpage.php' method='POST'> <select name='bird'> <option value='bigbird'>BigBird</option> <option value='medium'>Medium Bird</option> <option value='smallbird'>Small Bird</option> </select></form> <img src='img/bird/bigbird.gif'> [/code] I am wondering how can i use javascript to change that image on the bottom when i choose smallbird or back to bigbird
  6. like i am trying to check if the user has a character in slot 1 but if he didnt have in slot 2 $slot would be 2
  7. Alright I am trying to make a game and I really cant figure out how I am going to do slots. Slots are how many things you can have in your roster. I cant seem to make anything like that
  8. [code]       $forumselect1="SELECT username FROM user ORDER BY regtime DESC LIMIT 10 ASC";       $forumselect2=mysql_query($forumselect1);         while($getuser3=mysql_fetch_array($forumselect2))         { echo "<br>$getuser3[username]<br>"; }[/code]
  9. alright that works but only display one usernaem
  10. Ok i am trying to add latest 10 members registered and get figure out how would i grab the infromation.
  11. [quote author=mewhocorrupts link=topic=103964.msg414417#msg414417 date=1155360952] Is your problem that the mail() function isn't sending the e-mail the first time, or that it's not activating when the link inside of the mail is opened? Sorry, I'm not quite sure what you're asking here. [/quote]  it is not sending it at all
  12. I have tried to make it send an activation key to the email i have tried 2 emails, yet to recieve one mail("$email","Activation Key Test");
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.