PDA

View Full Version : is it possible.....


Kud
01-18-2002, 03:53 AM
to "using ssi" include a file from my mysql database in a html page?

and if it is possible what would be the path to the file(s)?

i would greatly appriacate any help.

Mahmoud
01-18-2002, 04:50 AM
I do not think this is possible .. to get information from your mySQL database you either have to use perl or php.

Kud
01-18-2002, 05:53 PM
i thought so!

well i know verylittle about php so could someone tell me how to get the files from my db using it!:)

alan92rttt
01-19-2002, 12:27 AM
You can't SSI but, PHP can do it.

All you have to do is use get the data from the DB and transfer it to a varriable and print it out with a ECHO command.

Kud
01-19-2002, 01:09 AM
you lost me at the "you have to part" i have no idea what your talking about. lol :p

dionyzos
01-29-2002, 02:00 AM
php.net

Search for mysql and then for echo.

You should be on your way learning this useful language.