Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
4
Posts with Downvotes
3
Downvoting Members
4
0 Endorsements
Ranked #55.0K
~10.6K People Reached

3 Posted Topics

Member Avatar for Member #690149
Member Avatar for peopletrendin
Re: php

It is possible to insert the content of one PHP file into another PHP file (before the server executes it), with the include or require statement. The include and require statements are identical, except upon failure: require will produce a fatal error (E_COMPILE_ERROR) and stop the script.

Member Avatar for peopletrendin
-1
189
Member Avatar for ToucheAmore

The End.