Remotly Hosted sites

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
rapaddict_dot_com
Forum Commoner
Posts: 27
Joined: Tue Mar 16, 2004 4:54 pm

Remotly Hosted sites

Post by rapaddict_dot_com »

How do those sites that offer remotly hosted stuff like polls and news letters work?

Do they just have a table for each user or what?

can I have some example code?
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Post by malcolmboston »

i doubt very much that they would give you your own table due to the sheer volume of people that would be using it, i would expect (dont take my word for it though) that it would be flat file based (.txt files)

heres some poll code for you to examine here
Post Reply