Page 202 - Open Soource Technologies 304.indd
P. 202
Web Technologies-I
Notes
so that the object is ready to be used.
next.php
<?php include_once(‘Log.inc’);
session_start( );
?>
<html><head><title>Next Page</title></head> <body>
<?php $now = strftime(“%c”);
$l->write(“Viewed page 2 at $now”);
echo “The log contains:<p>”;
echo nl2br($l->read( ));
?>
</body></html>
Figure 8.4 shows the output of next.php.
Figure 8.4: The Next Page
http://192.168.0.1?~gnat/test/next.php Google search
The log contains:
Created FriJan4 08:19:30 2002
Viewedfirst pageFri Jan4 08:19:30 2010
Viewedfirst pageFri Jan4 08:20:47 2010
Business Objects (Real Time Reporting)
Challenges:
• Real time operational reporting
• Significant effort and extensive delays to access information for better decision-making
• Sub-optimal Customer Service and relationship management
• Improve efficiency without adding headcount
Client uses its system that is hosted by the Parent in France. Client deals with selling,
Leasing and servicing the EFT machines to super markets, retail banks, retail shops and all
merchandise shops. Reporting was very inefficient and was very time consuming and due
to the dependency on the global team based out of France, Australian operation’s needs and
challenges were not attended to as a priority.
Contd...
196 LOVELY PROFESSIONAL UNIVERSITY