Now, When we have installed Xampp ...
to create a test web page...
1.Go to C:/Xampp/htdocs
2.There create a folder... (name the folder u wish as your url)
3.Create index.html (...or index.php ...later..)
4.Now Open Browser ... type "localhost/folder_name" to open that test file.
How To Code That File ?
__________________________________________________________________
Now-a-days,We use dynamic and interactive Web Pages...(earlier we used static Web Pages).
Static Web Pages used HTML/CSS only... but now , We mix scripting language(s) to make static web pages dynamic...
Below is the link only for those who have difficulty with HTML.(....A small tutorial for HTML in 10 minutes..(approx;)
"http://www.megaupload.com/?d=LVNLUHR7"Here, I will try to Give You a bit of PHP Overview ....
What is PHP?
- PHP stands for PHP: Hypertext Preprocessor
- PHP is a server-side scripting language, like ASP
- PHP scripts are executed on the server
- PHP supports many databases (MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc.)
- PHP is an open source software
- PHP is free to download and use
Where to Start?
To get access to a web server with PHP support, you can:
- Install Apache (or IIS) on your own server, install PHP, and MySQL
- Or find a web hosting plan with PHP and MySQL support
Want to Learn PHP ? I would give details but first start with...
"http://www.w3schools.com/php/php_syntax.asp"
Then follow the Tutorial till you reach last chapter...
Best of Luck
Aditya
No comments:
Post a Comment