|
Replace <script> with <?php and replace </script> with ?>
<script> and </script> are used for client side scripting like Javascript, therefore when PHP reads the page it just thinks thats part of the HTML and ignores it and so your later array $s doesn't contain anything.
Trev
|