Problem I have recently found that I needed to be able to parse multipart/form-data for PUT requests made to my […]
Tag: php5
Registration code [closed]
Problem Closed. This question is off-topic. It is not currently accepting answers. Authorship of code: Since Code Review is a […]
Clumsy PHP5 code reading from an SQLite3 database
Problem Some time ago I wrote myself a simple blog. The index page is generated with PHP5, using an SQLite3 […]
PHP spell checker with suggestions for misspelled words
Problem I built a simple PHP spellchecker and suggestions app that uses PHP’s similar_text() and levenshtein() functions to compare words […]
Retrieving a message from a cryptocurrency daemon
Problem The objective of this piece of code is to get a message from a cryptocurrency daemon through RPC and […]
Review of my PHP framework, vervPHP
Problem My goal with vervPHP was to create a framework I could create applications in very quickly, without any excessive […]
Cart Class feedback
Problem I have written a cart Class, it use session to store data. Is the code well implemented or could […]
Accessing multiple schemas using singleton pattern
Problem I have a situation where I have to connect to multiple schema to populate a single page. I altered […]
How can I optimize my login script?
Problem I’ve created an Ajax login for my website but I feel like I can optimize it, but I’m not […]
Image manipulation PHP class using PHP’s Image Functions
Problem I am working on an image manipulation class for a project to re-size uploaded slider images to 780 X […]