Recent content by metal-fan

  1. M

    Testing PHP in xampp?

    I've been trying to write a simple php file to run via xampp and i have tried creating a subfolder and using every destination path i can think of to get to it and it can never find it. http://localhost/xampp/phptest/index.php phptest being my subfolder in htdocs, and index being the index...
  2. M

    Testing PHP in xampp?

    I've been trying to write a simple php file to run via xampp and i have tried creating a subfolder and using every destination path i can think of to get to it and it can never find it. http://localhost/xampp/phptest/index.php phptest being my subfolder in htdocs, and index being the index...
  3. M

    Starting work with PHP?

    Simply, i want to learn a little php enough to create a login and so forth...Question being, what's the simplest way for a beginner starting php to learn and test it without their own server. Do i need apache to test php and database related things?
  4. M

    Eclipse Epic Perl plugin ?

    Just downloaded and installed this plugin, seemed to work etc. So i created a new project, added a file to it, saved, built, tried to run and i get this message: "The selection cannot be launched, and there are no recent launches." What in the hell does this mean. I can't figure out why it...
  5. M

    javascript rollover image question?

    What's wrong with this code? It shows the original image but when i rollover it twitches back and forth between no image and the original image. <a href = "home.html" onmouseover="document.hom.src='homedown.bmp'" onmouseout="document.hom.src='home.bmp'"><img src="home.bmp" name="hom"...
  6. M

    javascript rollover image?

    What's wrong with this code - the image shows up but glitches when you move over it. <a href = "home.html" onmouseover="document.hom.src = 'homedown.bmp'" onmouseout="document.hom.src = 'home.bmp'"> <img src="home.bmp" name="hom" alt="..."></a>
  7. M

    is it possible to get an iphone without buying the service?

    don't think this is possible, sorry. You could just wait a few years and perhaps iphone will eventually make its way to verizon --- however this looks doubtful. You could just use the google android instead of an iphone and stick with verizon.
Back
Top