Hi: I client of mine, have 542 php files (yes a lot) each one of them call a iframe with certain parameters every one different. So i wanna make this a little more efficent, and convert all files to a database, but for this i need to obtain 2 things
- The contain of the title tag
- One parameter of the iframe (cat)
I show the iframe example
<iframe src="http://www.todobariloche.com/shop/xml_galeria1.php?cat=1044&amp;cant=21&amp;ord=MAS_OFERTADOS&amp;pais=MLA" name="nombre_frame" width="500" height="1000" id="nombre_frame" border="0"> </iframe>
I hope somebody could help me i just need the preg match in PHP.
Thanks in advance.