To convert a PHP variable to Base64 String we can make use of base64_encode() function,
Syntax : String base64_encode(String $var);
Code Examples :<?php
$data = "This is the text to be converted to Base64 string @ $ % ^ & * #@ %& &* &^( " ;
$base64EncodedData = base64_encode($data);
echo $base64EncodedData;
?>
Output : VGhpcyBpcyB0aGUgdGV4dCB0byBiZSBjb252ZXJ0ZWQgdG8gQmFzZTY0IHN0cmluZyBAICQgJSBeICYgKiAjQCAlJiAmKiAmXigg
More Posts related to PHP,
- PHP Code for sending Emails
- PHP drag and drop file upload tutorial using dropzone.js
- Delete file using PHP code : unlink()
- Save current timestamp in MySQL using PHP mysqi binding
- Failed to load resource: net::ERR_CACHE_MISS PHP
- PHP Warning: Cannot modify header information - headers already sent
- PHP header location function not called
- How to destroy PHP session()
- Upload docx file using PHP script
- Call PHP function on Button click using jquery ajax
- Upload Pdf file using PHP Script
- 403 forbidden error for Image
- PHP Base64 encoding decoding a variable
- PHP 301 Redirect Permanently
- Copy file from one directory to other in Php
- PHP Script to Upload Images to Server
- Installing vue.js in Laravel 8
- PHP Fatal error : Call to a member function bind_param() on a non-object
- PHP.ini: How to Remove URL Forward Slash Before Single or Double Quotes
- macOS - cannot calculate MAC address: Using fd 9 hv_vm_create HV_ERROR [PHP XAMPP]
More Posts:
- CentOS Cannot find a valid baseurl for repo base7x86_64 yum - HowTos
- Clone a particular remote brach using git clone command - Git
- How to Right Click on Mac Desktop? - MacOS
- List of Java JDBC Database Driver Jars, Classes and URLs Details - Java
- Auto Refresh Webpage after every x Second or Minute using Meta Tag? - Html
- List of jar files for Jax-ws (SOAP) based Java Web Services - Java
- [Fix] Docker Error response from daemon: manifest for :latest not found: manifest unknown - Docker
- [Android Studio] failed to find Build Tools revision 23.0.0 rc1 - Android-Studio