Join us FREE, we're FREE to use
Web's largest swingers site since 2006.
Already registered?
Login here
Back to forum list |
Back to The Lounge |
Jump to newest |
| |||
Reply privately | Reply in forum | Reply +quote |
| |||
Reply privately | Reply in forum | Reply +quote |
Reply privately | Reply in forum | Reply +quote |
| |||
Reply privately | Reply in forum | Reply +quote |
| |||
Reply privately | Reply in forum | Reply +quote |
| |||
Reply privately | Reply in forum | Reply +quote |
"Cheers for the replies guys. Was hoping it would be straight forward using the SQL packages that come with web hosting, so will look into it a bit further now." It is quite straight forward'ish... Most paid hosting companies offer some form of database in the package, usually MySQL as it's much cheaper to host than even the free SQL Express rivals (lower hardware and support costs) But to be honest unless you are receiving thousands of contacts per minute any old database will be just fine. If you have a basic knowledge of HTML then search for a PHP guestbook script, this usually consists of a data form to take the user input, which is written to the database, and a separate form for reading data back from the database. Use the code from the input side which will validate the data, and store it in the database. create a page around it using your graphics / text. Then to be fancy have a search for JQuery Scripts for guestbook entry which will tart up the input at the user end... Use the output for yourself only with appropriate security to read back and display the data. Breakdown is Backend Database, can be same server often isn't but is on same Domain. PHP operates on the server BEFORE the web page is sent to the user, hard to hack (nothing is impossible) as it only sends it's output over the Internet. JavaScript operates on the users browser so real time but very hackable... but gives the most interactive feel to the user. (N.B. often doesn't work on office PC's or XP running older browsers, so be sure the basics still function without the JavaScript) | |||
Reply privately | Reply in forum | Reply +quote |
Post new Message to Thread |
back to top |