These websites will provide the basic component structure. https://www.component-creator.com/en/ https://www.joomlacomponentbuilder.com/ https://www.componentgenerator.com/
php
Posted inUncategorized
check value exist or not in php array
$os = array(“Novmber, 2009”, “NT”, “Irix”, “Linux”); if (in_array(“Novmber, 2009”, $os)) {echo “You found that value”;}
Posted inUncategorized
Htaccess tutorial for beginners
Note: Before using this you have to take backup for that code, I am not responsible for any problem occurred to your site.I am explaining … Htaccess tutorial for beginnersRead more