473,379 Members | 1,170 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

disallow a page to be re-displayed

107 100+
Hi Forum,
Can anybody tell me how to disallow a page to be re-displayed again once the session of a particular user is destroyed. Infact the user should not be allowed to go back to the previous page which he/she had browsed upon loging in.

So, plz help me!
Feb 7 '07 #1
2 1170
tolkienarda
316 100+
you could log their mac or ip address into a mysql database and if they ever tried to view your page you could block them. i saw a way to do that in one a post a few days ago if i find it i will repost here if not then poke around google for mac loggers.
Feb 7 '07 #2
tolkienarda
316 100+
you could log their mac or ip address into a mysql database and if they ever tried to view your page you could block them. i saw a way to do that in one a post a few days ago if i find it i will repost here if not then poke around google for mac loggers.
set this to be a variable
store it in a mysql table
stop people from comming back
[PHP]
HTTP_SERVER_VARS['REMOTE_ADDR'];
[/PHP]

eric
Feb 7 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: socialism001 | last post by:
I have a folder that I want googlebot to index but I don't want any other bots to be able to index the files. How would I do this in the ..robots file. Thanks, Chris
8
by: Rich Wallace | last post by:
Hi all, Is there a way I can design the datagrid where, if the SelectedIndex changes and I highlight the selected row, that the grid does not re-write itself and keep the current page smooth, or...
1
by: brianbasquille | last post by:
Hello all, Would like to disallow the ability for controls on my form to get focus? Working mainly with a menu system and GDI+ and i would like the user to use the mouse for most operations....
1
by: Ronald S. Cook | last post by:
Sorry for the off-topic but not sure where to post. I'm wondering if it is possible to disallow a user to log into a domain on more that one PC. Thanks for any help, Ron
1
by: Zorik | last post by:
I am building a form in asp.net 2.0 On one of the textboxes, I don't want that the user will use the space character. How do I disallow space using regular expression validator (or other...
9
by: sybaris | last post by:
I am using this $result = mysql_query("SELECT username,cat,comment,photo,userid FROM pp_comments ORDER BY date desc LIMIT 5" ) or die(mysql_error()); to get the results i want but i want to disallow...
0
by: EgoSum | last post by:
Can someone help me with custom text box? I want change behavior custom date text box - disallow entry and pass entry from numeric keyboard to a text box. Code below disallow entry, but how I can...
2
by: EgoSum | last post by:
Can someone help me with custom text box? I want change behavior custom date text box - disallow entry and pass entry from numeric keyboard to a text box. Code below disallow entry, but how I can...
5
by: sumguyovrthar | last post by:
Hi. I can't place an mdb database above the http root, so anyone is able to download it through their browser if they know where it is. This database contains some sensitive information. I am used...
5
by: Jabir | last post by:
Hello guys: I need help I am getting an error saying:Option strict on disallow late binding. It seems like it's asking me to turn option strict off this is my code: ' Procedure to Write the Word...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.