Chitika ad

Sunday, 17 November 2019

How to include or add files using php

Php include function

you can include php files in another php by include function
Syntax

<?php include("path") ?>

Example

<?php include("/uploads/sql.php") ?>

No comments:

Post a Comment