186 reputation
111
bio website
location London
age
visits member for 11 months
seen Apr 3 at 19:51
stats profile views 25

Beginner programmer who learnt PHP to build a business application.


Nov
10
comment Converting Javascript Date Object to SQL datetime and vice versa
I am looking at the datejs library primarily right now. Are there better ones?
Nov
10
comment Converting Javascript Date Object to SQL datetime and vice versa
Using that piece of code is not allowed I think. Check this link. I'll have to look into that library by Kelvin. Do you know how it compares to the datejs library ? (I just came across that)
Nov
10
asked Converting Javascript Date Object to SQL datetime and vice versa
Nov
7
accepted HTML Purifier - Change default allowed HTML tags configuration
Nov
6
asked HTML Purifier - Change default allowed HTML tags configuration
Nov
2
comment Allowing basic HTML in posts (inc. line breaks, no-follow links etc.) while maintaining security - CakePHP
This link will give a few good hints as well for underlying thinking for this problem.
Nov
2
accepted CakePHP - Escape (htmlspecialchars) not working for FormHelper
Nov
1
comment CakePHP - Escape (htmlspecialchars) not working for FormHelper
But the question was regarding if the FormHelper escape the input like the HtmlHelper escapes output. I think the answer is no, but not sure.
Nov
1
comment Allowing basic HTML in posts (inc. line breaks, no-follow links etc.) while maintaining security - CakePHP
I have now discovered that Tinymce is wonderful to use, plan to use Htmlpurifier for whitelisting at the back end.
Nov
1
comment PHP Security - Combining functionality of strip_tags(); & htmlspecialchars();
When you say be wary of those attributes, how do I execute the weariness?
Nov
1
accepted PHP Security - Combining functionality of strip_tags(); & htmlspecialchars();
Nov
1
asked PHP Security - Combining functionality of strip_tags(); & htmlspecialchars();
Nov
1
comment CakePHP - Escape (htmlspecialchars) not working for FormHelper
And the FormHelper will not do this escaping automatically right?
Oct
31
revised CakePHP - Custom validation function for the Uploader plugin
Clarifications
Oct
31
revised CakePHP / jQuery / JsHelper - AJAX form with elements in multiple table cells or divs
Clarifications
Oct
31
asked CakePHP - Escape (htmlspecialchars) not working for FormHelper
Oct
31
accepted PHP - Plugin or library for whitelisting certain HTML tags
Oct
31
asked PHP - Plugin or library for whitelisting certain HTML tags
Oct
31
comment Allowing basic HTML in posts (inc. line breaks, no-follow links etc.) while maintaining security - CakePHP
Thanks. How do I whitelist then at the server side using CakePHP? Presume I need to set FormHelper input field escape to false. But I can't use Sanitize for that whitelisting. How would I go about doing it?
Oct
18
comment CakePHP & MySQL - Using find('all') with GROUP for one field and MAX for another field
Ok interesting. Will the SQL query be different to my example above? In this case, does the virtual field make the default query always finding the highest message_id line instead of lowest (like I wanted)?