I have 3 HTML form pages which I want to convert to PHP. The control content is the same for all 3 pages, being text boxes.I have changed the extension of one form to .php, and it still lives as I presume the server is looking at the page and doing nothing as no php tags are in there. The reason I want to convert them is to allow for sessions to be used in order to keep data alive whilst moving from form to form. As they are just straight inputs as text am I going to get away with just adding in php tags on the pages. I know I have to include the session header, but is this going to work? A final PHP page will deal with the 3 pages of data. Regards