Guest Sniko` Posted August 31, 2009 Posted August 31, 2009 $first = gets the first 3 letters from gang name and sets it as tag You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Thanks Sniko p.s Thank you magictallguy for helping me Quote
Feky Posted August 31, 2009 Posted August 31, 2009 Re: [v2] CreateGang Secured+Updated Good job to you and magictallguy +1 and just wondering does this allows users to have same gang name if they leave space before the name Quote
Guest Sniko` Posted August 31, 2009 Posted August 31, 2009 Re: [v2] CreateGang Secured+Updated Good job to you and magictallguy +1 and just wondering does this allows users to have same gang name if they leave space before the name i think it does but all you have to do is add this $name=trim($_POST['name']); under $name=stripslashes($_POST['name']); Quote
CrazyT Posted August 31, 2009 Posted August 31, 2009 Re: [v2] CreateGang Secured+Updated Why are you stripslashes on the name? -.- Quote
Guest Sniko` Posted August 31, 2009 Posted August 31, 2009 Re: [v2] CreateGang Secured+Updated Why are you stripslashes on the name? -.- Just in case Quote
CrazyT Posted August 31, 2009 Posted August 31, 2009 Re: [v2] CreateGang Secured+Updated Why are you stripslashes on the name? -.- Just in case Just incase what? Quote
Guest Sniko` Posted August 31, 2009 Posted August 31, 2009 Re: [v2] CreateGang Secured+Updated Why are you stripslashes on the name? -.- Just in case Just incase what? I dont know - you dont have to have if you dont want Quote
AlabamaHit Posted August 31, 2009 Posted August 31, 2009 Re: [v2] CreateGang Secured+Updated shouldn't you be using mres to insert that into database. Then, use stripslahes to display? Nice work also. Quote
HITMAN 17 Posted September 1, 2009 Posted September 1, 2009 Re: [v2] CreateGang Secured+Updated nice one sniko btw are you trying to secure all the pages in mccodes standard edition Quote
Guest Sniko` Posted September 2, 2009 Posted September 2, 2009 Re: [v2] CreateGang Secured+Updated nice one sniko btw are you trying to secure all the pages in mccodes standard edition Securing and Updating them all Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.