Search found 2 matches

by Ralphy
Tue Mar 15, 2011 4:21 pm
Forum: PHP - Code
Topic: php adding forward slashes to $_get
Replies: 2
Views: 197

php adding forward slashes to $_get

Hello, Im using $_get to retrieve some info and it seems to be adding a forward slash to the end of my strings. I turned off magic quotes and stripslashes doesn't seem to work for me.

Anyone got any ideas?

Thank you.
by Ralphy
Thu Mar 03, 2011 6:14 pm
Forum: PHP - Code
Topic: serialize function trouble
Replies: 1
Views: 107

serialize function trouble

I hope you guys can help me, Im getting serialized values from a database field but if the field is empty, the unserialized array returns 1 with the count function when it should be 0.

Anyone have any ideas?