|
In this section you will get the most common and important questions and answers of PHP and MYSQL
|
|
Read more... [PHP and MYSQL interview questions and Answers:part1]
|
|
Written by Vijay Patil
| |
Multi-page forms using hidden input fields Hidden input fields are form fields that are not visible. The user can't see or change this fields, and they are used to transmit state information between different pages. Let's use hidden fields to transport our data across our form, to the final processing script.
|
|
Read more... [Passing PHP form variables from one page to other]
|
Lets we start with step by step to achieve the session handling using the php with example.. A session is a way to store information (in the form of variables) to be used across multiple pages. Unlike a cookie, specific variable information is not stored on the users computer.
|
|
Read more... [How to Handle the session of website using PHP]
|
|
Written by Vijay Patil
| |
301 Redirect 301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It's not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it's the safest option. The code "301" is interpreted as "moved permanently". |
|
Read more... [Redirecting the web page - 301 redirection]
|
|
Written by Jack Herrington
| |
|
Microsoft Office 2003 for the Microsoft Windows® operating system opened a whole new set of opportunities that non-Microsoft engineers have yet to realize. Of course, you had the usual set of new features. But the big new advance was the addition of XML file formats. With Office 2003, you can save your Microsoft Excel spreadsheet as XML and use the file just as you would the binary equivalent. The same goes for Microsoft Word. |
|
Read more... [Read and write Excel data with PHP Using XML support]
|
|
Written by Vijay Patil
| |
|
Using HTML You can Learn how to build a RSS 2.0 feeds for your site. bellow are the Simple steps to Creating the RSS 2.0 Feed using HTML. |
|
Read more... [Simple steps to Create RSS 2.0 Feed using HTML]
|
|
Using a contact form on your website is very useful as it helps your web site visitors to communicate with you in an easy and simple way. But, there are spammers and hackers who are looking for exploitable web forms. It is essential to secure your form against all 'holes' that those hackers are searching for. |
|
Read more... [Secure your HTML contact form using captcha]
|