Hello, PHP master.
I'm newbie in PHP.
And I have a question about PHP coding.
I have table in my database. Like this : download/file.php?id=1505&mode=view
And I have to show the value of ticket_code in my page. Like this: download/file.php?id=1504&mode=view
Both of images are also in attachment files.
I need help to create the PHP code for this case.Note:
[*]the value of ticket_code can be changed. So, if the value of ticket_code increase for each ticket_type, the number of box for
ticket_code also will increase. If value of ticket_code decrease, the number of box for ticket_code also will decrease.
[*]Each ticket_code contains of a direct link to the form that show information about the ticket_code, such us ticket_price etc.
Does anybody have any idea about it? Please help me. :help:
Firstly, thanks for your attantion.