Posted by Alvaro G. Vicario on 08/10/06 22:06
*** mantrid escribió/wrote (Thu, 10 Aug 2006 19:27:45 GMT):
> <form action="<?php if(isset($updatestats)){
> echo $_SERVER['PHP_SELF'];
> }else{
> ?>excelsave.php<?php
> }?>" method="post" enctype="multipart/form-data"
> name="savestatments">
>
>
> problem is whatever button is pressed the excel.php is run. what is wrong
> with my 'if.. ' statement?
I find it pretty unlikely that the problem is in the if() part. What makes
you think so? Have you var_dumped() your $_POST array? Does $updatestats
have the correct value?
--
-+ http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
++ Mi sitio sobre programación web: http://bits.demogracia.com
+- Mi web de humor con rayos UVA: http://www.demogracia.com
--
Navigation:
[Reply to this message]
|