php-windows Digest 24 Nov 2002 07:21:17 -0000 Issue 1454

2002-11-23 Thread php-windows-digest-help
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..

[PHP-WIN] Help required... Simple File Upload

2002-11-23 Thread Raheel Hussain
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

RE: [PHP-WIN] HELP !!!

2002-11-23 Thread Rich Gray
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

Re: [PHP-WIN] HELP !!!

2002-11-23 Thread Kevin Smith
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:

[PHP-WIN] HELP !!!

2002-11-23 Thread kata
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,

[PHP-WIN] PHP FTP Module Functions

2002-11-23 Thread Kevin Smith
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

[PHP-WIN] telnetting

2002-11-23 Thread DaMouse
is there a way to connect to telnet via PHP e.g. login then excute command then logout Ensign BakerHCO OfficerUSS Atlantis

Re: [PHP-WIN] install on IIS 6.0

2002-11-23 Thread Phil Driscoll
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 -0000 Issue 1453

2002-11-23 Thread php-windows-digest-help
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