Re: [PHP] headers?

2002-09-28 Thread cleaner
er > outputting something (which could be just a blank line) - check in your > functions.php that you dont have any blank lines before the start of or > after the end of your script. ie. before the > > Debbie > - Original Message - > From: "cleaner"

[PHP] headers?

2002-09-28 Thread cleaner
Hi all.. Got this script to verify a login against a mysql-databas with several checking for type errors etc. When I wanna login people, I include a file with all my functions ('functions.php') and I a function verify is called upon. the function returns false if user entered wrong user/pass, A

[PHP] array_chunk() - use or not use?

2002-09-20 Thread cLeAnEr
looked into array_chunk() but I cant figure out how to use it? should i split $pic_out and use a foreach on that array? or just $nr=count($pic_out); and then run an if-statment to see if I get it out...well I hope u can give me some help cuz this is driving me mad reg: cleaner

[PHP] addslashes($variable)?

2002-09-01 Thread cLeAnEr
Hi. I have recently started prograemming some php. Now I wonder exactly what addslashes() is good for... I´ve read about it that it insert slashes where needed to get data in right form to Mysql? and then use stripeslashes() to remove slashes when reciving data out of database? And I´ve also got