Click here to Skip to main content
15,916,600 members
Home / Discussions / Web Development
   

Web Development

 
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 
GeneralURGENT! Problem migrating an ASP website onto Windows Server 2003 (Recordset Cursor/Bookmarks) Pin
Nathan Ridley18-Jun-04 17:28
Nathan Ridley18-Jun-04 17:28 
GeneralRe: URGENT! Problem migrating an ASP website onto Windows Server 2003 (Recordset Cursor/Bookmarks) Pin
Ph@ntom19-Jun-04 2:30
Ph@ntom19-Jun-04 2:30 
Questionwindow.open Search using QUOTES ?? Pin
ghoulardi17-Jun-04 17:11
ghoulardi17-Jun-04 17:11 
AnswerRe: window.open Search using QUOTES ?? Pin
palbano17-Jun-04 17:38
palbano17-Jun-04 17:38 

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.