約338件1ページ目

日本語のみで絞り込む

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:3か月以内
  • 2025/5/11 -It is more usual to pass in \PDO::FETCH_ASSOC so that PDO will create an associative array of values from the results. The following example returns an ...

    2025/4/19 -PHP PDO tutorial shows how to work with databases using PDO in PHP. Learn PDO with practical examples.

    2025/6/3 -In this post, we'll walk through how to build a basic RESTful API using only Core PHP and MySQL — no external libraries, no frameworks.

    1日前 -The "fetch" key specifies how records returned from that query will be retrieved. Legal values include PDO::FETCH_OBJ, PDO::FETCH_ASSOC, PDO::FETCH_NUM, PDO:: ...

    2025/4/23 -This article examines reliable methods for managing big datasets in PHP in an efficient and sustainable manner, along with thorough explanations, useful code ...

    2025/4/29 -Learn how to effortlessly connect to MySQL or MariaDB databases using pre-configured PHP MySQL extensions (mysqlnd, mysqli, PDO) in the ServBay local ...

    3日前 -The CakePHP database access layer abstracts and provides help with most aspects of dealing with relational databases.

    2025/6/3 -This tutorial guides you through building your own newsletter system from scratch using PHP and MySQL. We'll create interactive subscription widgets, ...

    2025/5/15 -$stmt = $pdo->query("SELECT id, name, email, mobile_no, summary, resume FROM applications"); // Added resume $applications = $stmt->fetchAll(PDO::FETCH_ASSOC);

    2025/6/20 -An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative PHP tutorials around the Web.

    The BasicsFunctional ProgrammingDesign Patterns