PHP Classes

File: app/components/script.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   PHP Chat Application with API   app/components/script.php   Download  
File: app/components/script.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Chat Application with API
Exchange user messages on a page or using an API
Author: By
Last change:
Date: 5 months ago
Size: 270 bytes
 

Contents

Class file image Download
<?php

echo '<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.min.js"></script>'
;