Quantcast
Channel: TechDad » php
Browsing all 7 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

I helped out the Rabbi today from the New Shul

We were fixing some parts of the site that was coded in php. Results are here: http://www.thenewshul.org

View Article



Image may be NSFW.
Clik here to view.

mysql order by in clause

Need to order a query by the results pulled according to the order in the “in” clause: SELECT * FROM tbl_name WHERE column_a IN ( val1, val2, val3 ) ORDER BY FIELD(column_a, val1, val2, val3);

View Article

Image may be NSFW.
Clik here to view.

void stamp

I just made this today for a project at work. Thought someone else might need this too.

View Article

Image may be NSFW.
Clik here to view.

php date add – date math compounded

This will probably be an elementary post for most, but recently, I was working on a problem that required determining the expiration of a membership and to write some rules about auto-renewing that...

View Article

Image may be NSFW.
Clik here to view.

jquery 1.2 and ajax parameter serialization – passing a php array

It just sucks when I miss the fine print in the documentation. Recently I’ve been working on a project that passes product parameters to a jquery $.ajax call. The parameters are variable, so I wanted...

View Article


Image may be NSFW.
Clik here to view.

PHP Framework Benchmark Graph

Was trying to learn more about what’s out there for the PHP Yii framework and found this great graph on github: Frameworks mentioned: http://www.yiiframework.com/ http://codeigniter.com/...

View Article

Image may be NSFW.
Clik here to view.

kodeboard.com a new side project

Been playing around with another project, a place to put my code snippets: Check it out: kodeboard.com

View Article
Browsing all 7 articles
Browse latest View live


Latest Images