[PHP-DB] Transfering variables

2003-06-06 Thread André Sannerholt
Hi everybody! I'm wondering how to transfer variables in a php-document to the same script after the form has been submitted!? Thanks. André -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Transfering variables

2003-06-06 Thread mike karthauser
on 6/6/03 5:52 pm, André Sannerholt at [EMAIL PROTECTED] wrote: > I'm wondering how to transfer variables in a php-document to the same script > after the form has been submitted!? if ($_POST['submit']) { //stuff } else { // form stuff } HTH -- Mike Karthauser Managing Director - Brights