This is a discussion on "Security problem." within the PHP Forum section. This forum, and the thread "Security problem. are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Security problem.
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Security problem.
I currently have a page that reads a database for info. I would like this page to be connected with my login page so only the logged in user's info is displayed not the whole table. (Pages are separate and and there are 3 pages that need to be linked)
|
|
|
|
#2
|
||||
|
||||
|
Re: Security problem.
Couldn't you do something like this?
__________________
Web Design And Development: Other Road Design | Problems with IE6?: KApp | My Blog: Only Nerds Allowed | Learning PHP? Lessons
Last Blog Entry: Hilarious Rapper (Jul 29th, 2008)
|
|
#3
|
||||
|
||||
|
Re: Security problem.
I would say you are right CV but the question is a little vague, acrikey, could you go into more detail please?
__________________
Jack Franklin - Webforumz Moderator (x)HTML | CSS | PHP | MySQL | JQuery (Javascript) Contact: My Blog | Twitter | Delicious Want Lessons? PM me. If you think I've helped, please press the 'Thanks' Button.
Last Blog Entry: A Week with VBulletin (Aug 28th, 2008)
|
|
#4
|
|||
|
|||
|
Re: Security problem.
Sorry, ok take Facebook as an example, you log in and it takes you to your home page, if you click on any link it takes you to a unique page to your username, eg does not show you just anyones page. Is that clearer? If not let me know and I'll get the wife to word it!!!!!
|
|
#5
|
||||
|
||||
|
Re: Security problem.
Then CV is right
__________________
Jack Franklin - Webforumz Moderator (x)HTML | CSS | PHP | MySQL | JQuery (Javascript) Contact: My Blog | Twitter | Delicious Want Lessons? PM me. If you think I've helped, please press the 'Thanks' Button.
Last Blog Entry: A Week with VBulletin (Aug 28th, 2008)
|
|
#6
|
|||
|
|||
|
Re: Security problem.
When I put that code it it send the screen blank, where should I insert that code?
|
|
#7
|
||||
|
||||
|
Re: Security problem.
session_start should be before any content.
__________________
Web Design And Development: Other Road Design | Problems with IE6?: KApp | My Blog: Only Nerds Allowed | Learning PHP? Lessons
Last Blog Entry: Hilarious Rapper (Jul 29th, 2008)
|
|
#8
|
|||
|
|||
|
Re: Security problem.
done, and the code you supplied above?
|
|
#9
|
||||
|
||||
|
Re: Security problem.
that should be used as a mysql query.
__________________
Web Design And Development: Other Road Design | Problems with IE6?: KApp | My Blog: Only Nerds Allowed | Learning PHP? Lessons
Last Blog Entry: Hilarious Rapper (Jul 29th, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CMS Security | ChrisTheSoul | Web Page Design | 5 | Feb 21st, 2008 16:28 |
| Help with security | wiggles | Website Planning | 16 | Apr 9th, 2007 22:28 |
| Security | Ryan Fait | PHP Forum | 5 | Nov 28th, 2006 12:22 |
| Security | cbrams9 | JavaScript Forum | 2 | Sep 22nd, 2006 01:47 |