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
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...
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...
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...
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("number");
print "<img src='http://www.mysite.com/images/main/$imageNumber_image.gif'>";
#End Script
When I view the source of...
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...
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...
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)...
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...
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
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("food");
if ($food==Pizza)
print {"No, the answer was Cheese Stix!";}
elsif ($food==Cheese Stix)
print ("That is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.