RewriteEngine on RewriteCond %{HTTP_HOST} ^innova-amtech.com [NC,OR] RewriteCond %{HTTP_HOST} ^www.innova-amtech.com [NC] Rew...
Read More
Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts
How to store customer detail in database and how to show in specific page
First Create index.php and type below code. <?php //mysqli connectivity $connect= new mysqli("localhost","root"...
Read More
What is the difference between Print and Echo
Echo:- 1. echo is used to display the output. it can be used with parentheses or without parentheses 2. echo can pass m...
Read More
What is PHP??
PHP stands for Hypertext Preprocessor PHP execute with server PHP free available to download. With the help of PHP we can d...
Read More
How can send form data to Your Email Id
First off all create a html form using Html & CSS , I hope you aware Basic Html & CSS. Now make a query form named by email....
Read More
Wamp server is not working solution
1. First go to Control panel -> Administrative tools then-> Services Right click on Default Web Deployment Agent Servi...
Read More
Subscribe to:
Posts (Atom)