Hello,
I am trying to process a file which contains various parameters. Example: <param name="abc1"......>. I can get the file into an array by using htmlspecialchars or addslashes.
But when I try to substr through a given record (array element in this case), substr always stops at either " or ". Always at the name=" spot as if that were then end of the record or entry.
I cannot seem to find a function, or combination thereof, which will allow me to substr through these entries.
Any ideas or suggestions for a better way would be appreciated.
Jim