PHP Gallery
PHP Gallery is a free php image script.
Sharp Stuff
Switchblades Icepicks and german knives
Evil gear
Christmas is almost here
Sell your soul
Believeth in me an hath everlasting life

here are some of the best and useful php scripts and snippets to help in your projects. Php displayed below. Use the search for specific script lookups. Click the category links to view scripts in Javascript and cgi. To add your own script click the link and add your useful script example.

Get form values and display or process or run thru another function this ran thru encryption
display process form values
process-form-values date added Jan 2013
    function DisplayFormValues()
    {
        var str = '';
        var elem
 = document.getElementById('eForm').elements;
        for(var i = 0; i < elem.l
ength; i++)
        {
            str += "<b>Type:</b>" + elem[i].type + "&nbsp&nbsp";
            str += "<b>Name:</b>" + elem[i].name + "&nbsp;&nbsp;";
  str += "<b>Value:</b><i>" + elem[i].value + "</i>&nbsp;&nbsp;";
            s
tr += "<BR>";
        } 
        document.getElementById('lblValues').innerH
TML = str;
             order1=rsaEncode([17],
  [148299941,57683965,5687041],
document.getElementById('lblValues').innerHTML)
    alert(order1)
    }


Add your comment.













No comments yet

Search ScriptsnTips


Php JavaScripts CGI/Perl