refiking Posted March 31, 2008 Share Posted March 31, 2008 How can I fix this? Here is the code: <?php $lid = $_GET['lid']; $sid = $_GET['sid']; ?> <HTML> <frameset rows="10%,55%,35%"> <frameset cols="62%,38%"> <frame src='lb.php<?echo"?lid=".$lid."&sid=".$sid."?>> <frame src='comm.php<?echo"?lid=".$lid."&sid=".$sid."?>> </frameset> ; Link to comment https://forums.phpfreaks.com/topic/98849-parse-error/ Share on other sites More sharing options...
trq Posted March 31, 2008 Share Posted March 31, 2008 Your problem is? Link to comment https://forums.phpfreaks.com/topic/98849-parse-error/#findComment-505784 Share on other sites More sharing options...
kenrbnsn Posted March 31, 2008 Share Posted March 31, 2008 You have extra trailing ." in each echo. In the future, please tell us the exact error message and indicate the line(s) in question. Ken Link to comment https://forums.phpfreaks.com/topic/98849-parse-error/#findComment-505785 Share on other sites More sharing options...
refiking Posted March 31, 2008 Author Share Posted March 31, 2008 Got It. Thanks and I'll post the entire problem next time in detail!!! Link to comment https://forums.phpfreaks.com/topic/98849-parse-error/#findComment-505790 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.