On Dec 6, 8:31 am, Rafa³ Pocztarski wrote:
> 2009/12/3 shapper :
> Try using === instead of ==
This is PHP operator, isn't it? And we're talking here about
javascript.
Is there such operator in JS? O.o I'd rather write it like that:
if( typeof(cookie) != 'undefined' && (cookie == null || cookie
On Dec 6, 8:31 am, Rafał Pocztarski wrote:
> 2009/12/3 shapper :
> Try using === instead of ==
This is PHP operator, isn't? And we're talking here about javascript.
Is there such operator in JS? O.o I'd rather write it like that:
if( typeof(cookie) != 'undefined' && (cookie == null || cookie ==
Is the form validation on the server side? Is it done by PHP?
If 2x yes then turn off magic_quotes in your PHP configuration on your
server.
On Sep 18, 4:54 pm, Rama Vadakattu wrote:
> Can any one please recommend a powerful WYSIWYG (commercial/open
> source) editor which has a image upload capability.
What about TinyMCE? It seems good and I think it's easy to install new
(even your own) plugins :)
http://tinymce.moxiecode.com/
4 matches
Mail list logo