zain_mr89 Posted June 3, 2013 Share Posted June 3, 2013 How to add time in mysql database from a textbox. <form name="addTime" action="<?php echo $SERVER['PHP_SELF']; ?>" method="post"> <input type="text" name="time" /> <input type="submit" name="enterTime" /> </form> Link to comment https://forums.phpfreaks.com/topic/278713-php-date-and-time-add-to-database/ Share on other sites More sharing options...
cpd Posted June 3, 2013 Share Posted June 3, 2013 http://www.html-form-guide.com/php-form/php-form-action-self.html Scroll down to "What are PHP_SELF exploits and how to avoid them". I wouldn't use PHP_SELF as you have. Have you connected to the database? Have you even created a database? What is the field type you're trying to insert to in the database as this dictates the format you use? Do your research, come back with a specific problem once you've attempted it yourself. Link to comment https://forums.phpfreaks.com/topic/278713-php-date-and-time-add-to-database/#findComment-1433791 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.