im getting this error on the wallpaper script, i added an include file and now im getting this
can you tell me what i did wrong
i dont understand it
wallpaperama:
usually you get this error because you already displayed some type of text or characters to the browser. check if you see any echo or print in your include file. make sure that you dont echo anything only after you have started the session_start() function for example.
lucas:
yes that was it, i had some echo line in there i was just testing and i forgot to remove it. thanks
php:
im a php programmer and this was very helpful to me to understand