On Wed, May 10, 2006 9:32 pm, Schalk wrote:
> I have the following problem. I load certain links and breadcrumbs
> from
> the database into a external .php file which I include on various
> pages
> within the site. Due to this I have defined a constant '_root' and
> precede all links with this to e
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'];
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
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_replace('', _root, $
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_replace('', _root, $breadcrumb);
ec
Chris wrote:
Chris wrote:
Schalk wrote:
Greetings All,
I have the following problem. I load certain links and breadcrumbs
from the database into a external .php file which I include on
various pages within the site. Due to this I have defined a constant
'_root' and precede all links with t
Chris wrote:
Schalk wrote:
Greetings All,
I have the following problem. I load certain links and breadcrumbs
from the database into a external .php file which I include on various
pages within the site. Due to this I have defined a constant '_root'
and precede all links with this to ensure
Schalk wrote:
Greetings All,
I have the following problem. I load certain links and breadcrumbs from
the database into a external .php file which I include on various pages
within the site. Due to this I have defined a constant '_root' and
precede all links with this to ensure that the links
Greetings All,
I have the following problem. I load certain links and breadcrumbs from
the database into a external .php file which I include on various pages
within the site. Due to this I have defined a constant '_root' and
precede all links with this to ensure that the links will work no ma
9 matches
Mail list logo