Posts by Luis Fedrizze • 54 points
2 posts
-
1
votes1
answer120
viewsA: Header() redirect error
I will try to explain the following mistake: Warning: Cannot modify header information - headers already sent by (output started at /home/comunica/public_html/testes/murilo/phpI/header.php:23) in…
-
2
votes2
answers637
viewsA: Time difference between Javascript and Mysql dates
You can use the mysql function DATEDIFF() SELECT DATEDIFF('2014-11-30','2014-11-29') AS DiffDate (examples taken from W3schools) However, it returns the difference only in days. If you need…