pure_skill_2000 Posted December 24, 2007 Share Posted December 24, 2007 Hi echo "Welcome " .$myusername ; "<a href="login_success.php">Convert your grade</a>"; That line of code produces an error is it not possible to write links like this using php? Thank u Quote Link to comment https://forums.phpfreaks.com/topic/82993-solved-link-in-php/ Share on other sites More sharing options...
marcus Posted December 24, 2007 Share Posted December 24, 2007 echo "Welcome " . $myusername ." <a href=\"/login_success.php\">Convert Your Grade</a>\n"; Quote Link to comment https://forums.phpfreaks.com/topic/82993-solved-link-in-php/#findComment-422108 Share on other sites More sharing options...
pure_skill_2000 Posted December 24, 2007 Author Share Posted December 24, 2007 Thank You!!!! Quote Link to comment https://forums.phpfreaks.com/topic/82993-solved-link-in-php/#findComment-422123 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.