Create dynamic web page, What shall i study?
Posted: Sun Jan 25, 2009 10:08 am
Hello,
I would like to create a dynamic web page which is going to
1. recognise the IP address of every guest who visits the page,
2. and for every IP address to insert at that specific moment a message in the page in order for the guest to see it.
3. Also i would like to know which message belongs to each IP address.( i mean how am i supposed to store this information).
e.g.
IP Message
Guest : A.B.C.D. , How are you ? (I woukd like that to be stored somewhere)
Guest : G.H.I.J, Good morning! ( stored)
I would like then to create another program in C/C++, which takes as input "How are you?" and outputs "A.B.C.D".
This program is gonna be like this->> INPUT : ip address OUTPUT: Message
May you please tell me which tutorials or specific functions shall i study in order to create this dynamic web page?
Thanks in advance!
I would like to create a dynamic web page which is going to
1. recognise the IP address of every guest who visits the page,
2. and for every IP address to insert at that specific moment a message in the page in order for the guest to see it.
3. Also i would like to know which message belongs to each IP address.( i mean how am i supposed to store this information).
e.g.
IP Message
Guest : A.B.C.D. , How are you ? (I woukd like that to be stored somewhere)
Guest : G.H.I.J, Good morning! ( stored)
I would like then to create another program in C/C++, which takes as input "How are you?" and outputs "A.B.C.D".
This program is gonna be like this->> INPUT : ip address OUTPUT: Message
May you please tell me which tutorials or specific functions shall i study in order to create this dynamic web page?
Thanks in advance!