Redirecting an output of a python script to a page on WordPress

I have a python script that works correctly and is called by a page in my WordPress website. This script generates a table that I wish to be generated inside a WordPress page and not in an outside HTML page.

Tha page that calls the script is this (it’s in Portuguese, but it generates the Moon Phases to an year. Just enter some yer in the box “Ano” and click the “Gerar Fases da Lua” button):

Read More

http://astronomia.blog.br/efemerides/fases-da-lua/

The output for 2013 is like this:

http://astronomia.blog.br/cgi-bin/efemerides/fssl.py?mform_ano=2013&mform_epoca=2000&mform_fuso=EBST

So, I want to redirect this output to a page inside the site, not an outside page like that. Anyone can help?

Related posts

Leave a Reply