Cookie JS, JQuery SET & Remove, Delete
What are Cookies? Cookies are data, stored in small text files, on your computer, today cookie for JS , JQuery. When a web server has […]
What are Cookies? Cookies are data, stored in small text files, on your computer, today cookie for JS , JQuery. When a web server has […]
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, […]
Get information link external status OK, 200 or Redirect 301, 302 + bed response url 404 or 500 with php code cURL, this very fast […]
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 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 […]
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″> […]
AJAX terdiri dari beberapa teknologi web dan pemrograman yang memungkinkan aplikasi web untuk bertukar data dengan server web secara asinkron. XHTML, HTML, dan CSS Extensible […]
standard function format ajax jquery $.ajax({ method: “POST”, url: url, data: data, contenType: Type, success: function(){}, error: function(){} }); for example html form send data […]
Sistem crud rest API client PHP Mysql sederhana, REST API PHP Mysql akan menampilkan data json dan memiliki rest untuk insert, edit, view, delete data […]
How to remove all symbol to string only in PHP, use preg_replace: preg_replace(‘/[^\p{L}\p{N}\s]/u’,”, $x) Sample remove all symbol end characters: <?php $x=’SSS abc saple sym@ […]