now i have the Status.php that support pets ^_^
HERE NOW THE GUIDE!!
1st: make a column PetNum, bigint, PetName, varchar(20) and PetType, int to your ChaInfo table
2nd: modify your sp_insertpet then put this code before end!!
then to your sp_renamepet Put this before the end or add this!!Code:Update ChaInfo Set PetName = @nPetName Where PetNum = @nPetNum Update ChaInfo Set PetType = @nPetType Where PetNum = @nPetNum
then that's it here's the status.php i made it's fix ^_^Code:Update ChaInfo Set PetName = @szPetName Where PetNum = @nPetNum
here's my ss. i made this yesterday night!!
NOW TRY TO YOUR STATUS ^_^ then tadan ^_^



Reply With Quote![[Share]Status.php with Pet System ^_^!!](http://ragezone.com/hyper728.png)


