some queries
Posted: Thu Sep 15, 2005 9:05 am
problem1)
the user name and password are stored in database table ..the user enter username and password and it is checked against the password and username in tables
now problem is if uname and pass are correct i want user to direct to thier personal profile page...if user can see only his personal profile
how is it done ?
is it making query
select .....from tables where uname=required and pass=" "
or we make separate page for each
are there simple example code in any web site
query 2) does php run in IIS (other than in aphace)
i am unable to make in run in IIS though some books says it can
then how
query 3)
when searching i want to search in certain tables only how it can be done
i want search result from password protected area
how it is done
query 4)
there is a box ,and a form when data are entered from that form it goe to database and content are displayed in box..just like message board
problem is when new message is post i want old to go to archive and new one to be in box(only that one )
can can it be done
any example codes to download
if some body provide me with sample codes for this question may be s/he will be my guru in php ...as i am a begineer
thanks for your replies
the user name and password are stored in database table ..the user enter username and password and it is checked against the password and username in tables
now problem is if uname and pass are correct i want user to direct to thier personal profile page...if user can see only his personal profile
how is it done ?
is it making query
select .....from tables where uname=required and pass=" "
or we make separate page for each
are there simple example code in any web site
query 2) does php run in IIS (other than in aphace)
i am unable to make in run in IIS though some books says it can
then how
query 3)
when searching i want to search in certain tables only how it can be done
i want search result from password protected area
how it is done
query 4)
there is a box ,and a form when data are entered from that form it goe to database and content are displayed in box..just like message board
problem is when new message is post i want old to go to archive and new one to be in box(only that one )
can can it be done
any example codes to download
if some body provide me with sample codes for this question may be s/he will be my guru in php ...as i am a begineer
thanks for your replies