Tagged Questions

0
votes
2answers
297 views

PHP - session logout techniques

Hello, I first found a tutorial that told me to use this snippet for logging out sessions in php: <?php session_unset(); header("Location: page.php"); ?> This didn't work. …
0
votes
2answers
96 views

Current Year Copyright Line in PHP

I was wondering what ways there are to have the current year in a copyright line. I don't like having to change it manually every year.
0
votes
0answers
7 views

A calendar for your website?

I've got some events I woud like to organize in a calendar, and I don't want to spend a lot of time with complicated systems. I found an calendar made in tables. <TABLE BORDER …