dcjones
11-20-2003, 04:26 AM
Hi all,
I have a script which calls a include file.
The include file looks like this:
<?php
$wl_opt = "0";
$wl_minetype = "html/plain";
$host = "http://www.mydomain.com/S301.1/api?";
$wl_password = "mypassword";
?>
In the script I have a line that looks like this
<?
<form method="POST" action="http://www.mydomain/S301.1/api?"wl_password="mypassword"name="forma">
?>
The problem I am have is that the include brings in the correct password but with the quote marks around it making the password invalid.
Can someone help
Regards, keep safe and well.
Dereck
I have a script which calls a include file.
The include file looks like this:
<?php
$wl_opt = "0";
$wl_minetype = "html/plain";
$host = "http://www.mydomain.com/S301.1/api?";
$wl_password = "mypassword";
?>
In the script I have a line that looks like this
<?
<form method="POST" action="http://www.mydomain/S301.1/api?"wl_password="mypassword"name="forma">
?>
The problem I am have is that the include brings in the correct password but with the quote marks around it making the password invalid.
Can someone help
Regards, keep safe and well.
Dereck