I have a question please.Are all the scripts java, php, html, dhtml, mysql, jquery etc work in the notepad. and all are work in one script together.? ???????????
oh, No. scripts do not work in notepad .. they work in their respective environments .. I'd suggest to use notepad ++ and xampp server to initially practice the coding ..
Thanks mnmani. I download and install XAMPP server in my pc. but i dont have any of idea to use it. Please send me some instructions to use XAMPP. I so thanks full to you.
Hi Rabi there is a youtube channel with quite a few videos on how to use XAMPP...heres the address http://www.youtube.com/watch?v=k6ZiPqsBvEQ Hope it's useful
Well for those: php, html, dhtml, mysql, jquery you can use Notepad to edit the codes ... But the best one is Notepad++(It has a feature of autocomplete)
You can use Notepad to edit a script, but then you must upload it to the server and render through a web browser for it to work.
Crimson Editor is also good for writing code. I don't know about the regular XAMPP, I use the portable version of XAMPP (you can google it). With the portable version, you run the "setup_xampp.bat" file on the first time and then the "xampp-control.exe" Click the start button to the right of "Apache" text and then you can put your site files in the "htdocs" folder and you can see your site at http://localhost/[folder-name_or_file-name].
Of course, as someone has already mentioned, you can write all those script in any text editor, including notepad, but you must run each of them in their environment; html, css and Javascript on any browser and all other scripts which may run only on server side, you must use for example very popular packet XAMPP for PHP and MySQL.
after you finish install xampp, you can access with your browser, type on address bar localhost, to access your phpmyadmin you can type localhost/phpmyadmin regards