Hi All,
I've been messing around with a classifieds script and I had a question about something. If the user is not logged in, then a message is displayed at the top of the page that reads "Please register or log in." My goal was to turn the words "register" & "log in" into links to another page. I found the following code:
$lll["regorlog"]="Please register or log in.";
All my attempts have failed to turn the words into links.
Help Please.
Thanks