Hello..
when i made file confirm.php
it's not read php comands
<?
$lol="dd";
echo $lol;
?>
and if you open soure of file from here you will get same
http://neveria.no-ip.org/confirm.php
and open source page you will get same what i write...
how i can solve it
thanks
- - - Updated - - -
i fix it wrong with code
<?php
$lol="dd";
echo $lol;
?>
thanks for all
when i made file confirm.php
it's not read php comands
<?
$lol="dd";
echo $lol;
?>
and if you open soure of file from here you will get same
http://neveria.no-ip.org/confirm.php
and open source page you will get same what i write...
how i can solve it
thanks
- - - Updated - - -
i fix it wrong with code
<?php
$lol="dd";
echo $lol;
?>
thanks for all