>
>
>
>
>
> So your "form" object in Python should set the action as the path to the Perl
> program.
>
>
>
> --
> Octavian
>
>
> - Original Message -
>
> From: "Mulla"
>
> Newsgroups: comp.lang.python
am.
--Octavian
- Original Message -
From: "Mulla"
Newsgroups: comp.lang.python
To:
Sent: Friday, August 31, 2012 11:40 AM
Subject: Call perl to store data in DB
> hey,
>
> when i submit the form in html , the entered data (fname,lanme,uname.)all
> have to come
On 31/08/2012 09:40, Mulla wrote:
[snip]
how can I do this ...>>?
Look forward for hear from you soon
Thank You
Search the archives as it's the fourth time the question has been asked
within a few weeks.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
hey,
when i submit the form in html , the entered data (fname,lanme,uname.)all
have to come in perl script to store that data in DB.
Python View.py
def ProfileRegistration(request):
if request.user.is_authenticated():
return HttpResponseRedirect('/profile/')
if request.met