News:

LVCS.NET offers low cost domain registration services.

Main Menu

URGENT! --- PHP User Management system errors

Started by Jrrwizard, January 29, 2006, 07:02:13 PM

Previous topic - Next topic

webzone (archived)

Quote...or use output buffering.

I said above that output buffering isn't a good idea. It uses processor time and a more memory, which is pointless when there is another solution.

Jrrwizard

Index.php includes auth config... but I already tried setting cookies in there and it didnt work :(

I went with output buffering and it works now, but I am interested to see how I can make tihngs better by not having to do that. If you can flat out help me please PM me some contact info so we can work it out easier

Thanks for your help guys

webzone (archived)

QuoteIndex.php includes auth config... but I already tried setting cookies in there and it didnt work

I was suggesting that you could simply include checkmember at the beginning (ie. first line) of index.php. If you prefer output buffering, then go with it but as I said it is slower.

Jrrwizard

Ok thanks, I will try including checkmember in index.php and will let you know what happens  ;D