will35010 Posted November 1, 2008 Share Posted November 1, 2008 In my php script can I assign varible names to $_POST['name'] for instance? I'm doing a database insert form and was curious so I could make my sql shorter. Like this: $name = $_POST['name']; Link to comment https://forums.phpfreaks.com/topic/130956-solved-php-_post-question/ Share on other sites More sharing options...
JasonLewis Posted November 1, 2008 Share Posted November 1, 2008 Yes, of course you can. Link to comment https://forums.phpfreaks.com/topic/130956-solved-php-_post-question/#findComment-679823 Share on other sites More sharing options...
will35010 Posted November 1, 2008 Author Share Posted November 1, 2008 Yes, of course you can. I thought so. I just didn't want to write the whole thing to find out that I couldn't. Thank you. Link to comment https://forums.phpfreaks.com/topic/130956-solved-php-_post-question/#findComment-679824 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.