Hi,

Sean Robertson wrote:

I need to be able to send the commands from a PHP script.  There is no
way that I know of to handle the login and execute commends on the HTML
pages from a PHP script.


I you can exec GNU wget from your PHP script, then this command might be a hint.


$ wget -O /dev/null \
"http://server/mailman/admin/list?adminpw=passwd&description=New+Desc";

Have fun.

--
Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp
http://weather.is.kochi-u.ac.jp/


------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

Reply via email to