How do I create a logon/authenication function with PHP?
I am creating a document management system where users will create new documents to be loaded into a database. How do I create a logon function that will create a variable value that I can use to define the name of the user who is creating the document
Document title <input>(user input)</input>
Document content <input>(user input)</input>
Date $date= date(m-d-y);
Created By $name_of_user= (HOW DO I DO THIS?)
Thanks for ant help!!!
I am creating a document management system where users will create new documents to be loaded into a database. How do I create a logon function that will create a variable value that I can use to define the name of the user who is creating the document
Document title <input>(user input)</input>
Document content <input>(user input)</input>
Date $date= date(m-d-y);
Created By $name_of_user= (HOW DO I DO THIS?)
Thanks for ant help!!!