S
|
swanside author 10/21/2016 |
Basically Hi all I am having a bit of a dilemma with an idea. I want to allow a user to log a request in my database. When they press save, I then want it to generate the URL to that logged job on the view page into a QRCode. So basically the person logs in. Adds a new job and presses save. It then takes them back to list. If they view what they have just entered I want a QRCode with the URL to what they have viewed. So in my SQL I have SELECT ID, Username, DateOfJobRequest, DescriptionOfJob, Page URL FROM Job So the Page URL with hold the URL to the view page. Any ideas please? Cheers Paul. |
![]() |
Sergey Kornilov admin 10/21/2016 |
The typical View page URL looks like this: tablename_view.php?editid1=XXXX
SELECT |
S
|
swanside author 10/21/2016 |
Cheers Sergey. The typical View page URL looks like this: tablename_view.php?editid1=XXXX
SELECT |