Switch to full style
Dynamic open source server-side web development
Post a reply

script for including files

Wed Feb 08, 2012 7:25 pm

<?php

// including required files
require("include/db.inc.php"); // Database configration file
require("include/fun.inc.php"); // functions file
require("include/header.inc.php"); // Header Control
require("include/form.con.php"); // Posted Form Control
require("include/main.actions.php"); // Page Actions
?>

is this include process is alright?



Re: script for including files

Thu Feb 09, 2012 1:52 am

yes is looks correct , what is your problem in it ?

Post a reply
  Related Posts  to : script for including files
 get address of the request including query string     -  
 Can anyone suggest some script?     -  
 need help with java script in a pdf     -  
 Questions: Perl Script. PHP.     -  
 Send Email from a PHP Script Example     -  
 A PHP Number Guessing Script     -  
 Script ingoring lines     -  
 Boonex Dolphin PHP script is SCAM!!!     -  
 Java script time parameter     -  
 How can I call a C program in a Shell Script from Java     -