Recent content by siobhan l

  1. S

    How to implement a button in PHP?

    Usually implementing a button would be like: <input type="button" value="Insert Book" onclick="parent.location='insertBook.php'"> Is there a special way to do it in PHP? Like with an echo, maybe?
  2. S

    Where can I watch season 1 episode 4 of CSI online?

    Anyone have any idea where I can watch it for FREE? My download is taking ages 8-) Thanks in advance!! :)
  3. S

    Where do I put my PHP script?

    I was wondering...Do I put it at the top? I'm a bit of a beginner with this HTML stuff so any help would be greatly appreciated! Code: <div id="Content"> <form action="reflect.php" method="post"> <p>Product:</p> <p><input type="radio" name="Product" value="Adidas original superstar 2" />...
  4. S

    Why won't this HTML code work (Inserting an image).?

    I'm trying to insert an image which is saved in my 'Elements' folder but all that comes up on the web page is the outline of the image and the alt tag...Not the image itself. My code appers correct so I don't understand what's going on. I've tried: <img scr="Banner.jpg" width="754" height="137"...
  5. S

    Where do I put my PHP script?

    I was wondering...Do I put it at the top? I'm a bit of a beginner with this HTML stuff so any help would be greatly appreciated! Code: <div id="Content"> <form action="reflect.php" method="post"> <p>Product:</p> <p><input type="radio" name="Product" value="Adidas original superstar 2" />...
  6. S

    Windows movie maker - Green Flashes?

    I use windows movie maker to make videos which I post to youtube etc. I've noticed that after I publish them there are some green flashes on some of the clips...Can anyone tell me why this happens? Can I stop it? Thanks!
Back
Top