Hi, <form action="p.py" method="post"> <input type="text" name="username" /> <input type="submit" name="submit" /> </form>
Now how can i write the p.py to take the username after submit button click and display on webpage? How to run web server too? How can i make it work under apache2 ? #!/path/to/python3 ....... Any answer will be highly appreciated. Thanks.
-- http://mail.python.org/mailman/listinfo/python-list