Re: [PHP] verify data in fields

2009-03-09 Thread haliphax
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

Re: [PHP] verify data in fields

2009-03-08 Thread George Larson
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 > >

Re: [PHP] verify data in fields

2009-03-08 Thread PJ
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

Re: [PHP] verify data in fields

2009-03-08 Thread Ashley Sheridan
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

[PHP] verify data in fields

2009-03-08 Thread PJ
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 = $_