Tuesday, 20 April 2021

PHP: EASY ECHO PHP INSIDE HTML echo HERE

 <?php

$muhaza = "muhaza";

echo<<<HERE

<h1>$muhaza</h1>

HERE;

?>


https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc

Auto select after redirect to the contact page SELECT JAVASCRIPT

 https://domain.my/contact/?startup_package=UltimateImpact         <select name="startup_package" class="form-select"...