[PHP-WIN] file creation on client machine

2009-08-21 Thread rui
ata); fclose($fh); this works very good , and when its processed it creates the file on the specified location on the server . i want to know if its possible that the file is created on the machine the runs the page , in this client some client machine . thks in advanced rgds rui

Re: [PHP-WIN] vbscript not running in php but running as a vbs file

2009-05-23 Thread Rui
and phpmail to keep my options open and of course just for the fun of it . thks again rgds rui "Sascha Meyer" wrote in message news:4a17c09f.5010...@gmx.de... Doh! Now I found the error: if i add this to a php page with the tags .. these lines will not be rendered by

[PHP-WIN] vbscript not running in php but running as a vbs file

2009-05-23 Thread Rui
i check smtp server log it does not even get to the server . it looks either it does not process or it doesnt leave the workstation. any ideias ? thks in advance rgds rui -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP 4 + Mysq 4l - Too many connections

2005-07-15 Thread Rui Monteiro
y, if I make a query like this kind: if(mysql_num_rows(mysql_query(bla bla bla))!=1) Do I have to dump the result? If so, how? Thanks a lot for your time, Rui Monteiro -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] File Download - php 4

2005-07-15 Thread Rui Monteiro
Hello there, I want to make a form post where a user can send a *.zip file to the server. How can I do this? I'm thinking on going for the ftp methd, but that would be just too much work for a simple file send. Any ideas? Thanks a lot, Rui -- PHP Windows Mailing List (http://www.ph

Re: [PHP-WIN] Download with security

2005-06-30 Thread Rui Monteiro
hat). > > Then you can use the "Download file" class @ phpclasses.org > -->http://www.phpclasses.org/browse/package/699.html > > Combine these 2 and you're set :) > > Grtz > > Rodrigo > > > > > -Original Message- > From: Ru

[PHP-WIN] Download with security

2005-06-28 Thread Rui Monteiro
very much for your time, Rui -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Import functions from a DLL file

2005-01-19 Thread Rui Silva
= php_Eztwain3.dll And put the php_Eztwain3.dll in the php\ext\ dir Is that correct? And, how can I create this DLL? Thanks a lot! Rui Silva

[PHP-WIN] How to configure PHP5 with support of Java 1.4 on window platform

2004-11-29 Thread rui zhang
installed under c:\php, Apache is installed under c:\program files, and Java SDK is installed under c:\j2sdk1.4.2_05. I would appreciate your help on this issue, since I have been tortured by this problems for more than a week. yours, Rui -- PHP Windows Mailing List (http://www.php.net/) To

[PHP-WIN] How to configure PHP5 with support of Java 1.4 on window platform

2004-11-29 Thread rui zhang
under c:\php, Apache is installed under c:\program files, and Java SDK is installed under c:\j2sdk1.4.2_05. I would appreciate your help on this issue, since I have been tortured by this problems for more than a week. yours, Rui -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP-WIN] Shell Script error

2004-11-10 Thread Rui Francisco
ght on the database, and the database doesn't implement security measures like Mysql for access from other hosts. The problem is that if i run the script on the browser it works, but on the command line on Windows machine it doesn't work Thanks in advance Rui Francisco Luis Moreira wro

[PHP-WIN] Re: [PHP] Shell Script error

2004-11-10 Thread Rui Francisco
ght on the database, and the database doesn't implement security measures like Mysql for access from other hosts. The problem is that if i run the script on the browser it works, but on the command line on Windows machine it doesn't work Thanks in advance Rui Francisco Angelo Zanetti wr

[PHP-WIN] Shell Script error

2004-11-10 Thread Rui Francisco
Error: connect failed). Does anybody know what is the problem ? Thanks in advance Rui Francisco -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Authenticate user

2003-02-21 Thread Rui
5- How can a user surf in diferent pages with the same loggin? Thanks Rui Monteiro "Rui" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm trying to make a page that requires an authentification by the user. > >

[PHP-WIN] Authenticate user

2003-02-20 Thread Rui
I'm trying to make a page that requires an authentification by the user. A lot of problems appear when I run a script copied from the "O'Reilly : Web Database Applications". One of them is the function :clean: that doesn't exist, according with the php compiler: session_start(); $authentica

Re: [PHP-WIN] MySQL: some script I must do

2003-02-10 Thread Rui
escreveu na mensagem 005501c2d158$a29387e0$7866a8c0@camhome">news:005501c2d158$a29387e0$7866a8c0@camhome... > Not sure if I fully understand your problem Rui but I would think your ISP > means an SQL statement type dump - that is, the data you have is put in the > form of a giant

[PHP-WIN] MySQL: some script I must do

2003-02-10 Thread Rui
First of all, I must thank all the people who tried to help me in the earlier prob. Now I know how to make dump's. The problem now is that I don't know how should I send the database. I tried to make a dump > data.TXT and also tried data.sql. Both were in vain. I must run some kind of script but

[PHP-WIN] mysql server config

2003-02-06 Thread Rui
Hy there, I want to put a mysql database on a external server. My ISP told me that I need to make a Dump of the data and then make some kind of script that I couldn't understand. Could anyone explain what I need to do? Thanks a lot, Cya -- PHP Windows Mailing List (http://www.php.net/) To u

[PHP-WIN] PHP 4.3 unable to load php_domxml.dll in WinXP Apache 2.0.43

2002-12-29 Thread Rui Costa
.95.4. by the way, 'libxml2.dll' is not packed in the PHP 4.3 Windows distribution, although it mentions that it does in the PHP documentation. thanks in advance rui -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] php - ftp_get

2002-11-15 Thread Rui Monteiro
I'm using the function ftp_get() in my ftp access. The problem is that I can't tell if the file is downloaded or not. How can I resolve this problem? The page that has this function gets the vars from an url ( ex. www.mysite.com/hello.php?name=rui&pass=superfly) Another problem to

[PHP-WIN] php - login and password

2002-11-15 Thread Rui Monteiro
know where the file containing the login or password is stored, but I suppose theres is a rule where to be hold up. Thank you, Rui Monteiro -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] problem running php4.0.6 and apache1.3.22 on winXP

2002-01-03 Thread Rui Nuno Castro
when I try to run any php script with the browser, I only get a blank page. It seems that apache doesn't send the script for interpretation by php (even though apache is loading the php module). Can anyone tell me what's wrong? Thanks, Rui -- PHP Windows Mailing List (http://www.ph