Answers for "sign php code"

PHP
1

what does $ sign mean in php

<?php

$name = "World";
echo "Hello, $name";

# $ i.e. "sigil" is used to distinguish a string variable from rest of the string.
Posted by: Guest on September-25-2020
0

single sign on php script

<a href='http://login.example.com/login.php?source=my.other.site.com/foo/bar'>log in!!</a>
Posted by: Guest on November-17-2020

Browse Popular Code Answers by Language