Im going to play devils advocate here and say, why is it the one who's helping
that needs to be polite and respectful? Isn't it also the newbies
responsibility to respect and be polite to those taking time out of their day
to help them and not be so stubborn as to not take the advice given which
On Sun, Jun 23, 2013 at 8:31 PM, Ethan Rosenberg, PhD <
erosenb...@hygeiabiomedical.com> wrote:
> Dear List -
>
> There is an error in my query, and I cannot find it.
>
> This fails:
>
> $_SESSION['Cust_Num'] = $_REQUEST['cnum'];
> $_SESSION['CustNum'] = $_REQUEST['cnum'];
>
> echo "session"; //th
Dear List -
There is an error in my query, and I cannot find it.
This fails:
$_SESSION['Cust_Num'] = $_REQUEST['cnum'];
$_SESSION['CustNum'] = $_REQUEST['cnum'];
echo "session"; //this has the proper values
print_r($_SESSION);
$sql10 = "select Balance, Payments, Charges, Date from Charges whe
Hello!
> I have a problem with a mysql query!
> after the query the result variable is "resource id 2"
> what is wrong!
Nothing.
Read the manual, even the mysq_fetch_array($result) function.
Mage
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [E
Hi.
I have a problem with a mysql query!
after the query the result variable is "resource id 2"
what is wrong!
Thanks!