Viking gear
Gear Gifts and Apparel
PHP Gallery
PHP Gallery is a free php image script.
Evil gear
Christmas is almost here
Goth and Gore Gifts
Shop right now or else!

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 process or run thru another function this
ran thru encrytion

display process form values
print-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