View Single Post
  #5 (permalink)  
Old 11-08-03, 07:40 AM
rozojc rozojc is offline
Newbie Coder
 
Join Date: Nov 2003
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Re:

Quote:
Originally Posted by Stefan
ok, this is purely theoretic, but here's what I just thought of:

you read the content of an html file into a variable, then use strip_tags() to strip all html from that file. what is left is all the "language" you are using. then you could take that, and use regular expressions to change all the entries of that "language" into variables.

but, as I said, this is purely theoretic, I've never tried this.
Could work, has ane1 here done this?

Does it sound stupid what I'm looking for, or does anybody else think it could be useful?
Reply With Quote