![]() |
Alexey admin 12/4/2006 |
Hi, <form method="POST" action="login.php"> Username: <input name=username size=20>
|
M
|
matteor author 12/4/2006 |
Hi, the way you chose to combine PHPRunner login form with your pages is very complicated. You need to have a strong knowledge of PHP to get this working. I recommend you to just put a Login form to your pages and use PHPRunner-created login.php to check the username and password. Here is the sample code for the login form. Just put it to your page. Add a relative path to action="login.php" if needed.
$query1="SELECT * FROM _griglie WHERE id_prodotto='$id_prodotto' ORDER BY ordine ASC";
$query1="SELECT * FROM _griglie WHERE id_prodotto='$id_prodotto' ORDER BY ordine ASC";
|
![]() |
Alexey admin 12/5/2006 |
I'm afraid we can not help you to fix errors in the code not created by PHPRunner. |
M
|
matteor author 12/5/2006 |
I'm afraid we can not help you to fix errors in the code not created by PHPRunner.
|
![]() |
Sergey Kornilov admin 12/5/2006 |
No, PHPRunner don't modify php.ini file. |
M
|
matteor author 12/6/2006 |
No, PHPRunner don't modify php.ini file. PHPRunner uses Smarty engine that increases error_reporting level. I recommend you to fix this error in your code.
|
![]() |
Alexey admin 12/6/2006 |
Yes, |