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 bkrike 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: *

  • Users: eaglesphan
  • Content: Threads
  • Order by date
  1. eaglesphan

    Check my work for redirect

    Hello, I need to redirect all requests that go to this URL: http://www.desu.edu/cgi-bin/publish/webevent.cgi to this URL: http://www.desu.edu/calendar/ After studying the Apache rewrite guide and being totally confused, here is my attempt: RewriteEngine on RewriteRule ^/cgi-bin/publish/$...
  2. eaglesphan

    How to show a text box based on a menu selection

    First, I know this has probably been answered many times before but the search feature on the forum is undergoing maintenance. I have a dynamically generated list box and the last option is Other (a static option). If any choice but Other is selected, nothing happens, form gets submitted as...
  3. eaglesphan

    How to code to include quotes in a form value

    It's been a long day and I'm drawing a blank. I have a form that has a radio button that when checked will insert this value into a MySQL database: value="<img src="../../images/content/meac_button.gif">" The problem obviously is the two sets of quotes. As is, the value only sees <img src= as...
  4. eaglesphan

    Help with SQL for multiple search variables

    I have to create a search page with up to six search parameters. They are month, year, person type, event, department, and category. My table has one column each for the month, year, and event. It has three person type columns (person_1, person_2, and person_3), two for departments, and two for...
  5. eaglesphan

    Help writing a WHERE clause

    I would like to write a SELECT statement where I can get the last 30 days worth of press releases. Reading the manual I found this code example: SELECT name, birth FROM pet WHERE MONTH(birth) = MOD(MONTH(CURDATE()), 12) + 1; This is close to what I'm looking for but not quite. I have solved...
  6. eaglesphan

    Looking for an incredible Flash site....

    Hello all, SOMEwhere amongst the many forums I visit, someone mentioned a website that had this incredible use of Flash. I can't remember anything about the address. All I remember is that it took a while to load and it showed an alien getting zapped with electric jolts while it loaded. (10K...

Part and Inventory Search

Back
Top