Re: [PHP] php parsing and db content [RESOLVED]

2006-05-11 Thread John Hicks
Schalk Neethling wrote: Chris wrote: Schalk wrote: Chris wrote: Chris wrote: actually if it's only one variable, this might do it for you: $content = str_replace('', _root, $content); but that's still a bad way to do this. Chris, This works: $breadcrumb = $row_pathway['pathway'];

Re: [PHP] php parsing and db content [RESOLVED]

2006-05-11 Thread Schalk Neethling
Chris wrote: Schalk wrote: Chris wrote: Chris wrote: actually if it's only one variable, this might do it for you: $content = str_replace('', _root, $content); but that's still a bad way to do this. Chris, This works: $breadcrumb = $row_pathway['pathway']; $breadcrumb = str_replac