About 3,600,000 results
Open links in new tab
  1. A simple user profile page using PHP and MySQLi - GitHub

    A simple User Profile PHP Script. A PHP script to implement a user profile system where a user can register and create his own portfolio.

  2. Simplest way to profile a PHP script - Stack Overflow

    To enable profiling, install the extension and adjust php.ini settings. Some Linux distributions come with standard packages (e.g., Ubuntu's php-xdebug package). In our example, we will run the profile …

  3. Simple User Profile With Update Profile Info Using PHP/MYSQL

    Jul 20, 2020 · I will teach you to create a Simple User Profile With Update Profile Info Using PHP/MYSQL. This article can answer the question posted in StackOverflow about how to view user’s …

  4. PHP User Profile Example - CodePal

    Nov 24, 2023 · This is a PHP code example that demonstrates how to create and view user profiles in a database. The code defines a UserProfile class that represents a user profile with basic information …

  5. Profile Implementation in PHP - code.mu

    Profile Implementation in PHP Let's now implement viewing a user profile. By profile, we mean the information that this user provided during registration. Let's make it possible to view the profile of any …

  6. How To Create A Login And User Profile Page Php

    May 6, 2024 · Creating a login and user profile page in PHP requires a combination of HTML, PHP, and database interactions. By following the steps outlined in this article, you can create a secure and …

  7. phpBB • 3.3.12 Can one Remove mode=viewprofile

    Aug 9, 2024 · You can't remove the mode=viewprofile because the member list controller uses that value for mode to determine which type of member list page to use. You could possibly find an …