[PHP] Reporting in PHP

2003-12-16 Thread Mrunal Wagh



hi,

I amnovice to PHP development, please could anybody tell me what 
reporting tools are used in PHP, as we use Crystal Reports in VB.

Is there any freeware reporting tools available?

Regards,
M



[PHP] onchange = $_SESSION['Alarm'] = getelementbyid('alarmReport').value ;

2003-08-26 Thread Mrunal Wagh
hi,

I have a SELECT in which I would like to store the variable value in the
Session variable of onchange event of the SELECT.  I am stuck up with the
syntax could u please help.

Select name=AlarmReport id = AlarmReport **I want to do this*
onchange = $_SESSION['Alarm'] = getelementbyid('AlarmReport').value 
option value='1 day'1 day /option
 option value='2 days'2 days /option
 option value='7 days'7 days /option
 option value='1 month'1 month /option
 option value='1 year'1 year /option
/Select

Best Regards,
Mrunal

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