Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~215 People Reached
Favorite Forums
Favorite Tags
Member Avatar for chili91

Here is the code for displaying the success approval date which retrieved from database:- <?php if(isset($_POST['find'])) { $dateid = $_POST['find']; $sql = "SELECT * FROM application as app INNER JOIN success_app as appdate ON app.app_id = appdate.app_id WHERE app.app_id = '$appid' AND app.date_id = '$dateid'"; $result = mysql_query($sql); echo "accept …

0
72
Member Avatar for chili91

Hi all, i would like to ask, if i have **3 tables in database** and i have a **search bar** in my web page to **search staff id** to update details. The staff id being searched in search bar is assume as **$search_id = $_POST['searchid'];** The 3 tables in database …

Member Avatar for coullone
0
143