How to fetch messages from database in script PHP newsletter?

Asked By 190 points N/A Posted on -
qa-featured

I have a script PHP newsletter database and was wondering if it is possible to fetch messages from database and how it is done? Any kind of help would be appreciated.

SHARE
Answered By 10 points N/A #163469

How to fetch messages from database in script PHP newsletter?

qa-featured

 

Hi,

You can fetch messages from database using php. There are different pre-defined classes for every programming language. Similarly, php also has a certain set of pre-defined classes and methods using which you can create programs. These pre-defined classes are listed in the classes sheet of php. You can review these classes to create a code easily.

The pre-defined class to fetch messages from databases is the php email to db class. Using this class you can get the messages from email to the database. It also performs spam check by default to protect the database from spam. This class is used when you want to get email to the database to store it.

 

Related Questions