i am new to the designing side i know about html and java but i dont know abt php and asp can any one tell me how to create php i have lot of template but i dont know how to edit or create
i am new to the designing side i know about html and java but i dont know abt php and asp can any one tell me how to create php i have lot of template but i dont know how to edit or create
To be honest if you can code Java you can code Php. A simple text editor will do for editing. Simple open a new text document and write out the following
PHP Code:
<?php echo 'hello'; ?>
name the file hello.php and load to a (PHP enabled) server.
Bookmarks