Hi,
Hm,I've been trying to do this in many different ways,but I never came into solution.
The problem is that I have two pages,one for login second for MySQL check and redirection back to the index page.
now,I have Private SSL installed and I set the redirection in .htaccess to redirect from http to https.
when the user types in the login id & password,then being redirected to the login check page and then quickly back to the index,I create a cookie which holds the result from the MySQL(small,just plain numbers) and I want to delete it once he reaches the index.php.
Now,the problem is that it doesn't delete the cookie and at the same time outputs this warnning:
Warning: Cannot modify header information - headers already sent by (output started at /home3/kirill/public_html/index.php:1) in /home3/kirill/public_html/cdel.php on line 5
(I created a file named "cdel.php" for it to load in different file before the output & extrenal output buffer(ob_start),both(together & seperated) didn't work and gave the same warning and I didn't step forward to the solution)
So,I ask to help me a bit with it(?),as I am just out of idea's and not familiar yet with all PHP features & solutions/problems.
Before the hand,thank you.
KubeR.