Search results

  1. J

    Why isn't my php script working?

    You have a problem with your PHP code and HTML structure. You can replace your code with this one: <? $id = $_GET['id']; ?> <p class="sansserif"> <b>Song title :</b> <a href="search.php?id=<? echo $lyrics; ?>"><? echo $title ?></a> </p> This style does not only improve readability of...
  2. J

    HTML help.........................?

    1. tags 2. B. tag 3. A. 1-sided, 2-sided 4. object, HTML code
  3. J

    HTML help.........................?

    1. tags 2. B. tag 3. A. 1-sided, 2-sided 4. object, HTML code
Back
Top