thegringo Posted September 18, 2015 Share Posted September 18, 2015 Hi Folks Hope to learn how to process forms using php and myphpadmin... TheGringo Link to comment https://forums.phpfreaks.com/topic/298215-hello-freaks/
Destramic Posted September 18, 2015 Share Posted September 18, 2015 here's a tutorial i found which seems decent enough to get you started: http://www.inmotionhosting.com/support/edu/website-design/using-php-and-mysql/php-insert-database if you need any help post in relevant section. welcome to phpfreaks Link to comment https://forums.phpfreaks.com/topic/298215-hello-freaks/#findComment-1521115
QuickOldCar Posted September 20, 2015 Share Posted September 20, 2015 Not really the best example to learn, assumes have cpanel, uses short tags, allows empty POST values and also deprecated mysql_* functions If you have phpmyadmin that's fine for setting up databases. For database connections and manipulating data learn PDO or mysqli_* and use prepared statements If use mysqli_* be sure to use mysqli_real_escape_string() Also look into doing better error checking plus also checking if the request exists, data types and values from the form before using them. Link to comment https://forums.phpfreaks.com/topic/298215-hello-freaks/#findComment-1521214
Recommended Posts
Archived
This topic is now archived and is closed to further replies.