Can not determine how "<?=PHP_SEL F?>" is supposed to work.
The below is the line of code.
<!-- <form name="search" method="post" action="<?=$PHP _SELF?>"-->
When the above statement is run the following is the result.
You don't have permission to access /dev/forms/forms_testing/< on this
server.
The below is the line of code.
<!-- <form name="search" method="post" action="<?=$PHP _SELF?>"-->
When the above statement is run the following is the result.
You don't have permission to access /dev/forms/forms_testing/< on this
server.
Comment