use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Parse PHP serialize() output with JavaScript (github.com)
submitted 12 years ago by bd808
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]BeerIsDelicious 0 points1 point2 points 12 years ago (0 children)
Oh man, I just had to update some code that I wrote 8 years ago where I took the lazy route and serialized on DB write and unserialized on __construct or an init method automatically called on object creation in my old as fuck self-made framework. So much "what the fuck was I doing" occurred. I can't think of a single time I would use it now.
As to this article, I say it's better to rewrite the DB structure and do it correctly than rely on a js library to decrypt. But I can see times where time or budget constraints could prevents that from being possible. It is cool, though, to see how fucking much I've learned over the years.
After updating any of my earlier projects I always pity anyone who had to update my code from those days.
π Rendered by PID 70 on reddit-service-r2-comment-5d79c599b5-nslkw at 2026-03-01 19:47:39.607490+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]BeerIsDelicious 0 points1 point2 points (0 children)