Hello, I want to display the results of the relevant student by querying the student's number from the site, the student exam results that come as a PDF file.

Is there a wordpress plugin that can do this? Or basic code.

Recommended Answers

All 2 Replies

You could create a custom plugin for this. Would need to know more about where the files are hosted and where you retrieve the student number from.

I worry here that you wrote about a plugin. Also there was a similar question over at Techrepublic where the data source was PDF. This won't be trivial as in "plugin." You'll have to design your solution then research how to read PDFs in PHP code. I suggest you break this down to some backend that reads those PDFs on a schedule and places them into a database so you can use the usual SQL actions.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.