Reply to Regex to wrap <a href=""> tag around a <p> tag

Your name:

Reply:


Posted by "Shaun" on 09/30/81 11:33

Hi,

I am trying to read the contents of a file into a string and wrap an <a
href=""> tag around every <p> tag and output it to the browser. This is how
far I have got:

// Get file contents
$file_contents = file_get_contents($file);
// Replace <p> tags
$file_contents = preg_replace('/^<p\>[a-z][0-9]<\/p>$/', '/^<a
href="edit_paragraph&text="">\<p>[a-z][0-9]<\/p><\/a>$/', $file_contents);
// Output to browser
echo $file_contents;

I have two problems.

1. - The regex doesn't work!
2. - I need to add the <p> tags and all contents to the link

Here is an example

<html>
<body>
<p>Here is a paragraph</p>
<p>Here is another paragraph</p>
</body>
</html>

would become

<html>
<body>
<a href="edit_paragraph&text="<p>Here is a paragraph</p>"><p>Here is a
paragraph</p></a>
<a href="edit_paragraph&text="<p>Here is another paragraph</p>"><p>Here is
another paragraph</p></a>
</body>
</html>

Any advice would be greatly appreciated

[Back to original message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация