whizzykid Posted May 28, 2009 Share Posted May 28, 2009 Hi can any1 help with retriving a inserted details into a database? this is my code i can only insert but i cant fetch details from my database. $insertSQL = sprintf("INSERT INTO scholarship (FirstName, LastName, Address, City, `State`, Postcode) Link to comment https://forums.phpfreaks.com/topic/160034-help-needed/ Share on other sites More sharing options...
lonewolf217 Posted May 28, 2009 Share Posted May 28, 2009 http://www.php-mysql-tutorial.com/wikis/mysql-tutorials/retrieve-data-from-a-mysql-database.aspx Link to comment https://forums.phpfreaks.com/topic/160034-help-needed/#findComment-844213 Share on other sites More sharing options...
Ken2k7 Posted May 28, 2009 Share Posted May 28, 2009 <?php $selectSQL = 'SELECT FirstName, LastName, Address, City, State, Postcode FROM scholarship'; Link to comment https://forums.phpfreaks.com/topic/160034-help-needed/#findComment-844224 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.