php help
php help
- Started
- Last post
- 4 Responses
- trooperbill
Howdie :)
i know naff all about php but need to add some text to the end of this (it generates a <title> from a product name)
$_title = $hermes->catinfo->name;
how do i add my own text to the end i.e. the brand?
thanks
- neverblink0
$_title = $title . "what ever text you want to add" ;
- trooperbill0
so i add
. "my text" ;
?
- trooperbill0
WHOO HOO... works thanks!
- neverblink0
yep