Category: php
-
How to make contact form in php | Html
Contact form in PHP or HTML is easy task for beginner, High profile programmer never think how to do this because this is just simple in few steps.I hope you are looking for just users input values either get on your mail or store in database.I tell you both by which you store user info…
-
Warning:session_start():Cannot send session cache limiter – headers already sent
This error occur when you want to send header location in page to other page on load. Basically this error due to many region here is all that solution for that you . Before apply any of new trick you test you page that when you remove ” header: Location ” your page show proper.If…
-
How to Add Recaptcha in your Website [php]
How to add ReCaptcha? this is not so difficult for you when you read this article. You can add ReCaptcha in any form, word press, php, HTML, JavaScript, asp.net page. Now the first Question is: Why we use recaptcha? Sometimes when you make submit the form on your website for the e.g-Contact page, signup page…
-
How to redirect directory by php
This is simple query and good things in mind to “how to redirect directory by php” , here is different methods for redirecting like by htaccess , meta-refresh tag, But htaccess is good , not good i say batter but this can damage your full domain and show error. So if you want to learn…
-
PHP Email Contact Form Tutorial
If you want to make contact form in php pages this tutorial help you to make email form.In this user contact detail come on your email from the form submission. This is so easy to make and use if you have knowledge of Php you can edit and make your own conditions, Recently i make this contactt…
-
how to make login and register page in php
how to make login and register page in php is the first question in mind when any programmer start learning programming. This is not so much tough but not so easy because if do not take security action in your programming this may result website account hack. So we give you secure php login register…