|
|
Browse by Tags
All Tags » str_replace
-
-
Hi, i got a dillema... for a company i need to make every occurence of it's company name to be in red and bold font.
i have writen a simple function that i can call and filter all text database records
Function companyName(inputText)
If inputText<>"" Then
companyName= ...
-
Hello, I am building some custom urls for finding images online. These are like:
www.website.com/images/123456789.jpg
Usually these are isbns or upc codes for products or books.
I am currently doing string replacement by php, for substituting the number by an expression and replacing that expression with whatver number, when I do a ...
|
|
|