> when I use the var_dump as suggested I get:
> *Parse error*: syntax error, unexpected '<' in *
> C:\Inetpub\wwwroot\WorkOrderSystem\WorkOrder.php* on line *136*

I guess that means you tried something like this ...

EXAMPLE:
<?php

// some code

<?php
var_dump($_POST['BannerSize']);
?>

?>

Can you see what PHP does not like here?
It's the second "<?php" tag

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

Reply via email to