Avatar of rgb192
rgb192
Flag for United States of America asked on

pointer to txt file that has html

pointer to txt file that has html

using windows
file is
c:\textfile.txt

want to select

is there a tutorial for this
what should i enable in sql
Microsoft SQL Server 2005

Avatar of undefined
Last Comment
rgb192

8/22/2022 - Mon
Guy Hengel [angelIII / a3]

could you please clarify a bit ? the explanation so far is a bit vague ...
rgb192

ASKER
c:\textfile.txt
is a textfile

that is

<html>
<body>
hi how are you
</body>
</html>


i want to echo this in php
or maybe display this textfile in ssms

maybe make a table called textfiles with one column id, next column is a varchar filelocation

I know how to point to images stored as files but do not understand textfiles
ASKER CERTIFIED SOLUTION
Guy Hengel [angelIII / a3]

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
rgb192

ASKER
thanks
Your help has saved me hundreds of hours of internet surfing.
fblack61