This topic is locked

$_SESSION['UserID']

7/16/2008 2:43:43 PM
PHPRunner General questions
R
rumoraz author

How can I echo $_SESSION["UserID"] ? I am trying to make default links edit.php?editid1=( $_SESSION["UserID"]
Can someone help?

K
kdeloach 7/16/2008

In the Visual Editor go to code view and type

{php}echo $_SESSION["UserID"];{/php}