PHP Programming Tutorial

12 years ago

This is the posts where I’m going to cover tutorial and it is about InnoDB. MySQL database allows you to use a different MySQL storage Read More

12 years ago

What is Interface? We all know the PHP class support only single inheritance, Can you achieve multiple inheritance in it? The answer is no. You Read More

12 years ago

Almost all developers are heard about Triggers and all knows that MySQL support triggers and triggers are adding advantages to MySQL.Triggers are the SQL statements Read More

12 years ago

Functions play an important role for writing different PHP scripts and I believe, it is very good and specialized approach to design any PHP applications Read More

12 years ago

MySQL database is usually used to store data for PHP application and data are stored using the MySQL configuration and connection.Today I am going to Read More

12 years ago

Nowadays I am working on an application in WordPress and got many issues regarding character Encoding especially for German characters like (ä,ü,ë) and the ones Read More

13 years ago

PHP provides a number of predefined constants.PHP constants with the two underscores (__) are called the magic methods, which are not actually constants but has Read More

Most Popular Posts

Fine-tuning ChatGPT with Lang-Chain

Posted on 1 year ago

Bhumi

Event Delegation in jQuery

Posted on 9 years ago

Bhumi