Dear List -
I think I've lost the database connection.
I put in the following code:
$sql31= "select Lname, Fname, Phone, Cust_Num from Customers order by
Lname";
echo $sql31; //echos correctly
$result31 = mysqli_query($cxn,$sql31);
var_dump($result31); // result n
Ethan - is error checking turned on as I showed you how to do EXACTLY
last time you posted
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 7/1/2014 10:26 AM, Aziz Saleh wrote:
On Tue, Jul 1, 2014 at 10:02 AM, Jim Giner
wrote:
How about just showing us the section of code instead of disjoint pieces
that WE cannot be sure are applied correctly?
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://ww
On Tue, Jul 1, 2014 at 10:02 AM, Jim Giner
wrote:
> How about just showing us the section of code instead of disjoint pieces
> that WE cannot be sure are applied correctly?
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
Also th
How about just showing us the section of code instead of disjoint pieces
that WE cannot be sure are applied correctly?
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php