Code: Select all
<a href=\"getperson.php?personID\">Individual </a>Code: Select all
$value = http://someurl.com/getperson.php?personID
$value_man = Individualall help appreciated.
Moderator: General Moderators
Code: Select all
<a href=\"getperson.php?personID\">Individual </a>Code: Select all
$value = http://someurl.com/getperson.php?personID
$value_man = IndividualCode: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
, I Knew I wasn't being clear on this. I need to put some info in an RSS feed.
The info is already going to another page.
I need to use that information but it is in the wrong format.
Here is all of the codeCode: Select all
<?php
$newroot = ereg_replace( "/", "", $rootpath );
$newroot = ereg_replace( " ", "", $newroot );
$newroot = ereg_replace( "\.", "", $newroot );
$ref = "tngbookmarks_$newroot";
?>
<?php
$bookmarks = explode("|", $_COOKIE[$ref]);
$bcount = 0;
$totalbookmarks = count($bookmarks);
if($totalbookmarks)
foreach( $bookmarks as $bookmark ) {
if(trim($bookmark)) {
echo "$bookmark \n";
$bcount++;
}
}
if($totalbookmarks)
?>
<br />
<?php
?>Code: Select all
<a href=\"getperson.php?personID\">Individual </a>Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]Code: Select all
<a href=\"getperson.php?personID\">Individual </a>Code: Select all
<?php
$value = array("ahref", );
$newbook = str_replace($value, "www.mydomain.com", "$bookmark");
$value_one = array("<a","\"","<",">", );
$bookmark = str_replace($value_one, "", "$newbook");
?>Code: Select all
www.mydomain.com=\getpersonphp?personID=I09802&tree=pad\IndividualCode: Select all
$foo = str_replace('\\', '/', $foo);