Re: [PHP] Time release type question

2002-05-28 Thread Dr. Indera
, > > > you can use mktime() to change the date into unix time and then create > > > the if statement > > > > > > if ((mktime([current])) == (mktime([date of assignment])) { > > > echo "link to assignment" > > > } > > > >

[PHP] Login determines content on page

2002-05-28 Thread Dr. Indera
Hello, I'd to know how difficult it is to achieve the following: Create login page, when the submit button is clicked, the user info is checked against a database as to whether is login info is valid. if it is valid, a page is displayed that lists all of the classes that the user has registe

[PHP] Login determines content on page

2002-05-28 Thread Dr. Indera
Hello, I'd to know how difficult it is to achieve the following: Create login page, when the submit button is clicked, the user info is checked against a database as to whether is login info is valid. if it is valid, a page is displayed that lists all of the classes that the user has registe

[PHP] Time release type question

2002-05-28 Thread Dr. Indera
Hello, I'm probably not using the right terminology for what I want to know, but I'll explain it as best I can. I am in the planning stage of building an online course room. Each week I need to upload pages for that weeks lesson and assignments. What I want to know is if there is a way for me