Re: [PHP] designing a post fix

2011-03-17 Thread NetEmp
@Nergin: are you trying to create an application like Squirrel Mail using PHP? On Thu, Mar 17, 2011 at 9:46 PM, Jason Pruim li...@pruimphotography.comwrote: So what exactly is the question? Jason Pruim On Mar 17, 2011, at 11:23 AM, Negin Nickparsa nickpa...@gmail.com wrote: i want 2

Re: [PHP] Re: [PHP-WEBMASTER] php with htmlspecialchars function

2011-03-11 Thread NetEmp
Well Lisa, that is exactly the way htmlspecialchars is supposed to work. Here you could also display - Test - without using any function at all, simply echo a href='test'Test/a; and this should work well. NetEmp On Fri, Mar 11, 2011 at 11:51 PM, Daniel Brown danbr...@php.net wrote: On Fri

Re: [PHP] Zend Framework - getParam() Question

2011-03-11 Thread NetEmp
://www.website.com/index/user/ http://www.website.com/index/user/11 http://www.website.com/index/user/1and then you can use the same getParam method to grab the value and carry out further processing. Hope this helps. Cheers NetEmp On Sat, Mar 12, 2011 at 10:04 AM, Dan Joseph dmjos...@gmail.com

Re: [PHP] $$var

2011-03-06 Thread NetEmp
As per my experience so far, there is no such depth limit existing. The only limit is imposed by the system resources (like script execution time etc.) but not by PHP. Cheers NetEmp On Sun, Mar 6, 2011 at 8:42 PM, shiplu shiplu@gmail.com wrote: Just being curious, I have a question. How

Re: [PHP] Re: Somewhat OT - Stored Procedures

2011-03-05 Thread NetEmp
common to be overlooked). Hoping that everyone will stick to and follow the best practices while creating code. Regards NetEmp On Sat, Mar 5, 2011 at 6:01 PM, Florin Jurcovici florin.jurcov...@gmail.com wrote: Hi. I would always recommend stored procedures, as long as there are a very few

Re: [PHP] Re: Somewhat OT - Stored Procedures

2011-03-05 Thread NetEmp
common to be overlooked). Hoping that everyone will stick to and follow the best practices while creating code. Regards NetEmp On Sat, Mar 5, 2011 at 6:01 PM, Florin Jurcovici florin.jurcov...@gmail.com wrote: Hi. I would always recommend stored procedures, as long as there are a very few