Skip to content
Padhmanaban R
SSE & Blogger from Bengaluru, India. Strong expertise in React JS, React Native, JavaScript, LAMP Stack & Web Development.
  • Home Page
  • React JS
  • PHP/MySQL
  • Programming Quiz
  • Solutions
  • Archive
  • Contact Me

Tag: php

Using PHP Combine Multiple CSV Files into One CSV File

February 6, 2021 Padhmanaban

Use below PHP Script to merge Multiple CSV files into one master CSV file and optional to remove CSV header…

Continue Reading →

Posted in: PHP/MySQL Filed under: php, php combine csv data, php csv library, php merge csv file

PHP Namespaces Explained

April 28, 2019 Padhmanaban

Namespace benefits, avoiding name collision when we integrate from different resources like third party libraries & packages. Define a namespace:…

Continue Reading →

Posted in: PHP/MySQL Filed under: php, php autoloader, php import namespace, php name collision, php namespaces, php tutorial, php use keyword

Printf Function in PHP

August 14, 2015 Padhmanaban

printf() Output Formatting Printf() output a formatted string that specified in args, except that the output is formatted according to format. The %…

Continue Reading →

Posted in: PHP/MySQL Filed under: php, php display error, php output formatting, printf function in php

Send SMTP E-Mail Using PHPMailer

August 6, 2015 Padhmanaban

PHPMailer is the most popular code for sending email from PHP. It involves simple integration technique to send a email.…

Continue Reading →

Posted in: Solutions Filed under: php, php mail script, php smtp, PHPMailer

Difference Between Echo and Print in PHP

August 5, 2015 Padhmanaban

Print() print() is capable of displaying both strings and variables. print() returns a Boolean Type, expresses a true value. Echo()…

Continue Reading →

Posted in: Solutions Filed under: php, php echo, php output, php print

Post navigation

Page 1 of 2
1 2 Next →
Copyright © 2023 Padhmanaban R