Answers for "php variable declartion"

PHP
0

how to declar a variable in php

<?php 
 $Myvariable = 'venaa';
echo $Myvariable
   ?>
Posted by: Guest on September-24-2021

Browse Popular Code Answers by Language