Advertisement

05.10.2008 at 09:06AM PDT, ID: 23391761 | Points: 500
[x]
Attachment Details

URL file-access

Asked by inibl in PHP Scripting Language, MS SQL Server, Hot URLs

Hi I seem to be haven a problem instead of haven MSSQL port opened  im trying to just include the file from my dedicated server where the mssql is located on.

My host enabled URL file-access and when I do any types of scripting to get
http://www.somamacro.com:7345/registration/regform.php it get the file but when trying to submit it does not submit and it doesn't give any error messages just dont do anything. Any ideas to fix it please  help me .Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
<?php
	require_once('/home/unrealso/www/functions2.php');
 	displayHeader("- Account - Registration", "/img/account/registrationform.gif", "/img/news/img6.gif");
 
$a = file_get_contents("http://www.somamacro.com:7345/registration/regform.php");
echo ($a);
 
 
displayFooter();
?>
 other script
 
<?php
	require_once('/home/unrealso/www/functions2.php');
 	displayHeader("- Account - Registration", "/img/account/registrationform.gif", "/img/news/img6.gif");
    include ('http://www.somamacro.com:7345/registration/regform.php')'
 
 
displayFooter();
?>
[+][-]05.10.2008 at 09:27AM PDT, ID: 21539546

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.10.2008 at 10:27AM PDT, ID: 21539732

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.10.2008 at 11:16AM PDT, ID: 21540039

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.10.2008 at 12:03PM PDT, ID: 21540174

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628