Ysrael guzmán wrote:
This is correct?
<script languaje="JavaScript">
location.href="page.php?<?=SID?>&cliente=$cli";
</script>
You have one small mistake here:

 <script language="JavaScript">

And a bigger mistake here:

location.href="page.php?<?php echo SID . "&cliente=$cli"; ?>"

Jc


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to