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 Link to comment https://forums.phpfreaks.com/topic/131555-solved-_post-variables/ 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 Link to comment https://forums.phpfreaks.com/topic/131555-solved-_post-variables/#findComment-683266 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. Link to comment https://forums.phpfreaks.com/topic/131555-solved-_post-variables/#findComment-683315 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.