Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to display next page in perl?
Name: Naveen Date: May 2, 2005 at 02:50:59 Pacific OS: Winxp CPU/Ram: p4 512
Comment:
hi, I've got a login page written in perl which takes username n pswd frm user n validates it from the mysql DB. if the pswd is ok it shows "welcome" else "incorrect paswd". Now wt i want is two buttons in welcome page "View Profile" and "Update Profile" clicking upon which the user is directed to either page. where do i write the code to call these pages and what code exactly should be written?? the profile will fetch data from Db and update will also happen in db Thank You naveen
Name: Naveen Date: May 2, 2005 at 04:28:36 Pacific
Reply:
in fact, i'd like to know that how can we pass arguments(for user name in this case) along with the form tag, to be submitted to the called script so that it can execute a query based upon that argument (provided by the main script) and disply the result
Summary: hi, i'v just started learning perl and have a project which requires mysql in the backend. To start with i need to display all the rows of a table (select* from table) in an html page and the scripti...
Summary: I am writing a shell and I need to write a built-in command, 'pid' that will print the pid of the shell. I cannot for the life of me figure out how to only display the shell's pid. Can someone pleas...