I am trying to make this statement say to delete the deleted folder if you click that zap...or the inbox if it is that zap or the sent box if it is that zap. I started a new one for each and it didn't work so either I missed something in the others or I need to make this one refer to them all in some way. Do I need an or somewher ebetween them or in this code?? How do you do that if so?
[code=php]
else if ($HTTP_GET_VARS["zap"])
zap_deleted_ite ms($HTTP_GET_VA RS);
[/code]
[Please use CODE tags when posting source code. Thanks! --pbmods]
[code=php]
else if ($HTTP_GET_VARS["zap"])
zap_deleted_ite ms($HTTP_GET_VA RS);
[/code]
[Please use CODE tags when posting source code. Thanks! --pbmods]
Comment