I am trying to get a $string
to dynamically update an href link on my PHP page.
Code:
$_SESSION['success_msg'] = 'Users have been successfully unarchived and moved to <a href="$string1">$string1</a>';
I am trying to get a $string
to dynamically update an href link on my PHP page.
Code:
$_SESSION['success_msg'] = 'Users have been successfully unarchived and moved to <a href="$string1">$string1</a>';