On Tue, Jan 18, 2011 at 12:49, Donovan Brooke <[email protected]> wrote:
> Hello,
>
> I warned the list that I may have questions! ;-)
>
> ...building a simple cookie-based log-in system, and have
> narrowed an error to this below: (sorry for email line breaks, if any)
>
> ---Start---
> if ($_post['f_action']=='login') {
$_POST is cAsE-SeNsItIvE, like all variables.
> // connect to database (custom function)
> $r = dbconnect();
Did you define this function?
--
</Daniel P. Brown>
Network Infrastructure Manager
Documentation, Webmaster Teams
http://www.php.net/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php