hi guys…
can anyone show me how to make a form that already had data?
then, I want to print that form…
anyone can show me how to do it step by step?
I really lost idea…
since this is my FYP, so it is really important…
thank you…
hi guys…
can anyone show me how to make a form that already had data?
then, I want to print that form…
anyone can show me how to do it step by step?
I really lost idea…
since this is my FYP, so it is really important…
thank you…
really!!! no body is gonna hold your hand and show you how to create a form set the value attribute to the value you want it to be hit CTRL-P to print
<form action="">
<input type="text" name="name" value="john doe">
<input type="text" name="age" value="23">
</form>
// you get the idea
Hi, maybe u can try on this print yii extension