*****message.php This is the coding for the message center for the stores. It lets the store view the messages that only pertain to them and also lets the delete the messages to them. (the deleting is done by connection to page messageErase.php // Message Center // // // ENDHTML; } else { Print<< ENDHTML; } } } Print<< ENDHTML; //?>
Messages:
To From Date Message Delete
$too $fromm $date $message
$too $fromm $date $message ---
Return to Menu:
****messageErase.php This is the page that erase the message sent from the store message center // ***message2.php This page is identical to message.php except it is for the DC so it shows all messages. It also gives the DC the option to delete messages sent to them. (messageErase2.php) // Message Center // /// // ENDHTML; } else { Print<< ENDHTML; } } } Print<< ENDHTML; //?>
Messages:
To From Date Message Delete
$too $fromm $date $message
$too $fromm $date $message ---
Return to Menu:
******messageErase2.php This is the delete page for the DC message center //