i have the following in a database
switch-------version------------ date
a-------------b----------------- 01/12
a-------------a----------------- 01/12
b-------------a----------------- 02/12...
I need help with a array. Here is what i am trying to do. I have a sql database that has 2 col in it. col a "switch" col b "Emailaddress" so database would llok like this:
AAALT bob@net.com...
I have a form with multiple checkboxes on it. Each check box has multiple emails. What i want to do is if they check the checkboxs then it needs to send out a email to the selected persons. Below...
I need help
I have a database that has the following fields
Vendor,Person,Event,Total
What i need to do is get the sum of the total of what each person did by the vendor and the event.
I can get...
I have the following table layout
ID,Vendor,Switch,Postion,Emailaddress,YESorNO
1 lucent test MC s@ddd.com Y
2 lucent test ST s1@dd.com
3 lucent test1 DR ...
So i did the echo and What i found out is that the $getEmail is not working. I have test the string in my sql database and can get everything to come out. but when i apply it to the script there is...