SV: [PHP-DB] User Defined Function Problem

2003-03-18 Thread Henrik Hornemann
. regards Henrik Hornemann > -Oprindelig meddelelse- > Fra: The Cossins Fam [mailto:[EMAIL PROTECTED] > Sendt: 17. marts 2003 22:07 > Til: [EMAIL PROTECTED] > Emne: [PHP-DB] User Defined Function Problem > > > Does anyone see anything I might be missing as to why this w

[PHP-DB] User Defined Function Problem

2003-03-17 Thread The Cossins Fam
Does anyone see anything I might be missing as to why this won't work? From the file calling the function: $round = "Round 1"; $region = "East"; include "check.php"; isAuthorized($_COOKIE['username'], $_COOKIE['password']); include "checkEntry.php"; check4Entry($username, $round, $region); ...