| bio | website | tessmore.nl |
|---|---|---|
| location | Netherlands | |
| age | 22 | |
| visits | member for | 1 year, 8 months |
| seen | yesterday | |
| stats | profile views | 21 |
|
May 14 |
asked | Find user login count within Doctrine relations |
|
Apr 24 |
revised |
PHP How to find the time elapsed since a date time? Forgot to test the function |
|
Apr 23 |
comment |
PHP How to find the time elapsed since a date time? If you change the else-if to simple if statements you could probably output months days hours seconds ago (but I felt it was too clutering). |
|
Apr 23 |
answered | PHP How to find the time elapsed since a date time? |
|
Apr 21 |
revised |
Limitting Rows For Doctrine FindAll Method Newlines to add readability |
|
Apr 21 |
suggested | suggested edit on Limitting Rows For Doctrine FindAll Method |
|
Apr 15 |
awarded | Excavator |
|
Apr 15 |
revised |
How to use OrderBy in Doctrine with findBY function in symfony2 Added a few enters to remove the need for scrolling |
|
Apr 15 |
suggested | suggested edit on How to use OrderBy in Doctrine with findBY function in symfony2 |
|
Mar 8 |
comment |
Getting reverse array to work You are probably better of by changing the query to let the database sort for you (i.e change ASC to DESC or vice-versa). |
|
Oct 21 |
comment |
Paginate list of files in php Very nice! Did not know about that function :-) |
|
Oct 19 |
comment |
Best practice to store and return form data with PHP $_COOKIE can only contain 4kB of data: Enough for small forms, but if you have a content field you can quickly pass this. PHP doesn't really give an error when you go past the 4kB limit, so it looks like cookies are not working and this is super frustrating. Therefore I would not suggest to use cookies to store form data, unless it is something like the e-mail in a login form |
|
Sep 21 |
awarded | Custodian |
|
Sep 18 |
awarded | Yearling |
|
Aug 22 |
accepted | Form names with arrays |
|
Aug 22 |
accepted | Difference between %5B% and %5B0%? |
|
Aug 22 |
accepted | MySQL Full text (boolean mode) -(*apple) |
|
Aug 22 |
comment |
Difference between %5B% and %5B0%? I might be. You cannot turn 'array_keys' off I guess in PHP. Not really sure how jQuery doesn't add them then though :( |
|
Aug 22 |
asked | Difference between %5B% and %5B0%? |
|
Aug 21 |
answered | Dynamic Text Box in PHP Mail |