Click to See Complete Forum and Search --> : Does SQL work with...


stalepretzel59
05-18-2006, 12:25 PM
Hey, Sql Seems Like A Pretty Good Tool , But I Wonder If It Works With Html/javascript. Can It Work Or Do I Need Some Server Side Script. On That Topic, Is There Any Site That Allows Php For Free?

Caps Lock Is My Friend...

the tree
05-18-2006, 01:37 PM
Considering that to open a SQL connection you need authentication, putting that in your Javascript would be about as intelligent going to an airport and screaming the awnsers to all your security questions along with your full name and bank account number.

Go ahead and google "free PHP host".

ray326
05-18-2006, 11:41 PM
But I Wonder If It Works With Html/javascriptNo, HTML is not a programming language and I know of no Javascript binding for a database network layer. 99.9999% of the time the database access will be done by server code.