Hi,
I have problem passing a session variable to a PHP plotting routine. 'test_plot_xy_stock.php' does not seem to be able to read the variables declared. Appreciate your help.
<?php
session_start();
$HTTP_SESSION_VARS['ticker_window'] = 90;
$HTTP_SESSION_VARS['ticker_start'] = "01/01/02";
$HTTP_SESSION_VARS['ticker_end'] = "04/04/02";
$HTTP_SESSION_VARS['tickersymbol'] = "mer";
?>
<?php
echo ("Expiry=".$Expiry);
?>
<td><IMG SRC='test_plot_xy_stock.php'></td>