PHP Simple QA
It contains Simple Questions and Answers in PHP
how can compare two string in php
how can compare two string in php
strcmp
<?php
echo strcmp("hello","hello");
?>
it will be display result:0
Newer Post
Older Post
Home