1 Replies - 529 Views - Last Post: 20 March 2012 - 01:47 PM Rate Topic: -----

#1 CodyWD   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 26
  • Joined: 21-February 10

Edit portions of online webpage

Posted 18 March 2012 - 10:24 AM

So I'm making a report issue dialog, and I have a mantis bugtracker installed on my website. I want to make it where I can edit certain sections of the webpage (such as the severity drop-down combobox) with selected items from my program (like the severity drop-down combobox) in my program. I don't know how to do this, or if it is even possible.

Thanks in advance!

-Cody
Is This A Good Question/Topic? 0
  • +

Replies To: Edit portions of online webpage

#2 Choscura   User is offline

  • D.I.C Lover


Reputation: 478
  • View blog
  • Posts: 2,267
  • Joined: 18-October 08

Re: Edit portions of online webpage

Posted 20 March 2012 - 01:47 PM

Let me get this straight. You want to edit certain selections with selected items from your program, in your program?

What you need (first) is a server that is running python. Since this is such a "duh" requirement, I'll move on and assume that you know this and have taken care of it.

The next important thing to know is how your website is built, and this one is a game-stopper, and every further part of any answer depends on knowing something about this. I'm assuming that this is a PHP site, since Mantis is a PHP application? If this is the case, as much as I would like to toot Python's horn, PHP is probably what you should be using for this.

If this still doesn't help, please clarify some of the details about how your site is organized.

also: Toot!
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1