Hi everyone
I am currently designing my first site using php and am very new to it so please bear with me.
I have a couple of questions regarding phprunner which Im sure will be easy for you to answer.
- I have a page where visitors submit their info to my website. I have it all working and the page is called _visitor_add.php from which I have removed the links to view/search etc as I dont want them to be able to do this. My 'database table' is currently not password protected and I am worried that if a visitor guesses _visitor_list they will be able to access this sensitive info - how can I password protect the list pages for just my access and leave the 'add' page password free?......... I have only managed to figure out how to password the whole lot or nothing!
- How do I create a 'register' function allowing users to register for my site using the program? and include this so that the visitors mentioned above can add their info and I can see who is doing it on the list page?
- I dont seem to be able to changes the colours on the tables. For example, the add page where my visitors submit their details just defaults to certain colours. I want to be able to change the colour of the cells in different columns (for example I want my column which names the fields (e.g name, phone number etc) to be yellow text and blue background? - editing it by html doesnt work and stops the scripts working
- Finally I cant integrate the database into my existing website. I am a beginner and use MS Frontpage for the html. I have an existing website where all the pages are in html and are finished. If I copy the script into my visitor page inside an existing table created in frontpage on the page the script no longer works - please help!