- Home
- Tag: PHP
Posts tagged PHP
Tag: PHP
This Week in Neo4j – Web3, NFTs, PHP Dev, and Sports Data Science
Feed: Neo4j Graph Database Platform. Author: Andreas Kollegger. Surely the most exciting part of Web3 is that it brings us closer to Web4j, which will be entirely based on property graphs. Past decentralization, a great thing about graphs is that they have no center, or equally that every connected member is a center (has centrality). You are a center. The web will fold around you into your own pocket universe of information, applications, and transactions. (web1:Read)-->(web2:Write)-->(web3:Transact)-->(web4:Personal) Until that beautiful future, enjoy some reading about NFTs, SmartContracts, web development with PHP, and sports data science in this week’s edition of Twin4j ... Read More
Invoice Management System Using PHP & MySQL

Feed: Planet MySQL; Author: parvez alam; in this post, We will explain how to create your own invoice system with PHP & MySQL.It’s also called Billing Management Systems, we’ll create invoice, list all invoices and print invoice.I am extending my previous tutorials. I’ll add an invoice management system.What’s Invoice Management SystemsBecause the majority of transactions are now done online, invoice or billing management systems are increasingly popular. Every vendor and buyer now requires an invoicing system to manage online billing.in this article, we’ll cover following functionalities:Create a new InvoiceEdit a InvoiceListing invoicePrint InvoiceCreate Billing Management SystemsLet’s create a PHP project ... Read More
Is PHP Interpreter Still a Good Programming Language?
Feed: Featured Blog Posts - Data Science Central. Author: Subham Chattopadhyay. Hypertext Preprocessor, better known as PHP, is a programming language that has been around since 1994. With more than two decades of use and still going fairly strong today, there’s no doubt that it has some advantages – but how exactly does it compare to some of the other coding languages that have come out over more recent years? And is it still worthwhile, or is it common purely because it’s so well known? While you can find out a lot of information on PHP interpreters online e.g. at ... Read More
Ajax Datatable CRUD Operation Using PHP and MySQL
Feed: Planet MySQL; Author: parvez alam; in this tutorial, We’ll learn about how to add add, edit, delete functionality using Bootstrap 5, PHP and MySQL.I am extending previous tutorial Ajax Pagination with Search and Sort.We have already added functionality to listing, searching, and sorting into datatable, So Let’s add functionality to CRUD operation without page refresh.We have already added the CRUD button into the previous tutorial, we just add into them fucntionality.We will cover the following features in this Datatable Tutorial:Add Record into the DatatableEdit record into the DatatableDelete record from the datatablejQuery Datatable CRUD OperationYou will learn how to ... Read More
PHP MySQL Connectors — MySQLi, PDO, and/or X DevAPI
Feed: Planet MySQL; Author: Dave Stokes; Help!I am preparing a presentation for the Longhorn PHP conference titled PHP & MySQL -- How do PDO, MySQLi, and X DevAPI do what they do. This will be a comparison of using PHP with different MySQL Connectors. As far as I can tell there are no three way comparisons of mysqli, PDO, and the X DevAPI PECL extension. And much of the PDO versus myqli stuff looks to me like it has not aged well. I have good material in the raw presentation about overall features, parameters for prepared queries. And a good section on ... Read More
MySQL PHP Transaction
Feed: Planet MySQL; Author: Michael McLaughlin; 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 ... Read More
Dutch PHP Conference — Learn about using indexes versus histograms with MySQL

Feed: Planet MySQL; Author: Dave Stokes; The Dutch PHP Conference is June 17th and 18th and I am lucky enough to be presenting again this years. This is an amazing event to attend but this year it is virtual. At 10:00 to 13:00 CEST on the 17th I will be presenting on MySQL 8.0 Indexes, Histograms, and Other Ways to Speed Up Your Queries. This talk starts with assuming you are new to adding indexes or histograms, do not know how to find your query plan, and have not been introduced to ways of speeding up your database queries. Now if ... Read More
Deploy your own PHP application on OCI and MDS

Feed: Planet MySQL; Author: Frederic Descamps; Recently, I wrote several articles about how to deploy popular Open Source applications on Oracle Cloud Infrastructure and MySQL Database Service. Today we will see how you can deploy your own LAMP stack application using the same technique where L will stand for a compute instance (and why not the Ampere always free trier?), A stays Apache and will run in that compute instance. M stands for MySQL Database Service and P for PHP. As usual we start by deploying a Stack by just clicking on the deploy button from GitHub: The we are ... Read More
Andreas ‘ads’ Scherbaum: Devrim Gündüz
Feed: Planet PostgreSQL. Date: 12.04.2021 Tags: postgresql community enterprisedb edb london friends rpm redhat fedora centos Category: Interviews Interviewed by: Andreas Scherbaum PostgreSQL is the World’s most advanced Open Source Relational Database. The interview series “PostgreSQL Person of the Week” presents the people who make the project what it is today. Read all interviews here. Please tell us about yourself, and where you are from. I’m a community person. Ex-Turkey, now Londoner. Started using Linux in 1996, and PostgreSQL in 1998. Love to travel, listen to music, ... Read More
How to Fix WordPress Error Missing MySQL Extension Problem

Feed: Planet MySQL; Author: RoseHosting; If you have received the “Your PHP installation appears to be missing the MySQL extension which Is required by WordPress” error, then this tutorial will be able to help you fix that. This error is triggered when the PHP code in your site is not compatible with the version of PHP your WordPress site is currently using. More specifically, this problem is related to the outdated MySQL extension which was removed as of PHP 7.0. In this tutorial, we will help you fix the problem with the PHP missing MySQL extension error, and help you ... Read More
Recent Comments