php-windows Digest 24 Nov 2002 07:21:17 - Issue 1454
Topics (messages 17089 through 17094):
telnetting
17089 by: DaMouse
PHP FTP Module Functions
17090 by: Kevin Smith
HELP !!!
17091 by: kata
17092 by: Kevin Smith
17093 by: Rich Gray
Help required..
hi,
I got a problem in a simple file upload in a php file , i have two pages and i m
writing the code here as bellow
::page1.php::
Send this file:
::default2.php::
move_uploaded_file($_FILES['userfile']['tmp_name'],
"D:\\Raheel\\W3sites\\txtfiledemo\\uploads\\");
print($_F
Not sure what you are trying to do here... are you trying to set $a from the
url i.e. http://blahblah.blah?a=1234 ? If yes then you will need to use
$_GET['a'] in your script as variables are no longer automatically assigned
from external sources... e.g.
HTH
Rich
-Original Message-
From
hi Kata,
Hmmm are you still defining $a=123 and then on the next defining $a =
adadada, if so, then the syntax for $a should be :
$a = "adadada";
for text
and
$a = 123;
for numbers
Regards,
Kevin
- Original Message -
From: "kata" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent:
ok, i am not a very good programmer, but i've used PHP+MySQL+omniHTTPd for
designing my web pages.
here is the problem-
- i have installed everything above.
it just can use "GET_VARS" or something, because i have this little script
(test.php):
ok, i start IE, hit "localhost", it displays 123,
Hi All,
On the PHP website URL: http://www.php.net/manual/en/ref.ftp.php it states :
In order to use FTP functions with your PHP configuration, you should
add the --enable-ftp option when installing PHP 4 or --with-ftp when using
PHP 3.
In order to use these FTP functions does the PHP windows ver
is there a way to connect to telnet via
PHP
e.g. login then excute command then
logout
Ensign BakerHCO
OfficerUSS Atlantis
On Friday 22 November 2002 3:48 pm, Kristof Troch wrote:
> Hello,
>
> I just installed php on my .Net server. Nothing went wrong during
> installation (InstallShield Installation) (no errors were reported), but
> everytime I try to execute a php page, he gives an error telling me he
> cann't find t
php-windows Digest 23 Nov 2002 10:29:40 - Issue 1453
Topics (messages 17083 through 17088):
Re: mysql command problem
17083 by: Rich Gray
install on IIS 6.0
17084 by: Kristof Troch
17088 by: Phil Driscoll
Re: how to access file stats on network dirves..
1708