arwvisions Posted November 5, 2008 Share Posted November 5, 2008 When I get the info from my form it includes underscore in the field names. 6_Boneless_Ribeye_Steaks_12_oz Is there a way to have the variable sent like this? 6 Boneless Ribeye Steaks 12 oz with out the underscores? Thx Ash Quote Link to comment Share on other sites More sharing options...
Yesideez Posted November 5, 2008 Share Posted November 5, 2008 You can always use str_replace() on the string after you receive it to remove the underscores! http://uk3.php.net/str_replace Quote Link to comment Share on other sites More sharing options...
arwvisions Posted November 6, 2008 Author Share Posted November 6, 2008 I know it was a n00b question but thank you. Worked perfect. Quote Link to comment Share on other sites More sharing options...
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.