RE: [PHP] Munging hidden/form variables

2001-03-02 Thread Curt Seeliger
s GET variables, I think. So, if your forms only use POST variables, and you've turned on track_vars, then you can get your variables through $HTTP_POST_VARS() like $foo=$HTTP_POST_VARS('foo'); If I'm wrong on this, I'm sure someone will let me know. -- Curt Seeliger

[PHP] exec() won't start SAS job

2001-02-02 Thread Curt Seeliger
e: 'sas -noterminal -log /usr/local/bin/apache/cgi-bin/sas/remotejob.log -print /usr/local/bin/apache/cgi-bin/sas/remotejob.lst /usr/local/bin/apache/cgi-bin/sas/remotejob.sas' Can be executed without error in a command shell. Any clues as to why PHP is choking my SAS job