I will try and explain this as best i can!!!
So when a user logs on they see the inbox of their mail , to veiw a new mail they click on the mail id, and this opens the mail:
i was told to do this i have to send the vairable through the link like so
Code: Select all
<?php
<A HREF='veiw.php?MailKey=$Call_ID'>$Call_ID</A>
?><a href = 'DeftCallLog.php?MailKey=$Call_ID'><b>Assign Mail</b></a>
and it will bring you to a page where you can enter the details of the mail into the data base and assign certain ppl to this mail,
The problem is when i insert the info i want to be able to to insert tha MailKey aswell but it doesnt work!!
I dont know if this makes sense to any one but if it does any suggestions would be really appreciated!!!
Thanx!!