Click to See Complete Forum and Search --> : logon


zclyatt
07-16-2003, 07:27 AM
i have used a javascript to password protect the successful payment page in my website which can only be accessed after clicking a paypal "buy now" button and completing the information.
now i need a member login on the homepage which will only accept the user id and password submitted after payment. can i script in the login button again on the homepage, or do i need a another script? Please Help.

AdamBrill
07-16-2003, 08:01 AM
You shouldn't use JavaScript for that; you should use server-side code. I use PHP, but you can use whatever you want...