March 18, 2013

How to create a dictionary using PhP and MySQL?

Question by user1888673

How to fetch keywords (fields) and definition (records) in a MySQL database using PHP? Thank you.

Answer by Starx

Here is the query that will give you this.

SELECT * FROM dictionary WHERE fields='yourword';

Assuming, you have a table named dictionary.

Author: Nabin Nepal (Starx)

Hello, I am Nabin Nepal and you can call me Starx. This is my blog where write about my life and my involvements. I am a Software Developer, A Cyclist and a Realist. I hope you will find my blog interesting. Follow me on Google+

...

Please fill the form - I will response as fast as I can!