![]() |
Sergey Kornilov admin 11/25/2016 |
Assuming that this unique code is a primary key of voucher table you can use something like this: $url = "vouchers_view.php?editid1=".$unique; |
M
|
Maven Consulting author 11/25/2016 |
The unique code is not the primary key, can we do it without primary key. Its a text field of 15 character. |