Go Back   Novahq.net Forum > phphq.Net > phphq.Net Forums
FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 12-10-2005, 11:00 AM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,921

Don't get the drop down box? Look here.

I know i'm going to get questions on this so i'm going to explain it a bit better here without cluttering up the text in the script.

Drop down box usage:

First make sure you set $use_subject_drop to true, eample:

$use_subject_drop=true;

Next fill in the subjects you want to show in the drop down box. Example:

Example 1
PHP Code:
$subjects=array("Sales Department","Customer Service","Tech Support");
$emails=array("sales@domain.com","cust_service@domain.com","tech_support@domain.com"); 
Example 2
PHP Code:
$subjects=array("Department 1","Department 2");
$emails=array("sales@domain.com","cust_service@domain.com"); 
Note!
There MUST be as many values in $subjects as there are in $emails. They also must be in the same order. If I switch around the [b:7a7465bf48]Example 1[/b:7a7465bf48] you would have to re-order the emails also!

Example 3
PHP Code:
$subjects=array("Tech Support","Customer Service","Sales Department");
$emails=array("tech_support@domain.com","cust_service@domain.com","sales@domain.com"); 
If you have any more questions please post in this thread.
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
drop gas price is a steal, don't let anyone know you did it lol Hellfighter Humor & Jokes 3 01-30-2008 05:03 PM
Drop-down menus Chrispy Web design and Programming 31 02-13-2007 11:27 PM
drop down menus-PLEASE HELP darkchaos Web design and Programming 8 07-20-2003 06:38 PM
THe-Drop-Zone Scott News 7 04-29-2002 05:21 PM


All times are GMT -5. The time now is 03:18 PM.




Powered by vBulletin®