我想在jQuery字符串中插入一条php语句,以动态更新用户配置文件。
以下是我目前无法使用的代码:
jQueryVarWP("#kreis1").append("<option value=\\""+array_list[i]+"\\"<?php selected("+array_list[i]+", get_the_author_meta( \\"kreis\\", \\$user->ID ) );?> >"+array_list[i]+"</option>");
我的问题是:
"<?php selected("+array_list[i]+", get_the_author_meta( \\"kreis\\", \\$user->ID ) );?>
也许有人可以帮我建立这个字符串。