1.8K Views
Recent Posts
Updated On Sat, Nov 12, 2022 (2 years ago)
Upload and save a file in to a database using PHP and MySQL. let's implement upload a file. create an upload form input file type <form method="post" action="" enctype="multipart/form-data"> <input type="file" name="File" id="File"> <button type="submit" class="btn" name="btn-upload">Upload</i></button> </form&g...
Updated On Sat, Nov 12, 2022 (2 years ago)
First when a user logged in put the logged in user in to a session $sql = "SELECT * FROM users WHERE (email='$email' OR username='$email') AND password='$password' LIMIT 1"; $result = mysqli_query($conn, $sql); if (mysqli_num_rows($result) > 0) { $row = mysqli_fetch_assoc($result); // get id of created user ...
Updated On Sat, Nov 12, 2022 (2 years ago)
How to Add a Visitor Counter to a Website using PHP and MySQL When a user visit a website and access the the content based on the IP address of the device and it will count the visitors. First create a table in MySQL database as shown in the picture below Then write a PHP code to count the visitor /*visitor counter*/ function...
Updated On Fri, Nov 04, 2022 (2 years ago)
<p>RESPONSIVE IN HTML </p>
Updated On Fri, Nov 04, 2022 (2 years ago)
<p>Article description is here</p>
Updated On Fri, Nov 04, 2022 (2 years ago)
<p>PHP </p>
Updated On Mon, Jun 10, 2024 (6 months ago)
Data insight using a Power BI is fun. 1. Performance Insight: - Performance insight refers to the analysis of various metrics and key performance indicators (KPIs) to evaluate the success or effectiveness of a particular aspect of a business, such as a product, marketing campaign, or team. - It involves monitoring and assessing metri...
Updated On Tue, Sep 05, 2023 (one year ago)
Button can simplify and organize your report Check live interaction here This Amazon Product Review Dashboard provides a comprehensive overview of product reviews, sentiment analysis, and key metrics to help stakeholders make data-driven decisions for product management, marketing, and customer engagement. It offers insights into product pe...
Updated On Tue, Sep 05, 2023 (one year ago)
Post/article description how to implement the application interface and make Analysis