Re: [PHP-DB] you are here

2001-12-12 Thread RSalomo
2001 23:23:02 +0700 RSalomo [EMAIL PROTECTED] wrote: helo, i have site navigation, for example: you are here: home music jazz musicians. i get this by put an a href=index.php?id=1$pagename/a on the link, and i have the musicians' list. but i'm still in the same directory where

[PHP-DB] automatic logout

2001-09-10 Thread RSalomo
hello, i use session for user authentication in php/mysql. how to logout the session automatically if: there is no activity for a period of time (user forgot to click logout), or user just close the browser without logout ? thanks, rudy -- PHP Database Mailing List (http://www.php.net/) To

Re: [PHP-DB] html generated web pages

2001-09-04 Thread RSalomo
don't understand the phrase html generated web pages. What are you trying to do? rick -Original Message- From: RSalomo [mailto:[EMAIL PROTECTED]] Sent: Monday, September 03, 2001 12:28 AM hello, how can i make html generated web pages, and control images and format for that html

[PHP-DB] html generated web pages

2001-09-02 Thread RSalomo
hello, how can i make html generated web pages, and control images and format for that html page? (for example like devshed, they have link like this: .../.../some_folder/page1.html). where can i learn them? i.m a newbie here. is this has something to do with phplib7.2? thanks in advance.

[PHP-DB] delete user but keep the article

2001-08-15 Thread RSalomo
hi, i have a news article database that input by users, for example articlename: 'abc', input by username: 'user_x'. i want to delete user_x, but keep article abc. how php/mysql display that there is article named 'abc', input by 'user_x', but there are no further information about that user