He kardes ne olmuski buna ? ikiside ayni sey ?
1st: Code between <?php ?> is not recieved by the browser, i mean actually it is processed by the php interpretor and then the code is sent out to the browser which is nothing but text, it can be HTML or JavaScript or CSS etc.
2nd: <script type="text/php"></script> doesn't work because PHP is a server side scripting language, not a client-side scripting language. Even if the browser gets it as a script, it won't be able to process it.
3rd: Please post only in English.
Thanks.