Quote:
|
Originally Posted by mhs12grade1992
I did follow the book and I did use mysql_fetch_array() but never get a real data. All I got is "Array".
|
That's because you tried to print the array as a normal variable. Try "
print_r($my_array);" to print an array and see all the values.
Quote:
|
Originally Posted by mhs12grade1992
There has to be way to get a real data.
|
No offense, but you really need to pick up the basics of PHP before you go any further.
Quote:
|
Originally Posted by mhs12grade1992
I believe that book is totally wrong!
|
I'll bet you cash it's not.