hello, i designed an html page, in that i have a lable.
- <label id="lblrs" class="mt-3">Rs.50label>
from lable the text which is "Rs.50" ,i want to store it in Php variable or in session.
In php i tried this below code
- $getrs='';
- $getrs='';
so help me how can i do this ?
Ajit NPosted Oct 22, 2019, 9:44 AM
Dinesh GabhanePosted Oct 22, 2019, 8:44 AM