Forum: HTML and CSS Apr 21st, 2008 |
| Replies: 1 Views: 1,022 CSS Drop Down Menu I am trying to get a two level drop down menu to work I am using the suckerfish example but running into a problem. I want the top level to remain the same throughout w/o changing any background... |
Forum: ColdFusion Oct 24th, 2007 |
| Replies: 1 Views: 1,577 CFHTTP CFLOOP and unique variable ok I am kinda dumb so let me try to make sense
I am trying to do the following
1) I want to read an html file (Done invoked CFHTTP)
2) find a value in the file which is embedded between a <li>eg... |
Forum: PHP Oct 6th, 2007 |
| Replies: 4 Views: 1,280 |
Forum: PHP Oct 6th, 2007 |
| Replies: 4 Views: 1,280 Re: php relocation on $_Get I know how to find the variables that is not the question
What I NEED is this
a way to code
<?php
if(($_GET["PID"]) == "piddetails") |
Forum: PHP Oct 6th, 2007 |
| Replies: 4 Views: 1,280 php relocation on $_Get I need some help here I am trying to figure out to set a php file to go to different URLS based on the request it receives.
eg this code might make no sense at all
I want to code for 6 different... |
Forum: PHP Sep 29th, 2007 |
| Replies: 2 Views: 1,884 PHP query CSV I have an issue I want to have a php file set on my server that appends to a csv file and also reads and queries that csv file for a column.
eg:
I want a csv file with the following columns
Email,... |