ok i have one big file
basically there are about 60 html pages in this one file,
all the html for one page is in a <textarea> field
so i have about 60 of these
<textarea>
<lots of HTML>
</textarea>
<textarea>
<lots of HTML>
</textarea>
<textarea>
<lots of HTML>
</textarea>
ect...
I need a way to make a separate php page form the HTML in each of those <textfield> tags
Ive never used automator, but from what ive read this is the kind of thing it was made for...
Any help would be appreciated!
Thanks
basically there are about 60 html pages in this one file,
all the html for one page is in a <textarea> field
so i have about 60 of these
<textarea>
<lots of HTML>
</textarea>
<textarea>
<lots of HTML>
</textarea>
<textarea>
<lots of HTML>
</textarea>
ect...
I need a way to make a separate php page form the HTML in each of those <textfield> tags
Ive never used automator, but from what ive read this is the kind of thing it was made for...
Any help would be appreciated!
Thanks