Sometimes drives me crazy :)

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
fastfingertips
Forum Contributor
Posts: 242
Joined: Sun Dec 28, 2003 1:40 am
Contact:

Sometimes drives me crazy :)

Post by fastfingertips »

Yesterday I made wrote an environment engine for a sit, as you guess some classes and a lot of code (session handlers, database classes etc). But because it took me a lot of time I decided to test all today.

Everything seems to be ok with the exception of the session system (my sessions are stored into a MySQL db) at every click it adds to the session string this chars: \’. So take a look to the code, check and recheck for at least 2 hours and nothing, everything seems to be ok (more the 400 code lines). As you guess I test the code with a lot of echoes. Lately when is I was preparing for a great hara-kiri I saw that in the intermediary login page (used to perform some checks) I forgot to close “ to the redirection URL and because of that at every check my engine was adding that.

My advice: be aware when you are using following symbols: “,’ because sometimes these things are able to make a mad person from a serious and gentle programmer.

:oops:
User avatar
igoy
Forum Contributor
Posts: 203
Joined: Fri May 02, 2003 11:57 pm
Location: India
Contact:

Post by igoy »

Thanks a lot for sharing your experience.... :)

guess, your username is jsut perfect (for such mistake) !!! ;)
Post Reply