x00
MVPx00 MVP
Reactions
-
Re: date more specific
one you are confusing two solutions. Either you are using the apache module, or you are doing in it in php. In order to use an output buffer function you should first understand the output buffer is.… (View Post)2 -
Re: date more specific
why on earth are you putting ob_start("ob_gzhandler"); ? For one it is not a file that you ever want anyone to access directly or output to the buffer. btw output compression is usually don… (View Post)2 -
Re: date more specific
That is the wrong format use http://uk3.php.net/strftime (View Post)1 -
Re: Information about Vulnerabilities in Docx and Xlsx*
Please do not download these attachments and open them. Especially Windows users there are some vulnerabilities related to docx/xlsx not meant to cause offense or accuse. Just a reminder not to open … (View Post)6 -
Re: How do I set MathJax config file?
well i can see an error in you code. You need to escape ' $Sender->Head->AddString(' ....yada .... inlineMath: [ [\'$\',\'$\'], ["\\(","\\)"] ], displayMath: [ [\'$$\',\'$$\… (View Post)1
