Results 1 to 10 of 13
Threaded View
-
26th Feb 2012, 11:53 AM #9OPMemberWebsite's:
heroturko.biz softpk.com gfxtra.biz hotfilegfx.comsir no this code is not work show this error
Catchable fatal error: Object of class DateTime could not be converted to string in G:\WampDeveloper\Websites\DefaultWebsite\webroot\d atabase\ins-view.php on line 455
455 Line is:
// set up a row for each record
echo "<tr class=$bgclass>";
and i am using code
PHP Code:$today = new DateTime("now");
// display records in a table
echo "<div class='mws-panel grid_8'>";
echo "<div class='mws-panel-header'><span class='mws-i-24 i-table-1'>Installation Report</span></div>";
echo "<div class='mws-panel-body'>";
echo "<table class='mws-datatable mws-table' id='example'>";
// set table headers
echo "<thead><tr><th>Date</th><th>Service Report No</th><th>Hospital Name</th><th>Description</th><th>Model No</th><th>Serial No</th><th>Date of Installation</th><th>PPM Due date</th><th>Warranty</th></tr></thead>";
while ($row = $result->fetch_object())
{
$bgclass = "gradeX";
$colorPrefix = '';
$colorSuffix = '';
$dateinsrep = new DateTime($row->dateinsrep);
$dinstall = new DateTime($row->dinstall);
$date = new DateTime($row->ppmduedate);
if ($today >= $date) {$bgclass = "expireWarn";}
$due = $date->format("d-m-Y");
$due = $dateinsrep->format("d-m-Y");
$due = $dinstall->format("d-m-Y");
// set up a row for each record
echo "<tr class=$bgclass>";
echo "<td>" . $dateinsrep->format("d-m-Y") . "</td>";
echo "<td>" . $row->servicereport . "</td>";
echo "<td>" . $row->hospitalname . "</td>";
echo "<td>" . $row->description . "</td>";
echo "<td>" . $row->model . "</td>";
echo "<td>" . $row->serial . "</td>";
echo "<td>" . $dinstall->format("d-m-Y") . "</td>";
echo "<td>" . $date . "</td>";
echo "<td>" . $row->warranty . "</td>";
echo "</tr>";
}
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Selling] Excellent Matrimonial Script| Complete readymade Matrimony Script Available
By matriscript4u in forum Marketplace (Buy, Sell and Trade)Replies: 0Last Post: 23rd Oct 2012, 02:54 PM -
[Selling] Mp3 Search Engine, File Host, SMS Script, Arcade Script, PDF Search Script, and More!
By Fileze in forum Completed TransactionsReplies: 12Last Post: 13th Mar 2012, 02:23 PM -
Greasemonkey script: Megaupload Premium Multifetch Script
By Dman in forum Webmaster ResourcesReplies: 46Last Post: 15th Dec 2011, 01:07 AM -
[Selling] Rslinkgens Premium link generator script V1 -Most advanced and viral script
By vccshopper in forum Completed TransactionsReplies: 0Last Post: 24th Jun 2011, 08:10 PM -
[Selling] A.A.S. (Adult Automated Script For ClipBucket Video Script)
By tangi in forum Completed TransactionsReplies: 0Last Post: 25th Mar 2011, 12:45 PM
themaCreator - create posts from...
Version 3.51 released. Open older version (or...