Jump to content

Help With include


bob2006

Recommended Posts

hello i need help with the include in my php script
<?php


 
SESSION_START();
header("Cache-control:private");
INCLUDE '/webmaster/functions.php';
if($_GET['act'] == "") {
if($_SESSION['username'] && $_SESSION['password']) {






i need the include to go to a differnt dic then i have the page
the page is in one and the fuctions is in a different one who do i do this
Link to comment
https://forums.phpfreaks.com/topic/19500-help-with-include/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.