jeffry 0 Newbie Poster

hi,
Could any one please tell me How to disable a hyperlink or a textbox or a command button which is in page 2 from page 1?

Suppose i have an admin page and a userpage.I have a details page which holds add,delete,view and search links or buttons or textboxes.

i want to access all these from admin page.But i want userpage to access only the search feature of details page.


how to do this..?plz explain...

jeffry 0 Newbie Poster

Any please provide me details to make an online library management system in PHP MYSQL

jeffry 0 Newbie Poster

Hi,
I have a table named 'team' which has fields such as name,contactno and dob.
My entries are:

For eg:
name : Arun Kumar K
contactno : 9445123880
dob : 27 Mar
I want to display the name of corresponding members(here Arun Kumar K) on the previous day of his dob(here 26 Mar) as

For eg:
Tomorrow is Arun Kumar k's Bday
and on 27 Mar as

Today is Arun Kumar K's bday.
This should be displayed on the first page(index.php) of my website automatically (like www.orkut.com's home page)

That mean dob should get compaired with System date on each day and the correspondin name(s) should get displayed on the particular days automatically

I used echo date('d-m-y'); for getting system date,but it is not giving as what i expected,ie 27 mar,it is giving 27 03.For the rest(the compairing work) i worked for two days(i am a newbie) but no result.

Please help.

Its very much needed for the completion of my web project.
If u can plz provide me with full script.

plzz help..

jeffry 0 Newbie Poster

Hi all,
I am a newbie in PHP_MYSQL.Please provide me script for reminding bdays of the concerned persons on those days on the index page we view first.I stored b'days in my table as (eg:27th Mar,03rd June etc).My table has also info such as name ,contactno and email id of the concerns.I also have an administrator page.I need him to send emails(greetings) to the corresponding persons on clicking the displayed date.

Also provide me script of 'Online library management' using PHP_MYSQL

Please help