thegringo Posted September 18, 2015 Share Posted September 18, 2015 Hi Folks Hope to learn how to process forms using php and myphpadmin... TheGringo Quote Link to comment https://forums.phpfreaks.com/topic/298215-hello-freaks/ Share on other sites More sharing options...
Destramic Posted September 18, 2015 Share Posted September 18, 2015 (edited) 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 Edited September 18, 2015 by Destramic Quote Link to comment https://forums.phpfreaks.com/topic/298215-hello-freaks/#findComment-1521115 Share on other sites More sharing options...
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. Quote Link to comment https://forums.phpfreaks.com/topic/298215-hello-freaks/#findComment-1521214 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.