Search Single String in All Files In this example command will search string “changeWfApprovalStatus” in all files in cd /opt/lampstack/apache2/htdocs/test/ directory and its sub-directories. 2. Restart Apache and Mysql Server If you are using Bitnami in centos then this code…
Index Page Error In Online Job Portal Project
Hello guys on my youtube channel (Host Programming ), which I uploaded the project of Job Portal. In it, a lot of viewers have problems with an error around line number 14. That error is something like this So I…
Login With Google In PHP
In this article, I’m going to Show you how to integrate login with Google in your PHP website. We have to use the Google OAuth API, which is a vary easy way to add Google login to your website .…
Flutter Create PDF Table
Hello Guys’ in this tutorial, I will teach you how to create a dynamically table in flutter pdf. I will use a plugin for this. Many times it happens that some records created pdf have to be displayed in tabular…
CERTIFICATE_VERIFY_FAILED Error while performing a POST Request In Flutter
When Sending a post request in Dart. It is giving a response when We test it on API testing tools such as Postman. But when We run the app. It gives the following error:- Here is what you need to…
Android WebView With Downloading File
In this tutorial we will handle downloading files from WebView, The Android java code below can be used to download any type of files to your Android device’s storage with the file’s original name, be it an .mp3, mp4,jpg or pdf,…