Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.65K
~383 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for dudegio

I was having issues displaying the image in a browser. After a lot of troubleshooting, I realized the php.ini file had set_magic_quotes_runtime = On. This was causing my problem. I can leave the php.ini alone and change it inline. [CODE] <? set_magic_quotes_runtime(0); // turn off ?> scripts here <? set_magic_quotes_runtime(1); …

Member Avatar for eyeboston
0
383

The End.