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/$...
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...
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...
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...
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...
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...
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.