Does anyone know how to do this... let say i have 4 tables in one database, each table has field name CODE that represent auto increment integer.
Example.
Tables Message_Title.
Code | Display_text
1 | Delete Password
Tables Feedback_Message
Code | Message
1 | Are you Sure want to delete it.
Tables ICON
Code | Icon_Image
1 | Delete.jpg
Tables Action_Button
Code | Button
1 | Yes
Okay...how can i create a function that calls a Display_Text, MESSAGE, Icon_Image and button by refering to the code field in each table.
USER KEY IN DATA EXAMPLE :
1,1,1,1
DISPLAY MESSAGE EXAMPLE :
DELETE PASSWORD
ARE YOU SURE WANT TO DELETE IT!. DELETE.JPG
YES ( button )
seriously i haven't experience in php function at all.. please assist me..
thanks in advance.