[PHP] IDNDDE & PHP

2002-01-10 Thread DrouetL
Hi everybody, First of all, Excuse me for my english but I'm french. I would like to know if somebody already used the com functions of PHP to retrieve data from Reuters terminal using IDNDDE. I'm a newbie in PHP, so i would appreciate if you could detailed the answers Regards Laurent Drouet

[PHP] DDE & PHP (follow up)

2002-01-10 Thread DrouetL
If I want to access Reuters using VBA I can do : Sub Request () Rem Initiate a conversation with the IDN Server ChannelNumber = DDEInitiate("REUTER", "IDN") Rem Issue a request and place value in cell A1 of the active sheet ActiveSheet.Cells(1, 1).For

[PHP] COM

2002-01-11 Thread DrouetL
Hi everybody, When i run the following script in a dos box it works fine. If i run it in a browser window i receive a Dr Watson. Anybody has an idea ? My config is Apache 1.3.20 PHP 4.0.5 Windows NT4 SP5 French The script is inspired of the following url http://www.phpbuilder.net/

[PHP] PHP without browser

2002-01-24 Thread DrouetL
Hi everybody I would like to pass parameters to a php script running as a bach job under windows. Is there any possibility to something like that ? Laurent Drouet -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

[PHP] Mysql / PostgreSQL with PHP

2002-01-28 Thread DrouetL
Hi everybody I'm not sure it is the best place for my question. Until now we were using PHP connecting to an oracle database. We are looking to change for an opensource database for the new applications. Do you know where I can find a recent and objective study comparing both with PHP to conne

Re: [PHP] PHP IDE

2002-01-28 Thread DrouetL
You can use html-kit (www.chami.com) with the php plugin. Very simple editor with syntax highlighting. Free Or you can buy phped from www.nusphere.com more sophisticated. Laurent Drouet -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

[PHP] Ereg ()

2002-04-16 Thread DrouetL
Hi, I'm new with RegEx and I would like to use them to validate my forms entries submitted to the server. My question is how can I verify with the regex that a string is - at least 7 chars - contains Chars and Nums - may contains some special chars (ex : % ! : ; , )but not in first or last posi

Re: [PHP] Ereg ()

2002-04-16 Thread DrouetL
Thanks for this answer. But how can i test if i actually have numbers AND letters ? Laurent Drouet Erik Price

[PHP] Re : Ereg ()

2002-04-16 Thread DrouetL
thanks to all of you for you help. regards Laurent -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Pb with socket_set_timeout()

2002-04-22 Thread DrouetL
Hi the ML I received the following error message on my web page when I try to communicate with My SMTP server: Warning: socket_set_timeout() is not supported in this PHP build My config is PHP 4.0.6 Win Nt 4 Apache 1.3.22 Any information on this function ? -- PHP General Mailing List (ht

[PHP] $HTTP_POST_VARS vs _POST

2002-04-22 Thread DrouetL
HI ML Only one little question : I know that _POST doesn't exists on php 4.0.6 but does $HTTP_POST_VARS exist on php 4.1.2 ? Regards Laurent -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] validating user input

2002-04-24 Thread DrouetL
Hi the M.L. I have to validate forms user inputs before the construction of my query to my Oracle DB Does anybody know the list of characters that should be rejected (for example ;) ? Do you have a function to validate it ? regards Laurent Drouet -- PHP General Mailing List (http://www.p

[PHP] PHP & PDF

2002-05-17 Thread DrouetL
Hi the ML I have the following question : I have constructed several pages with PHP which look likes some reports. (I attached one example to my mail) Now I need to convert this HTML page to PDF to send it by mail . Does any one has an idea ? Laurent Drouet (See attached file: samples.zip) #

[PHP] FFlush

2002-05-24 Thread DrouetL
Hi, I was wondering if anyone has already used this function (FFlush). If yes, do you have some example to show to me ? Regards Laurent Drouet -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Newbie question about PHP and Oracle

2002-05-28 Thread DrouetL
I don't know how it works in my sql. I've written some functions to help me construct these sort of things. It might help you PS : Sorry but the comments are in French. Laurent Drouet /* ** Cette fonction retourne toutes les lignes d'u

Re: [PHP] Telnet

2002-02-22 Thread DrouetL
Hi, you can find all what you want on the following url : http://phpclasses.upperdesign.com/browse.html/class/2/ Personnaly I use the SMTP class from Richard Heyes Laurent

[PHP] File Upload.

2002-03-05 Thread DrouetL
Hi everybody. I use a form to upload data to Oracle database using csv file. I need to display a result page with all the lines who are good and the one which are bad. Everything works fine except the little problem of the refresh If I click on the Explorer Refresh Button I will upload an other

[PHP] Database abstraction layer oci

2002-03-08 Thread DrouetL
Hi everybody. I would like your opinion on the Database Abstraction Layer you prefer (I will use it with Oracle 8i) I know that there is Metabase end Pear DB What's your opinion on both or others ? Laurent Drouet -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: htt

[PHP] apache htpasswd win32

2002-03-13 Thread DrouetL
Hi everybody I would like to know if somebody already wrote a script to allow apache user administration from php under Win32 All the scripts I found are made for linux (using crypt function) I tried to generate the password with the md5 function but it's not working perhaps I don't know how to