Jump to content

PakiGangsta

Members
  • Posts

    28
  • Joined

  • Last visited

    Never

Everything posted by PakiGangsta

  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");
  13. Ok i used your method and even if you refresh it stays the same. like this http://www.pkrpg.info/battle.php?pid=1&session=pv6t56x5&old= after 10 refreshs
  14. but this is what i used $sessionid=md5(uniqid(rand(1000000,9999999), true));
  15. like this ok if my bid is 123 and i refresh it will be 123 but i cant seem to figure it out
  16. there but can anyone help me with this checking if the same session was the last session f5 stuff
  17. I am wondering on how to make it show like random letters and random numbers to show battle session
  18. onsubmit(doonce); i am trying to figure out how to stop member from posting twice with javascript
  19. <form action='dex.php' name="filter" method='POST'> <select name='select' onchange='this.disabled=true;dex.value=this.value;submit();'> what would be the post value if (isset($_POST[??]) { } and for stoping double submit can someone help me
  20. [!--quoteo(post=384086:date=Jun 15 2006, 01:43 AM:name=phpvolution)--][div class=\'quotetop\']QUOTE(phpvolution @ Jun 15 2006, 01:43 AM) [snapback]384086[/snapback][/div][div class=\'quotemain\'][!--quotec--] Do you have code you can paste? [/quote] [code]$title=strip_tags($title);              $post=strip_tags($post);   $post = stripslashes($post);                    $posting="INSERT INTO news (title,user,message,day) values ('$title', '$userdata[username]','$post','$day')";        mysql_query($posting) or die("could not post");[/code]
  21. the rn come up when you hit enter :( do not know why
×
×
  • 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.