PHP Empty String
To assign an empty string to a variable, you need to assign empty quotes to it. See the example:
<?php
$str = '';
?>
To assign an empty string to a variable, you need to assign empty quotes to it. See the example:
<?php
$str = '';
?>