Hello,
I have code for option like:
How to remove it without using variable $option as I have 100 items for variables and it is hard to name variable $option each time.PHP Code:<option value="F-myname" >
$option = "'F-myname'";
$option = substr($option, 3);
Need help
thank you![]()



Reply With Quote

Bookmarks