Re: how to insert html code with PHP
[email protected] (Jim Giner)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
On 4/11/2013 7:34 AM, Rafnews wrote: > Hi, > > I would like to insert a piece of HTML code inside several pages. > all pages are differently named. > > i need in each page to find a particular tag, let's say <div > id="#submenu">...</div> (so based on its ID and tagname) and inside it > to insert my PHP/HTML code. > > how can i do that ? > > thx. > > A. How many pages are we talking about?