Setting Up WordPress on Ubuntu with Apache2, MySQL, and SSL
we’ll show you how to install WordPress, Apache, MySQL, and SSL encryption and also configure permalinks and apache site
Read Morewe’ll show you how to install WordPress, Apache, MySQL, and SSL encryption and also configure permalinks and apache site
Read MoreRazorpay Webhooks: Businesses need a strong and dependable system for processing payments and managing related events in the constantly changing world of online payments. Businesses can manage their payments with a full suite of tools from Razorpay, a top payment gateway in India. Webhooks, a key feature of Razorpay that enables you to get instant notifications about payment events, is one of its most important features. We’ll delve into the world of Razorpay PHP Webhooks in this article, learning what they are, how they operate, and how to integrate them…
Read MoreWhat is .htaccess? The .htaccess (Hypertext Access) file is an Apache distributed server configuration file. You can use the .htaccess file to set server configurations for a specific directory. .htaccess file is created in order to enable extra features for that subdirectory. Creating .htaccess: we have to create .htaccess in the application root path. But if you want only for a specific subpath then you can create in subpath too. Note: While adding urls, please replace all the example.com domains with your specific domain. Redirecting all URLs: The following line…
Read MoreYes! we faced this problem many times because previously in CPanel through PHP mail() function you could send mail within a domain. for example, using mail() script you could have sent mail from abc@getcodify.com to xyz@getcodify.com but now if your hosting company has enabled third-party mail delivery through PHP mail() script then you have to follow one simple step to send emails from your PHP mail script to third-party mail services like Gmail, Yahoo or outlook. After creating your email with your domain name you have to register the email which…
Read MoreSendinblue API can be used by platforms developed in various languages like PHP, Java, Node.js, Python, C# and Ruby. Integrating send in blue to your site PHP Before Starting If you want to know how to set up the send in blue dashboard before integration click link to know more: How to Integrate Sendinblue Transactional Email Download the SendinBlue SMTP Library “Mailin.php” from https://github.com/DTSL/mailin-smtp-api.git Simply copy that file to your PHP project / includes it your project then add below PHP code and configure. Arjun JSArjun is a Full-stack developer, who is…
Read MoreSend in Blue is one of the good campaign, Marketing, and Transactional Email integration system. Features of Send in Blue are: In Free Service only You Can Send 9000 emails/Month and there is no contacts limit to send (can send to 9000 unique contacts). Per day you can send 300 Email and 40 emails /hr, this may increase/decrease based the reputation you get from sendinblue. it is purely judge based on the emails you send. This all above is applicable if you are using a free version, if it’s an upgraded…
Read MoreNowadays responsive designs are must for better display of the websites and all prefer to use it. So in this, We have used a PHP class Mobile-Detect it uses the User-Agent string combined with specific HTTP headers to detect the mobile environment. Get this class file from GitHub. index.php Contains PHP code to detect device and redirect if the device is mobile or tablet. PHP with Ajax multiple file upload Arjun JSArjun is a Full-stack developer, who is fond of the web. Lives in Chikmagalur, Karnataka, India arjunckm.in
Read MorePlease go through the following steps to implement PHP with Ajax multiple file upload. Step 1: Create a file called index.php and add below codes Step 2: First create folder called “images”, and then create 2nd file called upload.php Click here for github file Repository Arjun JSArjun is a Full-stack developer, who is fond of the web. Lives in Chikmagalur, Karnataka, India arjunckm.in
Read MoreWhile Setting up the AWS or any other linux cloud hosting service there are many things we need to take care of while installing the LAMP stack to ubuntu. LAMP(Linux, APACHE, MySQL, PHP)? AMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache, MySQL, and PHP. Since the virtual private server is already running Ubuntu, the linux part is taken care of. Here is how to install the rest. Before Starting LAMP Installation you need to set…
Read MoreCreating Secure login page using PHP and MySQL
Read More