Re: [PHP] Who uses Mantis, please help!

2010-04-08 Thread Jonathan Vivero
Review your mantis mail settings. If I remember well, there are two possibilities, direct (pop3) mail or phpmailer. In www.mantisbt.org you can find all information you need. I've been in the same situation, and found out how to resolve it with success. 2010/4/7 Paul M Foster > On Wed, Apr 07,

Re: [PHP] how i assign a js variable to a php variable

2009-09-18 Thread Jonathan Vivero
And of course, sorry for my english!!! I correct!! Imagine you have an assoc. array that you encode with json and save into the > js var. Ok. > > This way is perfect. But you can do less with this values than using my > solution. Important: Each case is different, and may be studied in > particul

Re: [PHP] how i assign a js variable to a php variable

2009-09-18 Thread Jonathan Vivero
imagine you have an assoc. array that you encode with json and save in the js var. Ok. This way is perfect. But you can do less with this values than using my solution. Important: Each case is different, and may be studied in particular. You can not pass this myPHPvar javascript var as an input i

Re: [PHP] how i assign a js variable to a php variable

2009-09-18 Thread Jonathan Vivero
Or you can also do this way: on loading "; [...] echo " functino recalculateValue(){ var myText = document.getElementById("myphpvar"); var myValue = myText.value; /* operations with myText */ myText.value = myRecalcValue; } once changed, you choose how to proceed, maybe executing any other