Jump to content

cemrotterdam

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

cemrotterdam's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi, You can use this codes <?php $x=array("index.php","page.php?id=23"); foreach ($x as $value1) { echo $value1 . "<br />"; //echo '<a href="">$value1</a>'; } ?> <?php $x=array("Home","Page"); foreach ($x as $value2) { echo $value2 . "<br />"; //echo '<a href="">$value2</a>'; } ?> I hope this works Greetings
×
×
  • 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.