Basically your form is going to use one or the other....

you might be able to do this...

<form action="file.php?op=submit" method="post" name="someform">
</form>

Then you can use _GET to get the op=submit and use _POST for the form...

never tried so i do not know...but in theory it should work...


On Mon, 2002-11-11 at 19:26, GC wrote:
> Hi-
> Can I use both _GET and _POST in the same php file?  Thanks!!
> -Greg
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
-- 
.: B i g D o g :.



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

Reply via email to