![]() |
Sergey Kornilov admin 4/16/2007 |
What is the idea of passing parameters to the Add page? |
P
|
psychodad71 author 4/17/2007 |
I've a report which shows different kpi (key perpormance indicators) for each year and each month. The last field of the each row shows a link which calls the edit.php / add.php of the phprunner. Some of these kpi should be added /edited manually by the user. If the key is already there it should only be edited. |
![]() |
Alexey admin 4/17/2007 |
Hi, @$_GET["editid1"]@$_GET["editid2"] @$_GET["editid3"]
|