string(43) "Smarty error: eval: missing 'var' parameter" JRSofty Programming - Problems Solved with PHP JSON encoding.

JRSofty Programming

Home | submenu

Contact


23.07.2009
Category: Site
Posted by: JRSofty

Yesterday I posted a tutorial on making a pretty much self contained PHP Session Handler class over at Imusion Studios forum.

15.06.2009
Category: Site
Posted by: JRSofty

So yesterday my host's servers got hacked again but this time they didn't mess with my site. If only I was paying attention I would have noticed this. However, since we were hacked we were coming up on Google's attack site list meaning for people with this function turned on in their Firefox browsers they couldn't get access to my site or any of them on the "stinkbugonline" domain. So basically I paniced.


SysLog
The SysLog is basically a general blog that I'll post to randomly about things of a technical nature that I find interesting.

BLOGS:

Created: 29.07.2009 at 04:49:16
Created: 27.08.2009 at 15:23:02

JRSofty Programming

JRSofty Programming is my website to centralize my programming projects as well as to display some of my own personal things. The site is more geared to my programming if you look around you may find some other little bits about me.

Notice:

If you are here looking for articles from my original site it may take some more time to get them posted. You can check in the Articles Section for more information Concerning what is available at this time.

Most Recent Blog Post

1 2 3 Next
28.08.2009 at 00:37:28 JRSofty
After doing some research I found the problem. It has to do with the character encoding. Before you can use JSON encode or decode in PHP it must be UTF8_encoded. More..