Search results

  1. S

    A New Flash Memory Camcorder?

    Hey I'm looking to buy a new flash memory camcorder, and I was wondering is the JVC GZ MS 120AU any good. If some one has a video that was taken using that camcorder please post it, or if you have used that camcorder please tell me how you like'd it.
  2. S

    Would this seem weird to you?

    Yes, I do find this weird, lol. His ex-wife could just be a real b**** though and maybe that's what's making them bond. I wouldn't worry about it though.
  3. S

    PHP: How do I use the include() function?

    If the PHP file is in the same directory as the HTML file, then you can just call the file: include("file.html"); If it's in a different directory, then you will need to specify either the full path, or the relative path: include("pages/file.html"); or include("c:/www/pages/file.html");
Back
Top