2 Attachment(s)
simple voucher/item sending
Please help I already connect from database but when I click submit to any of the item it won't send to my character. I edited a bit.
I found this on other forum.
credits to the owner
http://image.prntscr.com/image/13b92...2f2d37cf93.png
http://image.prntscr.com/image/ce00c...7f3e8d6389.png
Attachment 157408
- - - Updated - - -
new problem
http://image.prntscr.com/image/5f4f0...210b09cb58.png
Attachment 157409
- - - Updated - - -
help please
Re: simple voucher/item sending
check those lines and read a bit. try use some of ur own ideas instead of asking someone else to make each thing for u. this way ull never learn anything new at all.
Re: simple voucher/item sending
I already tried my best but the problem is I don't have experienced with web/php
Re: simple voucher/item sending
THen better do not use it coz its not prolly injection protected and so on
Re: simple voucher/item sending
I just want to use this for my staff's :D
Re: simple voucher/item sending
Quote:
$Query = "USE [CabalCash] exec up_AddMyCashItemByItem $UserNum, '0', '1', $item, $option, 0;";
fix this line 16
Re: simple voucher/item sending
Quote:
Originally Posted by
xFly
fix this line 16
already did but still no luck :( sorry for spoon fed, can anyone who can help me fix with my problem? :(
Re: simple voucher/item sending
maybe
Quote:
$Query = "exec CabalCash.up_AddMyCashItemByItem $UserNum, '0', '1', $item, $option, '0'";
1 Attachment(s)
Re: simple voucher/item sending