slj90 Posted January 18, 2010 Share Posted January 18, 2010 Can someone re-code this line for me please? header("Location: yourpassword.php?CustomerID=<?php echo $_SESSION['CustomerID']?>"); Thank you Link to comment https://forums.phpfreaks.com/topic/188895-php-in-link/ Share on other sites More sharing options...
deansatch Posted January 18, 2010 Share Posted January 18, 2010 header("Location: yourpassword.php?CustomerID=" . $_SESSION['CustomerID'] . ""); You can't use php tags inside php. Link to comment https://forums.phpfreaks.com/topic/188895-php-in-link/#findComment-997325 Share on other sites More sharing options...
slj90 Posted January 18, 2010 Author Share Posted January 18, 2010 Thank you Link to comment https://forums.phpfreaks.com/topic/188895-php-in-link/#findComment-997330 Share on other sites More sharing options...
Buddski Posted January 18, 2010 Share Posted January 18, 2010 Once your question has been answered can you please mark the topic as solved. Link to comment https://forums.phpfreaks.com/topic/188895-php-in-link/#findComment-997351 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.