Danh mục

Professional PHP Programming phần 8

Số trang: 86      Loại file: pdf      Dung lượng: 2.47 MB      Lượt xem: 24      Lượt tải: 0    
Xem trước 9 trang đầu tiên của tài liệu này:

Thông tin tài liệu:

Tham khảo tài liệu professional php programming phần 8, công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả
Nội dung trích xuất từ tài liệu:
Professional PHP Programming phần 8Simpo PDF Merge and Split Unregistered Version - http://www.simpopdf.com } // End of while F inally we redirect the client to u ser_admin.php p age. header(Location:http://$HTTP_HOST/$DOCROOT/user_admin.php); ?> Viewing the Transactions of a User T he script v iew_transactions.php d isplays the transactions of a user as shown in an earlier screenshot, for example, when the administrator clicks on a users link, such as h rawat, t o view the transactions of the user Harish Rawat. Transactions of the User !! TEAM FLY PRESENTSSimpo PDF Merge and Split Unregistered Version - http://www.simpopdf.com Records of user : T o get the details of the user $ user-id f rom the u ser_profile t able: Simpo PDF Merge and Split Unregistered Version - http://www.simpopdf.com ?> Order No. Item No. Quantity Date Status Simpo PDF Merge and Split Unregistered Version - http://www.simpopdf.com ?> Transactions of the Day T he script t ransaction_admin.php i s executed on the web server when the administrator clicks on the T ransactions l ink from any of the pages of the application. This page displays all the transactions of the day. The administrator can change the status of the transactions to S hipped , after the items are shipped to the user. The script code of t ransaction_admin.php l ooks like this: Simpo PDF Merge and Split Unregistered Version - http://www.simpopdf.com { $users[$user_count] = $row[user_id]; $user_count++; } mysql_free_result($result) ; ?> T he following draws the HTML page shown in an earlier screenshot. Transactions of the day !! T he script now creates a form for shipping with s hip_order.php a s the actioned script. TEAM FLY PRESENTSSimpo PDF Merge and Split Unregistered Version - http://www.simpopdf.com   Check to Ship Order User Order No. Item No. Quantity Status F or all users, display their transactions of the day: Simpo PDF Merge and Split Unregistered Version - http://www.simpopdf.com ?> Simpo PDF Merge and Split Unregistered Version - http://www.simpopdf.com Shipping the Order T he script s hip_order.php i s executed on the web server when the administrator clicks on the S hip Order b utton in the transactions page. This script changes the status of the transactions of the selected users from P ending t o S hipped . ...

Tài liệu được xem nhiều:

Tài liệu có liên quan: