function autogeneratepassword(params) {
	this.chartype_upper 	= params.chartype_upper 
	this.chartype_lower 	= params.chartype_lower 
...

JavaScript Cpanel like password generator

by armano.myopenid.com, January 13, 2010 03:05, 4 refactorings, tagged with password generator, autogenerate password, cpanel

Good day guys,
Ive jst mad...

1cd9c8984f2fdeb996130d54d62a98d9 Talk

PHP On Decode this ? I will give y...

by armano.myopenid.com, December 14, 2009 18:46

the output is echoing "Hell...

1cd9c8984f2fdeb996130d54d62a98d9 Talk
<?php
// $arraydata contains the mysql results in array 

...

PHP array to csv

by armano.myopenid.com, December 07, 2009 13:35, 8 refactorings, tagged with php, csv

hi guys, is there other bet...

1cd9c8984f2fdeb996130d54d62a98d9 Talk
<a href="#" class="view-code" >view code</a><a href="#" class="view-code"  style="display:none">hide code</a><br  />
<div class="tool_block" style="display:none" >
<code class="buttons" >&lt;a href=&quot;javascript:q=(document.location.href);t=(document.title);void(open('http://mvcforge.com/submit?url='+escape(q)+'&amp;title='+escape(t),'','resizable,location,menubar,toolbar,scrollbars,status'));&quot; title=&quot;Submit to MVCForge&quot; alt=&quot;Submit to MVCForge&quot;&gt;&lt;img src=&quot;http://mvcforge.com/themes/mvcforge/images/forge-btn.png&quot; alt=&quot;Submit to MVCForge&quot; /&gt;&lt;/a&gt;</code>
...

JavaScript Show / Hide Code in Javascript

by armano.myopenid.com, February 14, 2009 15:03, 8 refactorings, tagged with jquery, showhide, toggle

hi guys,
i just want to sh...

1cd9c8984f2fdeb996130d54d62a98d9 Talk
<?php
/* 
Return a string representation of an array [1,2,3] of the form  "1,2,3" 
...

PHP From array to list

by armano.myopenid.com, January 23, 2009 02:41, 5 refactorings

Hi guys,
Is there other wa...

1cd9c8984f2fdeb996130d54d62a98d9 Talk

PHP On check for valid url

by armano.myopenid.com, January 16, 2009 17:24

@stout very impressive!! i ...

1cd9c8984f2fdeb996130d54d62a98d9 Talk
<?php
    function isvalid_url($url) 
    {
...

PHP check for valid url

by armano.myopenid.com, December 15, 2008 02:25, 15 refactorings, tagged with url

Hi everyone..is there other...

1cd9c8984f2fdeb996130d54d62a98d9 Talk
<?php
/*
E.g:
...

PHP remove http from url string

by armano.myopenid.com, November 11, 2008 04:09, 15 refactorings, tagged with url, short url, remove http

Ive made a function simply ...

1cd9c8984f2fdeb996130d54d62a98d9 Talk