Forum Moderators: coopster
Warning: Cannot modify header information - headers already sent by (output started at /home/onewayu/public_html/settings.php:15) in /home/onewayu/public_html/member.php on line 5
and the first lines are bellow
<?php
require "settings.php";
require "lib/mysql.lib";
$r = q("select status, rdate from members where id='$auth' and pswd='$pass'");
if(e($r)) header("Location: login.php");
q("update profiles set ldate='".strtotime(date("d M Y H:i:s"))."' where id='$auth'");
I don't understand if the header is not in the right place or where to put it.
Thanks!
Marcelo