I wonder if we can insert a file name into mysql table.
Ex:
Field name: Url_link Data: humour001.html
what would be the datatype??
and where should i store my humour001.html contents??
Thanks in advance
Why not use a varchar for the file name and a blob for the data within. I say blob because you might have binary files put in the database.