Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by balf

  1. balf

    PHP ereg_replace problem

    OK will let you know what happens when I try to use it!!! Thanks for the help
  2. balf

    PHP ereg_replace problem

    The regex at the end of my last post: 'href="' should of course be 'href=' sorry
  3. balf

    PHP ereg_replace problem

    Specifically I need to use the eregi_replace() function 'cos that's what my client is using. 1. You use the "i" postfix - how do you specify it when using eregi_replace(). I mean, does it tag onto the end of the first or the second parameter? 2. The manual I got seems to indicate that...
  4. balf

    PHP ereg_replace problem

    I have text of the form "<a href=a.b.c>Link 1</a> here are more words <a href=x.y.z>Link 2</a>" which I need to change into BBcode: "Link 1 here are more words Link 2" What do the regular expressions parameters need to be to accompish this - way I try it gives me: "Link 1</a> here are...

Part and Inventory Search

Back
Top