Jim
|
| Posted: 03/26/2002, 8:35 AM |
|
i am just trying to get my head around writing some code for PHP and MYSQL for logging users in, is there any way i can do a page on codecharge without adding a grid etc.....i.e a blank php page with a php header etc and some text on it, and redirect any user that dont have access this is so i can do pages for redirecting users, this page would include the default header then below that would say "im sorry user username) does not have access to this area.
also is there anyway to customise the logout screen?
thanks in advance
|
|
|
 |
Nicole
|
| Posted: 03/27/2002, 12:36 AM |
|
Jim,
you may refer to following article to find how to display this sort of message: http://www.gotocode.com/art.asp?art_id=126&
But it is for ASP only. Also you can download GotoCode site from http://www.codecharge.com/download/files/examples/gotocodev2.zip
It is includes PHP events and refer to Login page.
As for customizing logout screen, I suppose you can do it in generated file, because CC Login form is quite strict.
|
|
|
 |
|