Web Developers Portal

learn and share

Monday, 6 June 2022

How to display Image in table cell using FPDF and Easy table

›
$table->easyCell('', 'img:'.$photo.', w80; align:C;rowspan:5');
Tuesday, 31 May 2022

How to reset AUTO_INCREMENT in MySQL

›
  ALTER TABLE tablename AUTO_INCREMENT = 1
Friday, 20 May 2022

DataTables warning: table id=example - Invalid JSON response: How to Debug?

›
Use  CTRL+SHIFT+I  (or navigate to  Current Page Control > Developer > Developer Tools . In the newer versions of Chrome, click the Wr...
Wednesday, 11 May 2022

Prevent caching data from database in PhP FullCalendar

›
 <script> document.addEventListener('DOMContentLoaded', function() {              var calendarEl = document.getElementById(...
Friday, 6 May 2022

How to configure PHP Calendar with events from database?

›
Download fullcalendar  file  from :  https://github.com/ fullcalendar/fullcalendar/ releases PhP Page Inside <HEAD> Tag <link href=...
Tuesday, 3 May 2022

Warning: mysqli_query() expects parameter 1 to be mysqli, resource given

›
Reason for the error: You are mixing  mysqli  and  mysql  extensions in the code, which will not work.  mysqli   has many improvements over ...
Friday, 29 April 2022

Pre Populate jquery Token input textbox with PhP MySQLi Resultset

›
Tokeninput  is a jQuery plugin that allows users to select multiple items from a predefined list.   Download jquery token input plugin from...
›
Home
View web version
Powered by Blogger.