Guest Posted May 27, 2003 Posted May 27, 2003 I am trying to have a login/password box from my main website... but im having no luck... here's the code action="https://1.1.1.1/login.php/action/process?osCsid=0c0bb8c2042c2252295dad361687ec50" method="post"> keeps saying page cannot be found...
Daemonj Posted May 27, 2003 Posted May 27, 2003 That is because it should be: action="https://1.1.1.1/login.php?osCsid=0c0bb8c2042c2252295dad361687ec50" method="post"> "Great spirits have always found violent opposition from mediocre minds. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - A. Einstein
Guest Posted May 28, 2003 Posted May 28, 2003 I tried that code... didnt work... it just came on to the user login screen. Check out the site, see if you see something wrong... http://www.ziliconvalley.com/PYS/ thanx
Daemonj Posted May 28, 2003 Posted May 28, 2003 Very nice site that you have there. Make your form tag look like: <form action="http://www.ziliconvalley.com/PYS/ login.php?action=process" method="post"> and let me know how that does. "Great spirits have always found violent opposition from mediocre minds. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - A. Einstein
Guest Posted May 28, 2003 Posted May 28, 2003 That worked great, thanx for the help and on the compliment, that site is my baby :)
Daemonj Posted May 28, 2003 Posted May 28, 2003 Well it sure looks like you have taken good care of it. I take it that you did all of the modifications and graphics yourself? "Great spirits have always found violent opposition from mediocre minds. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - A. Einstein
Guest Posted May 28, 2003 Posted May 28, 2003 the layout and most of the graphics are mine... some are from my graphic designer...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.