Click here to Skip to main content
15,901,666 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Passing value from iframe page to mainpage Pin
Andrew Quinn AUS22-Jun-04 21:55
Andrew Quinn AUS22-Jun-04 21:55 
GeneralASP Session state not stored on some clients Pin
Miszou22-Jun-04 8:45
Miszou22-Jun-04 8:45 
GeneralRe: ASP Session state not stored on some clients Pin
Budsy24-Jun-04 0:01
Budsy24-Jun-04 0:01 
GeneralRe: ASP Session state not stored on some clients Pin
Miszou24-Jun-04 5:51
Miszou24-Jun-04 5:51 
Generalcol and colgroup question. Pin
Maximilien22-Jun-04 8:27
Maximilien22-Jun-04 8:27 
Generalgetting apache username with php/python Pin
keegan21-Jun-04 8:28
keegan21-Jun-04 8:28 
GeneralRe: getting apache username with php/python Pin
markkuk22-Jun-04 0:19
markkuk22-Jun-04 0:19 
GeneralRe: getting apache username with php/python Pin
Member 120167426-Jun-04 19:04
Member 120167426-Jun-04 19:04 
This is pretty simple.
once you have verified that your user is logged in, you can find his ip from the

$ip=$_SERVER['REMOTE_ADDR'];

Now you can store this $ip in a database to keep track of your users.

One glitch though, your users may want to access your site contents from different pcs
the ip would change in this case.

Also modem users get a new ip every time they log in. So dont just ban users who have multiple IPs

Any tool is only as good as you can use it!!
(http://www.pascalnet.tk)
Questionhow can i get element's content by css? Pin
nakey_yang21-Jun-04 5:13
nakey_yang21-Jun-04 5:13 
AnswerRe: how can i get element's content by css? Pin
Aaron Eldreth24-Jun-04 2:41
Aaron Eldreth24-Jun-04 2:41 
AnswerRe: how can i get element's content by css? Pin
Member 120167426-Jun-04 19:19
Member 120167426-Jun-04 19:19 
Generaldropdown list state problem Pin
Asim N.21-Jun-04 1:49
Asim N.21-Jun-04 1:49 
GeneralRe: dropdown list state problem Pin
Andrew Quinn AUS21-Jun-04 3:03
Andrew Quinn AUS21-Jun-04 3:03 
GeneralRe: dropdown list state problem Pin
Asim N.21-Jun-04 17:38
Asim N.21-Jun-04 17:38 
GeneralRe: dropdown list state problem Pin
Asim N.21-Jun-04 21:20
Asim N.21-Jun-04 21:20 
QuestionHelp me to figure this out please? Pin
JasonFoshee20-Jun-04 19:22
JasonFoshee20-Jun-04 19:22 
AnswerRe: Help me to figure this out please? Pin
VenkatFor.NET21-Jun-04 16:53
VenkatFor.NET21-Jun-04 16:53 
GeneralRe: Help me to figure this out please? Pin
JasonFoshee22-Jun-04 3:24
JasonFoshee22-Jun-04 3:24 
GeneralMouseUp outside link/text? (Netscape) Pin
alexiworld20-Jun-04 2:42
alexiworld20-Jun-04 2:42 
GeneralMouseUp in other frame? (Netscape) Pin
alexiworld19-Jun-04 20:55
alexiworld19-Jun-04 20:55 
GeneralPassing multiple values Pin
Ph@ntom19-Jun-04 2:09
Ph@ntom19-Jun-04 2:09 
GeneralRe: Passing multiple values Pin
Roger Wright19-Jun-04 3:48
professionalRoger Wright19-Jun-04 3:48 
GeneralRe: Passing multiple values Pin
Rohit  Sinha19-Jun-04 18:57
Rohit  Sinha19-Jun-04 18:57 
GeneralRe: Passing multiple values Pin
palbano19-Jun-04 19:04
palbano19-Jun-04 19:04 
GeneralRe: Passing multiple values Pin
sivilian24-Jun-04 5:10
sivilian24-Jun-04 5:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.