Mysql
 sql >> डेटाबेस >  >> RDS >> Mysql

PHP foreach कोड के साथ एक कैलेंडर पॉप्युलेट करना

इसे यह करना चाहिए:

$dates = array();

// build an array with that data
foreach($events as $event)
  $dates[] = (object)array(
     'date'  => date('Y/m/d'),
     'title' => $event->title,
     'desc'  => sprintf('<a href="%s/index.php/events/get_event?id=%s">Details/Signups</a>', SITE_URL, $event->id),
  );

?>

eventdates:

<?php print json_encode($dates); // print it as a json string ?>



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. PHP mySQL simpleHTMLDOM का उपयोग करके डेटा सम्मिलित करते समय किसी गैर-ऑब्जेक्ट पर किसी सदस्य फ़ंक्शन को ढूंढें() पर कॉल करें

  2. डेबियन 8 . पर MySQL कैसे स्थापित करें

  3. मैं MySQL डंप में इन टिप्पणियों से कैसे छुटकारा पा सकता हूं?

  4. डेटाबेस के साथ PHP OOP मुद्दा

  5. पायथन - एसक्यूएल कनेक्टर:अपडेट काम नहीं करता