Re: [PHP] re: passing inputs

2002-03-13 Thread Rasmus Lerdorf
> echo ''; First of all, $_POST will only work in PHP 4.1.x so make sure you are running a recent version. And second, I bet you mean $_POST['inp'] there. -Rasmus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] re: passing inputs

2002-03-13 Thread Erik Price
John, It seems that you're using two different conventions here. This is inconsistent, and confusing to me (at least, and possibly others trying to help you). Let me show you what I am talking about: On Wednesday, March 13, 2002, at 09:20 AM, John Gurley wrote: > Sorry, > Didn't mean