Topic : Website

Informasi seputar website, blog wordpress + google adsense, dibahas secara detail mendalam berdasarkan realita nyata.

What is cURL, Install in PHP

cURL, which stands for client URL, is a command line tool that developers use to transfer data to and from a server. At the most fundamental, […]

JQuery get id value dinamis

today this jquery get id value from dynamically Html sample : <input type=”text” id=”tag’+data.id+'” value=”val.id”> <input type=”text” id=”tag’+data.id+'” value=”val.id”> <input type=”text” id=”tag’+data.id+'” value=”val.id”>

Setup Auto delay timer Keyup Jquery

setup function jquery on keyup delay with timeout action to go,,, <script src=”https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js”> </script> <input type=”text” id=”barcode” placeholder=”###..” class=”form-control” name=”barcode” autofocus=”true” autocomplete=”off”> <p id=”msg”></p> <script […]

Post Ajax JQuery Upload Image, File PHP

Sumbit or Post file, image from Ajax JQuery + PHP it’s very simple code. Form HTML : <div class=”col-3 ml-3″> <h4>Register</h4> <form id=”sigup”> <div class=”mb-3″> […]