For Programmers: Free Programming Magazines  


Home > Archive > PHP Smarty Templates > January 2005 > Multiple Parameter Function









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Multiple Parameter Function
Robert Kraig

2005-01-10, 8:58 am

How would i pass multiple parameters to a function in smarty, like

{index.php,4|Forward}

from this function

function Forward($location,$timer) {
return "<META HTTP-EQUIV=\"refresh\" CONTENT=\"".$timer.";
URL=".$location."\">";
}
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com