On Sun, Mar 8, 2009 at 4:52 PM, PJ wrote:
> Ashley Sheridan wrote:
>> On Sun, 2009-03-08 at 10:25 -0500, PJ wrote:
>>
>>> My mysql table contains data. But I don't know how to verify what
>>> exactly is the data... is it an array, an integer, an alphanumeric
>>> character or what?
>>> vardump($wha
Ash certainly does raise an interesting point. :)
Couldn't you just use DESCRIBE or EXPLAIN the tables through MySQL?
On Sun, Mar 8, 2009 at 4:35 PM, Ashley Sheridan
wrote:
> On Sun, 2009-03-08 at 10:25 -0500, PJ wrote:
> > My mysql table contains data. But I don't know how to verify what
> >
Ashley Sheridan wrote:
> On Sun, 2009-03-08 at 10:25 -0500, PJ wrote:
>
>> My mysql table contains data. But I don't know how to verify what
>> exactly is the data... is it an array, an integer, an alphanumeric
>> character or what?
>> vardump($whatever) returns null; the structure of the table
On Sun, 2009-03-08 at 10:25 -0500, PJ wrote:
> My mysql table contains data. But I don't know how to verify what
> exactly is the data... is it an array, an integer, an alphanumeric
> character or what?
> vardump($whatever) returns null; the structure of the table is no null
> for the column fields
My mysql table contains data. But I don't know how to verify what
exactly is the data... is it an array, an integer, an alphanumeric
character or what?
vardump($whatever) returns null; the structure of the table is no null
for the column fields and has been filled like this:
$autoid = 1;
$test = $_
5 matches
Mail list logo