PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
iam displaying list of details of employees from database... which displays limited data on the first page. I have created a hyperlink to the employee name. when user clicks on the particular employee name, it will displays all the details of the corresponding employee... Kindly know me how to figure this out. Below is the code wat i have done.Kindly suggest.
yes, we are developing employee expenses application. we will be having 2 forms. first form displays all the employees expense requests(this will show only few details i.e., employee id, employee name, expense amount etc.). when the approver clicks on the particular employee name (hyperlink will be activated to employee names) it opens a new form which shows complete details of the particular employee. All the data is being retrieved from the database.
So, on clicking on particular employee name, how to retrieve the complete details of the particular employee in another form??
kindly let me know.
iam even getting the employee id from the database. here, you have taken the employee id manually. But there will be huge list that will be displaying. so how to capture the particular employee id.
i have created the link to the employee name as below.
On Clicking on the corresponding link, when employeedetails.php form opens, iam getting the below error.
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING'