Jump to content
MakeWebGames

thcmisty

Members
  • Posts

    6
  • Joined

  • Last visited

    Never

thcmisty's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. i keep getting this error and dont know what to do here is the code function new_pet_form() { global $ir,$c; print " Adding an item to the game Pet Name: Pet Desc.: Pet Type: ".pettype_dropdown($c,'pettype')." Pet Buyable: Pet Price: Pet Sell Value:   "; } some body help plz :-D :-D
  2. Re: SQL Injections hey i keep getting this Fatal error: Call to undefined function: pettypes_dropdown() in /home/branncom/public_html/petadmin.php on line 125 but as far as i can ell everything is allright hers is the code im using function new_pet_form() { global $ir,$c; print "<h3>Adding an item to the game</h3><form action='petadmin.php?action=newpetsub' method='post'> Pet Name: <input type='text' name='petname' value='' /> Pet Desc.: <input type='text' name='petdesc' value='' /> Pet Type: ".pettypes_dropdown($c,'pettypes',$pettypesid['pettypes'],$pettypesname['pettypes'])." Pet Buyable: <input type='checkbox' name='petbuyable' checked='checked' /> Pet Price: <input type='text' name='petbuyprice' /> Pet Sell Value: <input type='text' name='petsellprice' />   <input type='submit' value='Add Item To Game' /></form>"; } can anyone help me
  3. Re: battletent - only one npc showing at a time ye i had that prob but i the fix and now it only shows 2 npcs and no more but i have 4 what could be wrong
×
×
  • Create New...