First, I\'m new to form and looking forward to all your insight. My issue: I\'m building a small site and I\'ve run into a problem generating unique HTML ids. I\'m generating the HTML via a loop in
I need to开发者_Go百科 show the result of a query(mysql), how can I loop the recordset without assign the values to an array?
I have a variable $my_arr whose var_dump($my_arr) value is array(3) { [0]=> object(stdClass)#6 (9) { [\"prod_index\"]=> string(1) \"1\" [\"prod_code\"]=> string(4) \"amp1\" [\"prod_name\"]=
I\'m using Smarty template engine. I\'m doing a simple login page. I set a variabile named error wit开发者_JAVA技巧h a message if there are some problems, but IF NOT I get:
Display method not working only print \"kamal\" not print \"maisuriya\" Please he开发者_StackOverflow社区lp me?
I wonder if anyone can help me. I\'m using PodHawk - a basic podcast cms, I would like the admin area file select to show my files in order - by name.
What\'s the easiest way to use gettext combined with smarty, is there some simalar function as there is available in php: _(\'hello world\');开发者_StackOverflow ?
A want to pass value of text box tohref=\"somepage.php start=textbox1.text end = textbox1.text\" in smarty with开发者_Python百科out use of java script.
In a Smarty templated theme I would like to implement开发者_高级运维 MD5 within the template to get a unique hash based on a string and a salt. (Do not have access to the PHP calling the template, or
I have assigned two array to smarty : profiles and selected_id . profiles array contains the array of all profiles and the selected_id array c开发者_Go百科ontains ids of the profiles to be displayed .