Need a basic PHP Check Register coding
Hello Techyv friends, I am fresh to PHP, I need a basic PHP Check Register is coding for me to understand it.
Thanks
Hello Techyv friends, I am fresh to PHP, I need a basic PHP Check Register is coding for me to understand it.
Thanks
Hi Brian,
Please see the below code:
<?php
$reglob = ini_get('register_globals');
if($reglob == 1){
echo "register_globals ON";
} else {
echo "register_globals OFF";
}
?>
Save the scripts below with name check.php/etc.. And upload to your hosting by calling the file check.Â
PHP from your browser.
Hope this will help you.
Hello Brian,
PHP which stands for Hypertext Pre Processor has commonly used server scripting language around the world. You can find lots of websites that are created using PHP.  PHP is included lot of features that will be helpful to developers. As you said you are a newbie to PHP world I’m very happy to help you with this. I have attached a notepad with a simple registry code and a little more detailed registration code which will help in your learning.
Also the following link contains a tutorial about PHP.
Enjoy your life with learning PHP.
Thank you.
Rubi Sharlene
Â