Hello,
I need to retrieve the information of users who are in my database (name, surname, email, date).
The problem is that data table is very feature rich and I do not know where to start or what technique to use.
More register the date and timestamp base and I need to display in the format dd/mm/yyyy. For this I made a function => function datefr ($date) {...}.
Is it possible to use it to display the date in the desired format?
I also need to add two links for each user in the end (<a href="delete.php"> delete </ a> and <a href="update.php"> update </ a>).
Thank you for your help
I need to retrieve the information of users who are in my database (name, surname, email, date).
The problem is that data table is very feature rich and I do not know where to start or what technique to use.
More register the date and timestamp base and I need to display in the format dd/mm/yyyy. For this I made a function => function datefr ($date) {...}.
Is it possible to use it to display the date in the desired format?
I also need to add two links for each user in the end (<a href="delete.php"> delete </ a> and <a href="update.php"> update </ a>).
Thank you for your help