Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ScoobyDood

    Background Image

    I want to use a single image as a background. (Like wallpaper on the desktop.) I want to be able to see the entire image without scrolling down. I can use HTML or CSS. Is there a way to do this without getting the tiles? Insert Signature Here 0.o
  2. ScoobyDood

    IF looks to recognize letters/words?

    Thus far I've only been able to get my IF statements to recognize numbers: if($input==1) { print "Some stuff" } else { print "Some other stuff" } But what if I want it to recognize words? if($input==WORDS) { print "Some stuff" } else { print "Some other...
  3. ScoobyDood

    Hi, I am trying to install PHP a

    Hi, I am trying to install PHP and MySQL Linux. After I unpack and ./configure... I try "make" and get an error like this: make: *** No targets specified and no makefile found. Stop. Then I try "make install" and get: make: *** No rule to make target `install'. Stop...
  4. ScoobyDood

    META tags messing up my script!

    I'm trying to add META tags to my site so I can get more hits with search engines, but when I add the META tags it messes up my navbar, which has some image rollovers. The navbar is fine until I add the tags. The error I get is 'Object Expected'. They are both in the <HEAD> tags. Does that...
  5. ScoobyDood

    Scalers within &lt;img src...?

    Please help. When I try to put a scaler within an <img src...> tag it takes out the scaler! Have a look: #Script $imageNumber=$cgiobject->param(&quot;number&quot;); print &quot;<img src='http://www.mysite.com/images/main/$imageNumber_image.gif'>&quot;; #End Script When I view the source of...
  6. ScoobyDood

    Error while compiling MySQL - 'No targets specified and no makefile...

    When I get to the part when you type 'make' I get this error: No targets specified and no makefile found. I'm very new to Linux and just started to get this whole compiling thing to work. Please help. Computers - Can't live with 'em, can't live without 'em! Check this out...
  7. ScoobyDood

    Installing and configuring MySQL and PHP.

    I need help installing and (especially) configuring MySQL and PHP. I have KDE, will that make a difference? I need to know what to open them with when I download. I've been using Advanced Editor but it doesn't seem to be working. After I download MySQL I just have a directory but no files, and...
  8. ScoobyDood

    Scalers within the open() command?

    Oh, I have the comma. Sorry, that was just a typo. Krel, I am using Windows98, so I don't think I have a command line, do I? Computers - Can't live with 'em, can't live without 'em! Check this out: http://www.neopets.com/refer.phtml?username=scooby_dood
  9. ScoobyDood

    Scalers within the open() command?

    I'm trying to make a script that allows users to create a new page in my directory. When I test it is says something like 'Insecure dependency on open()'. I might have to chmod it, but I using Windows98 for most of my work (Although I do have a computer with Linux) Here is the script: (In part)...
  10. ScoobyDood

    Creating a new file?

    Does &quot;web root&quot; mean I can't have it in another folder? Computers - Can't live with 'em, can't live without 'em! Check this out: http://www.neopets.com/refer.phtml?username=scooby_dood
  11. ScoobyDood

    Creating a new file?

    I need to know how to create a new file after the user submits information into a form. I know how to make it write the file, but how do I actually save it as a new web page and add it to my directory? Computers - Can't live with 'em, can't live without 'em! Check this out...
  12. ScoobyDood

    Can Scalers in IF statements not represent words?

    Thanks everyone! eq. Gotta remember that. Computers - Can't live with 'em, can't live without 'em! Check this out: http://www.neopets.com/refer.phtml?username=scooby_dood
  13. ScoobyDood

    Colored form buttons? It's a long shot...

    I was just wondering if there is any way to change the color of form buttons. I've never seen it done, so I don't think it's possible, but it never hurts to ask. Thanks. Computers - Can't live with 'em, can't live without 'em! Check this out: http://www.neopets.com/refer.phtml?username=scooby_dood
  14. ScoobyDood

    Can Scalers in IF statements not represent words?

    Ok, I was working in this script (It's a logic riddle by the way) that looked something like this: (In part) #Script starts here $food=cgiobject->param(&quot;food&quot;); if ($food==Pizza) print {&quot;No, the answer was Cheese Stix!&quot;;} elsif ($food==Cheese Stix) print (&quot;That is...
  15. ScoobyDood

    I need help with opening and writing on other files.

    Thanks, Rolls! It worked perfectly! (This is Scooby Doo by the way. I just signed up)

Part and Inventory Search

Back
Top