# Web Development HTML | CSS | JavaScript | NodeJS | PHP | Flask | MongoDB | MySql

This document helps to understand web development in detail.And tells you More Information about scripting.

=======

My Scripting Examples for everyone

======= # My Web Development
I do not consider myself as a programmer. I create these little programs as experiments to play with Python, or to solve problems for myself. I would gladly accept pointers from others to improve, simplify, or make the code more efficient. If you would like to make any comments then please feel free to email me:

SANDESH POL.

:email: sandeshpol123@gmail.com
# My Best Scripting Examples for education - [Learn HTML](https://github.com/codewithsandy/WEB_Development/tree/master/Basic_Html) - Chech if you are a learner or beginner in web development. this contains all the basic tags. - [Learn CSS](https://github.com/codewithsandy/WEB_Development/tree/master/Basic_CSS) - Chech if you are a learner or beginner in web development. this contains all the basic css styles. - [Learn JS](https://github.com/codewithsandy/WEB_Development/tree/master/Basic-JavaScript) - Chech if you are a learner or beginner in web development. this contains all the basic scripts. - [Learn Node.JS](https://github.com/codewithsandy/WEB_Development/tree/master/Basic%20Node.JS) - Chech if you are a learner or beginner in web development. and customize the knowledge about node.js - [PHP Programs](https://github.com/codewithsandy/WEB_Development/tree/master/PHP%20programs) - Contains the following programs
Programs List - [1](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/01.%20basic.php) - The php code can be embedded into html code just as an example given below - [2](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/02.%20comments.php) - Multiline comments program - [3](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/03.%20foo%20variable.php) - To specify a boolean literal, use the keywords TRUE or FALSE. Both are case-insensitive. - [4](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/04.%20String.php) - String - [5](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/05.%20Addition.php) - Add to numbers program in php - [6](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/06.%20Swaping.php) - Swap two number using third variable program in PHP - [7](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/07.%20Even%20Odd.php) - Even Odd number program in PHP - [8](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/08.%20List%20Prime%20Numbers..php) - Here is the Program to list the first 15 prime numbers. - [9](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/09.%20Factorial.php) - Factorial of a number in Php - [10](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/10.%20Armstrong_no.php) - Armstrong number Program in PHP - [11](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/11.%20Palindrome.php) - Palindrome number Program in PHP - [12](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/12.%20Size%20of%20a%20File.php) - Write a PHP program to get the size of a file. - [13](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/13.%20Remove%20Duplicates.php) - Write a PHP program to remove duplicates from a sorted list. - [14](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/14.%20Swap%20using%20third%20var.php) - Swap two number using third variable program in PHP - [15](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/15.%20Calculator.php) - Program to simple calculator - [16](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/16.%20Sum%20of%20Elements%20in%20Array.php) - Program to find the sum of elements in an array. - [17](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/17.%20Split%20String%20using%20Delimiter.php) - Program to split a string into an array elements based on delimiter - [18](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/18.%20Product%20of%20elements%20in%20an%20array.php) - Program to find the product of elements in an array - [19](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/19.%20Combine%20the%20Array%20Elements.php) - Program to combine the array elements into a string with given delimiter. - [20](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/20.%20Separate%20Odd%20Even%20Elements.php) - Separate odd and even elements from array without using loop. - [21](https://github.com/codewithsandy/WEB_Development/tree/master/PHP%20programs/21.%20Create%20Login%20Logout) - Program to create simple Login and Logout example using sessions. - [22](https://github.com/codewithsandy/WEB_Development/tree/master/PHP%20programs/22.%20Upload%20File%20to%20Server) - Program to Upload a file to the Server. - [23](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/23.%20Create%20DB%20PHP%20Mysql.php) - Program to create a New Database using PHP and Mysql. 👉 Note: When we are using XAMPP or WAMP, servername = localhost, username = root, password is empty. - [24](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/24.%20Connect%20to%20Database.php) - Program to connect to the server and selecting database. - [25](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/25.%20Insert%20Records%20into%20Database.php) - Program to Insert records into the table in Database. - [26](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/26.%20Fetch%20Records%20from%20Table.php) - Program to fetch records from the table in Database. - [27](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/27.%20Store%20a%20image%20in%20Database.php) - Program to Store a image in Database. - [28](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/28.%20Read%20image%20from%20Database.php) - Program to Read image from Database. - [29](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/29.%20Contact%20form.php) - Contact form using Php. - [30](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/30.%20Display%20Colors.php) - Write a PHP script which will display the colors in the following way. - [31](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/31.%20Calculate%20Display%20Average.php) - Write a PHP script to calculate and display average temperature, five lowest and highest temperatures. - [32](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/32.%20Change%20Array%20Value.php) - Write a PHP function to change the following array's all values to upper or lower case. - [33](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/33.%20displays%20all%20the%20numbers.php) - Write a PHP script which displays all the numbers between 200 and 250 that are divisible by 4. - [34](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/34.%20String%20Length%20from%20an%20Array.php) - Write a PHP script to get the shortest/longest string length from an array. - [35](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/35.%20Largest%20key%20in%20an%20Array.php) - Write a PHP script to get the largest key in an array. - [36](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/36.%20Floor%20Decimal%20Numbers%20with%20Precision.php) - Write a PHP function to floor decimal numbers with precision. - [37](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/37.%20Sort%20Array%20by%20id%20name.php) - Write a PHP script to sort the following array by the day (page_id) and username. - [38](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/38.%20Count%20specific%20value%20array.php) - Write a PHP script to count the total number of times a specific value appears in an array. - [39](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/39.%20Remove%20duplicate%20entry%20from%20array.php) - Write a PHP a function to remove a specified duplicate entry from an array. - [40](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/40.%20Count%20values%20in%20array.php) - Write a PHP script to count the total number of times a specific value appears in an array. - [41](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/41.%20Array_Walk%20Function.php) - Write a PHP script to trim all the elements in an array using array_walk function. - [42](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/42.%20Delete%20value%20from%20array.php) - Write a PHP script to delete a specific value from an array using array_filter() function. - [43](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/43.%20Remove%20duplicate%20entry%20from%20Array.php) - Write a PHP a function to remove a specified duplicate entry from an array. - [44](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/44.%20%20Range%20Taken%20from%20String.php) - Write a PHP program to generate an array with a range taken from a string.
- [CSS Website](https://github.com/codewithsandy/WEB_Development/tree/master/Simple%20CSS%20Design) - How to customize css style sheets in web development. - [Single Page Website](https://github.com/codewithsandy/WEB_Development/tree/master/Mini%20Website) - Design Live website and know how to use Mongoose package for store data in Mongo DB system. - [Python Flask-Jinja Blog](https://github.com/codewithsandy/WEB_Development/tree/master/Flask%20Blog%20Site) - This blog website helps to understand how to create responsive websites using python - [ ] What learn in this blog website - How to use bootstrap template. - How to use Flask-jinja syntax - Login and Logout working - How to configure .JSON file and use - Template Inheritance and Body Block uses. - Upload File, Images - How to use SQLAlchemy database - Fetch, insert, update, delete data from database - Give Feedback and store in database & How to get alert in email. - Pagination (next/prev) used - How to add Social media on website
←←←←←←←←←←←←←←←←←←← Fork This Repository For Every Update →→→→→→→→→→→→→→→→→→→