I'm newbie to PHP so bare with me.
On our intranet we maintain a web site that allows our business partners some administration tasks. The cgi is in Perl and the form is HTML/Javascript on UNIX OS running Apache. One particular page allows the business group to set up access accounts for users. It works well. The problem is this group wants a pre-populated password field. I found a Perl module that Generates Passwords. I'd need to embed the Javascript and HTML within the Perl cgi to get the page loaded with the password in the form.
If I'm heading towards more dynamic pages then well...maybe rewrite the page in PHP or even the whole app(once I figure out how). Can I install PHP and deal just with the password field population without a complete rewrite in PHP? My brand new OReilly book Programming PHP has a "system" function that hopefully will execute my Perl password generator, any helpful advise here would be much appreciated.
Thanks in advance! Eric
On our intranet we maintain a web site that allows our business partners some administration tasks. The cgi is in Perl and the form is HTML/Javascript on UNIX OS running Apache. One particular page allows the business group to set up access accounts for users. It works well. The problem is this group wants a pre-populated password field. I found a Perl module that Generates Passwords. I'd need to embed the Javascript and HTML within the Perl cgi to get the page loaded with the password in the form.
If I'm heading towards more dynamic pages then well...maybe rewrite the page in PHP or even the whole app(once I figure out how). Can I install PHP and deal just with the password field population without a complete rewrite in PHP? My brand new OReilly book Programming PHP has a "system" function that hopefully will execute my Perl password generator, any helpful advise here would be much appreciated.
Thanks in advance! Eric