Posts: 3,438
Name: Thierry
Location: I'm the uber Spaminator !
|
Quote:
|
For the love of God, why aren't javascript and php variables compatible!
|
Because PHP is a server side language, where javascript is a browser side language.
Quote:
|
When this script runs the first $Texts['Text'] is returned as "array"
|
Well, for me, it means that the text stored in the db is "array", simply.
Look at your datas with a direct query, from your db client (phpmyadmin, mysql browser or mysql cli) to see if it's not the case.
__________________
Only a biker knows why a dog sticks his head out the window.
|