[PHP] Re: Page Break

2003-07-31 Thread hu zhenghui
in ie the code below will work: br style='page-break-before:always' -- Hu Zhenghui IBM Certified Solutions Expert IBM WebSphere Studio New Intranet Series - Intranet DIY ISBN 7-5606-1163-X Flash MX Tutorial for Training

[PHP] Re: value submit button

2003-07-31 Thread hu zhenghui
You can get the button value use code below: ?php echo $_POST[submit];? form method=post input type=submit name=submit value=submit1 input type=submit name=submit value=submit2 /form -- Hu Zhenghui IBM Certified