RE: [PHP] eregi_replace and regular expressions

2002-09-30 Thread John W. Holmes
> I am trying to add html code using php on the fly while uploading web > pages > to our database. All of my replace functions seem to work well except > one. > I am trying to add a tag after the body tag. It is easy to find > the body tag because there is only one " having a terrible time tryi

[PHP] eregi_replace and regular expressions

2002-09-30 Thread Eric Dean
Hello all, I am trying to add html code using php on the fly while uploading web pages to our database. All of my replace functions seem to work well except one. I am trying to add a tag after the body tag. It is easy to find the body tag because there is only one "". So here is what I've trie