Jump to content

rick_8040

New Members
  • Posts

    3
  • Joined

  • Last visited

rick_8040's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. "details.php?id={$id}" is stored in the mysql database. I assign $id=5; I echo $link->link_url; php echo "details.php?id={id}" I need to echo "details.php?id=5"
  2. I have a url link that is fetch from a mysql database. $id=5; $link->link_url="details.php?id={$id}"; echo $link->link; output: details.php?id={$id} I need it to output: details.php?id=5 How can I do this? I need the url link so I can use it in different area of the website. Any help will be greatly appreciated!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.