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 strongm 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. hillbillyfritz

    I need to set a variable to some HT

    Thanks!
  2. hillbillyfritz

    I need to set a variable to some HT

    I need to set a variable to some HTML. Can I do this without putting all of the code on one line? $var = &quot;<html>\n<head>\n</head>\n<body>\n</body>\n</html>; How do I make it more like this? $var = &quot;<html> <head> </head> <body> </body> </html>; Thanks for the help.
  3. hillbillyfritz

    Header Variables?

    Is it possible to pass variables when using a header redirect without putting the variable in the URL? Thanks.
  4. hillbillyfritz

    Create Folder

    Great, Thanks!
  5. hillbillyfritz

    Create Folder

    Simple question (I think) Is it possible to create a folder on my server using PHP? I am using an Apache server with the latest version of PHP. Thanks in advance.
  6. hillbillyfritz

    Question mark after php

    Wow, Thanks very much!
  7. hillbillyfritz

    Question mark after php

    Hi, This is a very stupid question, I'm sure. How would I make a simple redirect like: &quot;redirect.php?1&quot; redirects to &quot;1.html&quot; I am not so much interested in the redirect as how to do the ? after the script name. Thanks!
  8. hillbillyfritz

    Learning PHP

    Thanks! I am having a problem though. The script is just printing both images, no matter what is selected on the form. Is there something I need in my PHP script to get the variable from the form? Here is my form: <form action=&quot;imgtest.php&quot; method=&quot;post&quot;> <input...
  9. hillbillyfritz

    Learning PHP

    I am interesting in writing a code for my website, and I would like to use PHP. I want to have a progressive form that allows users to build a car. They will choose the color, click next, and a new page will appear with a picture of that color car. Then they will choose another option and the...
  10. hillbillyfritz

    Custom Error Pages

    Thanks very much, I will do just that.
  11. hillbillyfritz

    Custom Error Pages

    Thanks for the reply. Unfortunately this does the same thing and redirects straight to www.domain.com/cgi-bin/birdtrap.cgi?404. Any ideas?
  12. hillbillyfritz

    Custom Error Pages

    I need some help on custom error pages. The only tutorials I can find say to edit the .htaccess file and have it redirect to general error page. The address bar looks like www.domain.com/error404.html. I have seen on many sites where 404s stay on the same page. The address bar shows the location...
  13. hillbillyfritz

    Colored Combobox Arrow

    Thanks very much :-)
  14. hillbillyfritz

    Easy Question

    A problem has arisen. I have a motion tween that brings in the letters from the left side of the stage and one that fades some words from alpha 0. i put the outline on both of them. The words work fine, but the letters do not. It acts as if there is no tween. Is there anything else I need to do...
  15. hillbillyfritz

    Easy Question

    Thanks! As it turns out, I was trying to use the pen. :~/ The Ink Bottle does exactly what I wanted to do. Thanks again. :-)
  16. hillbillyfritz

    Easy Question

    Thanks. I am afraid I don't really understand how the ink pen works. :-I
  17. hillbillyfritz

    Easy Question

    I am new at Flash. I want to know if there is a way to have an outline around text. If there is a way to do it with stroke and fill, I can't figure it out. Any help is greatly appreciated. :-)
  18. hillbillyfritz

    Colored Combobox Arrow

    I have a form with a combobox, and in my stylesheet I specify the background color, border colors, etc. The problem is that the colors do not look right with the gray arrow button. Is there something I can specify to change the properties of the arrow button? Thanks in advance.
  19. hillbillyfritz

    Hand Over Link

    Thanks very much :-)
  20. hillbillyfritz

    Hand Over Link

    Does anyone know of a way to remove the little hand that appears when you mouse over a link? I would like to do it in HTML or CSS, but Java would be better than nothing. Thanks in advance!

Part and Inventory Search

Back
Top