| bio | website | pgaiser.net |
|---|---|---|
| location | Tübingen, Germany | |
| age | 32 | |
| visits | member for | 3 years, 7 months |
| seen | 21 hours ago | |
| stats | profile views | 30,158 |
I currently live in Tübingen, Germany.
I have been working full-time in IT for ten years (freelance and as a contractor), and am currently studying Interdisciplinary American Studies at the University of Tübingen. I work part time as a webmaster for an organic food company.
I can be reached via E-Mail: pekka@gmx.de
I have an Amazon Wishlist that I love to get stuff from.
|
21h |
comment |
how can i search the server for a php session? If you can make sure it works in your server environment, this is a good way to go. |
|
21h |
answered | how can i search the server for a php session? |
|
21h |
comment |
paginate_links not work in child theme Well, what link are you getting? |
|
21h |
revised |
paginate_links not work in child theme added 36 characters in body |
|
1d |
awarded | Enlightened |
|
1d |
awarded | Nice Answer |
|
2d |
comment |
Handling attachments on incoming emails in PHP Hi, I'm afraid mere code requests are off topic on Stack Overflow. A Google query for php imap handle attachments might help you get started. |
|
2d |
comment |
Uncontrolled change encoding in XML Well, where else could the problem be if not in the code? It could be that Ayşe entered her name in a single-byte encoding like ISO-8859-9, but no one will be able to tell you why that caused the document to change without seeing how your code handles the input. Don't you think? |
|
2d |
comment |
Uncontrolled change encoding in XML In that case you'll probably need to show us what your PHP script does. |
|
2d |
revised |
print() always returns 1, is there a practical use? edited title |
|
2d |
comment |
Uncontrolled change encoding in XML Not sure what you're asking - do you want to know who could have changed the file on the server? |
|
2d |
revised |
remove non english word smarty added 2 characters in body |
|
2d |
comment |
How to solve time out in phpmyadmin? Then why not resubmit the same file? phpMyAdmin seems smart enough to handle the problem? |
|
2d |
comment |
How to solve time out in phpmyadmin? What error are you getting exactly? |
|
2d |
comment |
Gateway TimeOUT (apache) I guess the only options you have is make the script run faster, split the task into separate portions, or ask your support for yet another extension of the time limit. |
|
May 23 |
awarded | Enlightened |
|
May 22 |
comment |
Gateway TimeOUT (apache) Hi, this needs more info. What error message are you getting where exactly, what is your server setup? Also which timeout setting did you increase exactly, PHP's or Apache's? |
|
May 22 |
comment |
How to specify language for a week input element in HTML5? Yeah, I see. You may need to move to a 3rd party jQuery based component, and do all the translations yourself, to do that (which would be a shame, of course, because of all the added complexity...) |
|
May 22 |
comment |
How to specify language for a week input element in HTML5? It may not be possible to change this at all. But usually, the user's browser language will be their preferred language anyway, so are you sure you really need tobe able to change it? Also I imagine there may be browsers out there that don't have other languages available except the one they come in |
|
May 22 |
comment |
How to specify language for a week input element in HTML5? It seems to be the browser that sets this based on the language that it's set to. Is it really necessary to override the language in that case? |