Recent content by wazimu

  1. W

    How to create a php hyperlink with a variable?

    echo "<a href='test2.php?id=$myvariable'>A function</a>";
  2. W

    how can I use italics inside the title of a html img tag?

    Try formating it from the CSS script e.g. img { border: 0; font-weight: bold; font-style:italic; text-decoration: none; } OR img.normal {font-style:normal} img.italic {font-style:italic} img.oblique {font-style:oblique}
  3. W

    PHP: My code doesn't work?

    You should at least know which particular php file has a problem why not post the code, explain what you want to achieve then we can try and debug it.
Back
Top