Quantcast
Channel: CSharp Forum Latest Questions
Viewing all articles
Browse latest Browse all 32059

I want to know how to use php variable in xml file ?

$
0
0
Hi friends, I want to use php variable in xml file like as below

<field name="catid"
            type="hidden"
            label="JCATEGORY"
            description="JFIELD_CATEGORY_DESC"
            class="inputbox"
            default="<?php echo $a; ?>"
 />

but this php code not support in this xml i.e. no any output ? So please tell me anyone how to use php variable in xml file ? Please help ...



Thanks

Viewing all articles
Browse latest Browse all 32059

Trending Articles