Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on a web development projet which runs on php and backend is oracle. I have created a form tat inserts user feed data into database with unique serial numbers and I have a separate form tat allows user to attach any attachment if required with unique timestamp id.
Now the problem tat I am facing is I want to fetch the unique serial id (sequence no.) from the database and the map it with the unique timestamp id so that if anyone clicks on the timestamp id it should open a attachment that is hyperlinked.
Please help me guys.

What I have tried:

I was able to fetch the unique timestamp id from the database but was not able to fetch the unique serial number(sequence id) from the database.I have created a trigger along with a sequence to insert the unique id before inserting data into database.
Please help me out guys.
Posted
Updated 28-Aug-18 4:45am
v2

1 solution

Users INCLUDE attachments WITH their "feedback"; they / you DON'T ADD IT LATER.

When was the last time you sent an Email and sent the "attachements" LATER?

Anything else is pointless complexity.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900