elgaxton Posted September 20, 2011 Share Posted September 20, 2011 Hi all, Please I need an urgent help, I'm working on a project : www.playnetwork.com/record I want it such that when you click on the the artist link (menu) it will pull out the artists' records such as Name, Albums, Height etc. from a database Please help me out I'm kind off rookie to php Thanks Quote Link to comment https://forums.phpfreaks.com/topic/247519-musicians-profile/ Share on other sites More sharing options...
WebStyles Posted September 20, 2011 Share Posted September 20, 2011 You'll need something like mysql_query("select `name`,`album`,`height` from `tableName` where `artistID` = '$id'",$conn); Quote Link to comment https://forums.phpfreaks.com/topic/247519-musicians-profile/#findComment-1271041 Share on other sites More sharing options...
ManiacDan Posted September 20, 2011 Share Posted September 20, 2011 Unfortunately step 1 is "learn PHP." There's plenty of new user resources out there, but your question is basically "make an entire functional application for me, quickly!" We don't do entire applications and we don't do things "urgently." You can pay someone, or you can push your completion date out by a couple months until you learn more PHP/MySQL/HTML/JavaScript/CSS. All of those items are separate languages that combine to form a real website. -Dan Quote Link to comment https://forums.phpfreaks.com/topic/247519-musicians-profile/#findComment-1271046 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.