Skip to content

PHPCODER.TECH

Code for All <?= ?>
  • Tools
    • PHP Editor
    • Letter and Word Counter
    • IP Lookup
    • FB Video Downloader
  • Frameworks
    • Laravel
    • Codeigniter
  • How To
  • PHP
    • PHP Beginners
    • WordPress
  • HTML/CSS Codes
  • My Store
    • PHP Books
    • Watch Store
    • Mobile Store
  • All Articles

PHPCODER.TECH

Code for All <?= ?>
  • Tools
    • PHP Editor
    • Letter and Word Counter
    • IP Lookup
    • FB Video Downloader
  • Frameworks
    • Laravel
    • Codeigniter
  • How To
  • PHP
    • PHP Beginners
    • WordPress
  • HTML/CSS Codes
  • My Store
    • PHP Books
    • Watch Store
    • Mobile Store
  • All Articles

Check If String Contains Exact Match in JavaScript

  •  Bikash
  • February 20, 2021February 20, 2021
  • How To, PHP Beginners

To Check If String Contains an Exact Match in JavaScript, we use 2 methods where we use two main JavaScript built-in functions. One is split() and second is RegExp method.… Read More »Check If String Contains Exact Match in JavaScript

Check If Folder Or File Exists Using JavaScript

  •  Bikash
  • February 17, 2021February 17, 2021
  • 1 Comment
  • How To

To check if Folder Or File Exists Using JavaScript, we use XMLHttpRequest() function to open that URL or file path which gives some status about the file. Check live view… Read More »Check If Folder Or File Exists Using JavaScript

Detect URL Change in JavaScript Without Refresh

  •  Bikash
  • February 16, 2021February 16, 2021
  • PHP Beginners

To Detect URL Change in JavaScript Without Refresh we use MutationObserver() function. And JavaScript location.href functionality.. Before we go through the source code of Detect URL or DOM Change in… Read More »Detect URL Change in JavaScript Without Refresh

How to Open an External URL in PHP

  •  Bikash
  • February 13, 2021February 13, 2021
  • Core PHP, How To

To open an external URL in PHP, we use cURL which is a PHP library. cURL is also a command-line tool that is used to send files and download data… Read More »How to Open an External URL in PHP

How to Convert Number to Words in PHP Ajax

  •  Bikash
  • February 12, 2021February 12, 2021
  • Core PHP, How To, PHP Beginners

To Convert Number To Words in PHP Ajax, we use numfmt_create() and numfmt_format() function. Both functions are inbuilt PHP functions which also part of Human Language and Character Encoding Support.… Read More »How to Convert Number to Words in PHP Ajax

Set DateTime With FileName While Uploading in PHP

  •  Bikash
  • February 11, 2021February 11, 2021
  • Core PHP, How To, PHP Beginners

To Set DateTime With FileName While Uploading in PHP here is only 3 steps to append a timestamp to the filename in PHP, Create a HTML form with input file… Read More »Set DateTime With FileName While Uploading in PHP

Convert String to Array in PHP Without Explode

  •  Bikash
  • February 4, 2021February 4, 2021
  • How To, PHP Beginners

To Convert String to Array in PHP Without Explode we use for loop to count the number of words on the sentence. Create a blank array to store the words… Read More »Convert String to Array in PHP Without Explode

Get Second And Third Word from Strings in PHP

  •  Bikash
  • February 2, 2021February 2, 2021
  • 1 Comment
  • Core PHP, How To, PHP Beginners

To Get Second And Third Word from Strings in PHP we use PHP’s inbuilt function named as explode() function. Before we check the source code to get any word from… Read More »Get Second And Third Word from Strings in PHP

Get Current City State and Zip Code Using PHP

  •  Bikash
  • January 24, 2021January 24, 2021
  • PHP Beginners

To Get Current City, State, and Zip Code Using PHP using PHP, we use IP Geolocation API to get the data of Current City, State, and Zip Code as well… Read More »Get Current City State and Zip Code Using PHP

How to Encrypt and Decrypt Image Path in PHP

  •  Bikash
  • January 21, 2021January 21, 2021
  • 3 Comments
  • Core PHP, How To, PHP Beginners

To Encrypt and Decrypt Image Path in PHP, we use 3 main PHP inbuilt functions, file_get_contents() Function: The file_get_contents() function is PHP inbuilt function that can help to read files… Read More »How to Encrypt and Decrypt Image Path in PHP

Export MySQL Data to Excel in PHP Using Ajax

  •  Bikash
  • January 19, 2021January 19, 2021
  • 3 Comments
  • Core PHP, How To, PHP Beginners

Export MySQL Data to Excel in PHP Using Ajax, for doing this task we have to follow 4+ steps where we create a table to show the data and then… Read More »Export MySQL Data to Excel in PHP Using Ajax

How to Get HTML Tag Value in PHP

  •  Bikash
  • January 17, 2021January 17, 2021
  • 7 Comments
  • Core PHP, How To

In this particular, How to Get HTML Tag Value in PHP, article we use the PHP DOMDocument Class which represents the HTML or XML document also serves as the root… Read More »How to Get HTML Tag Value in PHP

How to Keep Value After Page Reload in PHP

  •  Bikash
  • January 15, 2021January 15, 2021
  • 4 Comments
  • Core PHP, How To

On this task, How to Keep Value After Page Reload in PHP, 2 major things we have to know about, PHP Session Inline If Else Condition Use of PHP Session… Read More »How to Keep Value After Page Reload in PHP

Count Number of Visits Using PHP Cookies

  •  Bikash
  • January 12, 2021January 12, 2021
  • 1 Comment
  • Core PHP, How To

In this Count Number of Visits Using PHP Cookies task, first, we have to know what are the cookies in PHP. After I brief you about PHP cookies you can… Read More »Count Number of Visits Using PHP Cookies

  • 1
  • 2
  • 3
  • …
  • 9
  • Next »

PHPCODER.TECH | Powered by WordPress

Exit mobile version