Prism ICT

Blog

At Prism ICT, we offer a comprehensive range of services designed to help you achieve digital excellence At Prism ICT, we offer a comprehensive range of services

Default image

MySql connection and query in PHP

If you trying to connect with the MySQL database quickly then you can use this code from below. It's simple a MySql connection and gets result snippet code. <?php //

Flutter logo

Flutter print data with the exact file name and line number

Sometimes we need to print many test data from many pages. but from the console, it's really hard to understand which data is printing from whereas like browser JS console

Flutter logo

Flutter advance data model

This is a sample flutter data model format. You can use it as a snippet. // Import essential packages import 'package:flutter/material.dart'; class TutorData { String? pageID; String? pageName; TutorData({ @required

1 8 9 10 11 12 19