Hi.
Is it possible to use PHP sessions within Javascript?
This is my code:
The PHP session would create a unique link ID.
Thanks for reading.
Is it possible to use PHP sessions within Javascript?
This is my code:
The PHP session would create a unique link ID.
PHP:
<script type="text/javascript" language="javascript" src="http://www.tkqlhce.com/placeholder-305771?SID=<?php session_start(); echo $_SESSION[user_name]; ?>&target=_top&text=%3Clink%3EClick+here+to+Join%3C%2Flink%3E&mouseover=N"></script>
Thanks for reading.
Last edited:





