/    Sign up×
Community /Pin to ProfileBookmark

Second form not allowing input!

Can’t figure this out. Need some help.

<?php

require_once $_SERVER[‘DOCUMENT_ROOT’] . ‘/includes/access.inc.php’;

if (!userIsLoggedIn())
{
include ‘../login.html.php’;
// include ‘login.html.php’;
exit();
}

if ($_SESSION[‘msscc’] == 999)
{
// print_r ($_
POST);
include ‘../inputCompanyid.html.php’;
}

include ‘abcdefg.html.php’;

?>

include for login.html.php works fine, but include for inputCompanyid.html.php does not allow input. the include for abcdefg.html.php is excuted without the companyid input.

to post a comment
PHP

1 Comments(s)

Copy linkTweet thisAlerts:
@NoEffinWayFeb 27.2012 — Post the source of the 'include' pages. May be in there, this page looks fine.
×

Success!

Help @phphelp spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.6,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...