Hi, Jochem and everyone
This:
On 10 Mar 2005, at 15:23, Jochem Maas wrote:
if (!isset($_GET['r']) || empty($_GET['r']) || !($r =
intval($_GET['r'])))
{
// show a list of R's
include('showlist.inc.php');
}
else
{
// process an R
include('process.inc.php');
}
Solved my issue entirely, as did Jochem's patient assistance for the
past three days and your tolerance. You'll all be pleased to know of my
recent purchase of PHP My Sql for Dummies and PHP5/MySql Programming
for the absolute beginner <note>I am not connected in any way with the
publishers, authors, distributors or retailers of these books and this
is not an endorsement </note>. Thanks for the help!
Jack
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php