RE: [PHP-WIN] Latest obsession (controlling Winamp with PHP)

2002-02-18 Thread alain
Yes, those Linux guys think that they have the answer to everything ;) I have used COM to control Winamp, if anybody is interested. A+ Alain On Mon, 18 Feb 2002 14:43:24 -0500, you wrote: >At 04:56 PM 2/18/2002 +0100, Svensson, B.A.T. (HKG) wrote: > >>Question: What preve

RE: [PHP-WIN] Latest obsession (controlling Winamp with PHP)

2002-02-18 Thread alain
Okay, give me a few days and I will post a class to control WinAmp with PHP-COM. A+ Alain On Mon, 18 Feb 2002 14:41:34 -0500 (EST), you wrote: >Alain- > >I am interested. I am not sure if the current route I am going will work >or not. In simple terms, I want a way to co

Re: [PHP-WIN] new window with set size via php ?

2002-03-10 Thread alain
find an object that will resize the browser's window. A+ Alain On Sun, Mar 10, 2002 at 12:15:01PM -0500, Mike Flynn wrote: > Argh, how many times must it be reiterated that PHP is a *SERVER SIDE > PROGRAMMING LANGUAGE*. What this means is that by itself it cannot do > ANYTHING o

Re: [PHP-WIN] PDF generation

2002-03-11 Thread alain
Look at pdf_translate() and pdf_set_text_pos() functions in the pdf lib doc. A+ Alain On Mon, Mar 11, 2002 at 05:12:27PM -0800, Ethan Nelson wrote: > Hello all you developers, > > I've looked at the news groups to find an answer, but to no avail... > > My code looks someth

Re: [PHP-WIN] Problems with WinXP, & Apache

2002-03-12 Thread alain
Did you try if it works on the command line with a script containing for example, phpinfo() ? A+ Alain On Tue, Mar 12, 2002 at 10:50:22AM -0800, Daedalus wrote: > Hello - > > I am trying to install PHP 4.1.2 on a Windows XP box. I am running Apache 1.3.23, >and > MySQL 3.23.

Re: [PHP-WIN] Blank Window - Apache and BadBlue. PHP 4.1.1 WinME

2002-03-14 Thread alain
Which install procedure did you follow for each product? (Did you use an install program for PHP? If yes which one?) A+ Alain On Wed, Mar 13, 2002 at 10:20:15AM -, Andy Seabrook wrote: > Can anybody help! trying to setup SAPI module on apache 1.3, also tried cgi > on bad blue, niethe

Re: [PHP-WIN] php.ini - is it possible to set which in a script should use ?

2002-02-03 Thread alain
Neil: Your question is not very clear to me, can you reformulate it and give an example of your code. A+ Alain On Sun, Feb 03, 2002 at 03:01:11PM +0100, Neil wrote: > php.ini - is it possible to set which in a script should use ? > > i have a script that sends emails ... > but they

Re: [PHP-WIN] reading from an excel file..

2002-02-13 Thread alain
You can have a look at this class: http://phpclasses.upperdesign.com/browse.html?package=86 A+ Alain On Thu, Feb 14, 2002 at 04:35:02AM +0800, Brian Feliciano wrote: > how can i read data from an excel file?? > > > > > -- > PHP Windows Mailing List (http://www.php.n

RE: [PHP-WIN] Writing text to files on Windows

2002-02-20 Thread alain samoun
Works on win98. Try your script without flock() - maybe a problem with ur win server. A+ Alain -Original Message- From: Robert Abbate [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 5:52 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Writing text to files on Windows I seem

RE: [PHP-WIN] windows extension dlls

2002-02-23 Thread alain samoun
directory in your system, where the dlls should be. - Some extensions dll need more installation files in order to work. Finally: - Test phpinfo() at the command line and see what happens. A+ Alain -Original Message- From: R0bin [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 23, 2002

RE: [PHP-WIN] CHMOD

2002-02-24 Thread alain samoun
www.php.net [SEARCH FOR:] CHMOD [in the FUNCTIONS list:] http://www.php.net/manual/en/function.chmod.php A+ Alain -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 24, 2002 10:21 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] CHMOD i was reading

RE: [PHP-WIN] CHMOD

2002-02-24 Thread alain samoun
Then post at [PHP-GENERAL]. Here it's for PHP on Windows. A+ Alain -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 24, 2002 10:57 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] CHMOD i have a unix host. thats why i am trying to get

RE: [PHP-WIN] passthru(), system() and exec() - help please

2002-02-24 Thread alain samoun
Show us the part of the script where you use these functions. A+ Alain -Original Message- From: Sviss Cobazor [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 24, 2002 4:37 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] passthru(), system() and exec() - help please Hi everyone, I&#

RE: [PHP-WIN] COM on NT

2002-02-26 Thread alain samoun
COM support is included in the win binaries, you don't need any dll to use it. You probably need to set the permissions for the specific program that you are trying to instantiate (outlook). Use the DCOMcnfg.exe file. A+ Alain -Original Message- From: Vail, Warren [mailto:[

RE: [PHP-WIN] any comment?

2002-03-02 Thread alain samoun
+1 Court ;) First, they ignore you, then they laugh at you, then they fight you, then we win! [Gandhi] A+ Alain -Original Message- From: Shrock, Court [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 11:52 PM To: 'John Meyer '; '[EMAIL PROTECTED] ' Subjec

RE: [PHP-WIN] PHP Troubles

2002-03-02 Thread alain samoun
To start, put your PHP testsocket file in your C:\php Second: Open an MSDOS window from Start button Third: At prompt CD to c:\php Last: type "PHP testsocket.php" and enter A+ Alain -Original Message- From: R0bin [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 02, 2002 1

RE: [PHP-WIN] Warning: Undefined variable

2002-03-02 Thread alain samoun
Crizz: Obviously you don't want to do that at this point - No error reporting for a novice - can be challenging... Show us your script and we may be able to help. (Sorry I did not see your previous post(s)...) A+ Alain -Original Message- From: crizz [mailto:[EMAIL PROTECTED]]

RE: [PHP-WIN] Warning: Undefined variable

2002-03-02 Thread alain samoun
You should go back to php.ini and reverse your error setting to where it was. The lines that report an error can be individually preceded with the "@" character, it will then cut the error reporting for these lines. A+ Alain -Original Message- From: crizz [mailto:[EMAIL PROTEC

RE: [PHP-WIN] cannot write to mySQL database

2002-03-02 Thread alain samoun
You probably have Mysql set as 'Read Only' Look at the doc. A+ Alain -Original Message- From: pilotdave [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 02, 2002 5:06 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] cannot write to mySQL database I am just setting up my first

RE: [PHP-WIN] cannot write to mySQL database

2002-03-02 Thread alain samoun
I think that I remember that you can set the grant tables to user, host and db, as I said, read the Mysql doc, a book that I found helpful when I started was MySQL by Paul Dubois. Bye now, I have to go to movie with my girlfriend ;) A+ Alain -Original Message- From: pilotdave [mailto

RE: [PHP-WIN] Help me pleaase !!!!

2002-03-05 Thread alain samoun
;m not sure that the php.ini is the same as the previous one in my ISP (something I do not control). If your php.ini was the same then it seems that will point to a bug in php 4.12. Please let me know. Thanks. A+ Alain -Original Message- From: Athar Hameed [mailto:[EMAIL PROTECTED]]

RE: [PHP-WIN] Unable to load dynamic library 'c:\php\extensions\php_gd.dll' - The specified procedure could not be found

2002-03-08 Thread alain samoun
One possibility is that the dll you are pointing at, has not been compiled with your current PHP version. A+ Alain -Original Message- From: Jefferrs [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 9:35 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Unable to load dynamic library &#

RE: [PHP-WIN] Need some help with Graphs

2002-03-08 Thread alain samoun
PHP and that they are uncommented in your php.ini files. A+ Alain -Original Message- From: Mihail Bota [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 2:23 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Need some help with Graphs Hello, I am trying to install, configure and compile

RE: [PHP-WIN] Need some help with Graphs

2002-03-08 Thread alain samoun
Have a look at this: http://phpbuilder.com/annotate/message.php3?id=1009351 A+ Alain -Original Message- From: Mihail Bota [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 3:22 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Need some help with Graphs Alain

RE: [PHP-WIN] gd-library ...

2002-03-09 Thread alain samoun
http://www.phpbuilder.com/columns/allan2830.php3 A+ Alain -Original Message- From: Marcel Besancon [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 09, 2002 2:58 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] gd-library ... Hi, is there a way to use the gd-library under WinXP

RE: [PHP-WIN] .php3 extension

2002-03-09 Thread alain samoun
Control Panel/ Administrative Tools/ Internet Services Manager/ Default Web Site/ Properties Then under home directory click configuration. Add the php3 extension with pointer to php4isapi.dll . A+ Alain Under filters I have one called php, with a pointer to php4isapi.dll. I'm not sure if

RE: [PHP-WIN] Fw: please send to the list

2002-03-11 Thread alain samoun
http://www.google.com Search T1lib A+ Alain -Original Message- From: Afan Pasalic [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 2:16 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Fw: please send to the list Hi, does anyone know where we can get a compiled T1lib to be able to

[PHP-WIN] PHP 4.1.2

2002-03-13 Thread alain samoun
Daniel Beulshausen did it again! You can find the latest version with tons of Extensions at: http://www.php4win.com/downloads/downloads.php?item=cGhwNC4xLjIuZXhl Thanks Daniel! A+ Alain 2002-03-13 php4.1.2.exe SAPI: php4aolserver.so, php4apache-eapi.dll, php4apache.dll, php4isapi.dll

RE: [PHP-WIN] Re:[PHP-WIN] parse error

2002-03-13 Thread alain samoun
Since we don't know what are: $notch_member and $bio, you should print them, that maybe it! ;) A+ Alain -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 7:08 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re:[PHP-WIN] parse erro

RE: [PHP-WIN] GD library update

2002-03-15 Thread alain samoun
php4win.de Look for php_gd2.dll, A+ Alain -Original Message- From: Alberto. Sartori [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 8:07 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] GD library update Hi guys, I'm looking for a new version (altready compiled as .dll)

RE: [PHP-WIN] Stange 'page-loading' effect

2002-03-15 Thread alain samoun
You probably have an error in your code, difficult to help without at least a snippet of it. A+ Alain -Original Message- From: George Pitcher [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 4:14 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP-WIN] Stange 'page-lo

RE: [PHP-WIN] Blank Window - Apache and BadBlue. PHP 4.1.1 WinME

2002-03-16 Thread alain samoun
s all for now ;) A+ Alain -Original Message- From: Andy Seabrook [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 16, 2002 4:18 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Blank Window - Apache and BadBlue. PHP 4.1.1 WinME Hi Alain, No previous install of PHP, so neither file previous

Re: [PHP-WIN] PHP 4.0.5 COM bugs

2001-05-02 Thread Alain Samoun
Yes, COM is completely broken in 4.05 Alain On Wed, May 02, 2001 at 06:51:14PM +1000, Jason Gan wrote: > I ran a brief ADODB test and it gave me an Access Violation Error. > > PHP has encountered an Access Violation at 2474FF04 > > when parsing this line: > > $fields = $r

Re: [PHP-WIN] Exec and IIS

2001-05-14 Thread Alain Samoun
Exec doesn't work in win32, wait for php4.06 where apparently it has been fixed. (See www.php4win.de for a prerelease). Alain On Mon, May 14, 2001 at 06:00:12AM -0700, Nick Howard wrote: > Hello, > > I feel like I'm beating a dead horse (I think that's > the saying),

[PHP-WIN] I need help!!!

2001-05-16 Thread Alain Menard
teger string where the first string is a link to the corresponding url. Any help would be welcome at this point. Thank you in advance... Alain Menard -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

Re: [PHP-WIN] I need help!!!

2001-05-16 Thread Alain Menard
I clicked on the send button to fast... The part that i'm having problem with is the second part. Especially the one about the first string becomming a link to the corresponding URL. ""Alain Menard"" <[EMAIL PROTECTED]> wrote in message 9dv3k5$873$[EMAIL PRO

Re: [PHP-WIN] CRYPT SOUS WINDOWS

2001-05-23 Thread Alain Samoun
There are problems with the crypt extension, I do not think that it is available for the current version PHP4.05 Alain On Wed, May 23, 2001 at 01:29:43PM +0200, Dalyyla wrote: > Hi, > > Where can I download crypt for windows. I didn't find it anywhere. > > Thanks > >

Re: [PHP-WIN] Com not work in PHP 4.0.5

2001-05-24 Thread Alain Samoun
Yes, COM is completely broken in PHP4.05 :( Try 4.06 version at: http://www.zend.com/snapshots/ Alain On Thu, May 24, 2001 at 03:56:42PM +0400, Igor wrote: > When I try to call COM funcs in php 4.0.5, I recieve system error (memory > read/write error) > [COM is built-in in PHP for Win

Re: [PHP-WIN] Help! I'm getting pissed...

2001-07-07 Thread Alain Samoun
It will make it easier if you can show the part of the code where you get the error. Exec is supposed to have been fixed in PHP4.06 Alain On Sat, Jul 07, 2001 at 10:57:44PM +0300, Toni Ranta wrote: > Why do I keep getting error messages such as: > > Warning: Unable to fork [rm -rf ..

Re: [PHP-WIN] Extension not loading

2001-07-12 Thread Alain Samoun
You probably did'nt set the extension directory correctly in the php.ini file... Check it and let us know. Alain On Thu, Jul 12, 2001 at 08:26:36PM -0500, Kiera wrote: > I uncommented the php_gd.dll line in the php.ini file and set the > extension_dir correctly, but when I look at

Re: [PHP-WIN] dll separately

2001-07-12 Thread Alain Samoun
Let me see... if you unzip that file, don't you get the dll extensions separately??? Alain On Thu, Jul 12, 2001 at 05:12:02PM +0530, as wrote: > is there any site from where i can download dll > separately... > which are available from php.net in big zip form > > > >

Re: [PHP-WIN] Make a CD with Apache & PHP

2001-07-12 Thread Alain Samoun
Yes, you can make an exec file, you won't need Apache. If that what you want? Alain On Fri, Jul 13, 2001 at 08:33:25AM +0200, Rafa Borges wrote: > Hello. I have done a web using PHP and now I want to store it on a CD with > all the funcionality (read from a file and use a data base od

RE: [PHP-WIN] Make a CD with Apache & PHP

2001-07-13 Thread alain samoun
php to exe ;) -Original Message- From: elias [mailto:[EMAIL PROTECTED]] Sent: Friday, July 13, 2001 8:17 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Make a CD with Apache & PHP how you mean make an exec? php to exe? or htm to exe ? "Alain Samoun" <[EMAIL PRO

[PHP-WIN] Re: ImageCreate

2001-07-19 Thread Alain Sayez
Hello, At this time, Gif isn't supported due to UniSys Licence problem. Alain. "Stuart Hunter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > When I first installed 4.0.5 I downloaded a version that already had > graphics

Re: [PHP-WIN] php_pdf.dll

2001-07-19 Thread Alain Samoun
Read the new license, you will have to pay to use the latest version of pdflib, but you still can use older versions of the dll without the watermark. To build the extensions, see www.php4win.de Alain On Thu, Jul 19, 2001 at 04:13:22PM +0200, Steen Rabøl wrote: > Hi > > Would someone b

RE: [PHP-WIN] Import filters

2001-07-23 Thread alain samoun
http://www.phpbuilder.com/columns/alain20001003.php3 For Excel: http://phpclasses.upperdesign.com/browse.html?package=86 -Original Message- From: Ziggi [mailto:[EMAIL PROTECTED]] Sent: Monday, July 23, 2001 3:11 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Import filters Hello ! I just w

Re: [PHP-WIN] Re: Import filters

2001-07-24 Thread Alain Samoun
it's a bit rediculus to see the most popular text editor on the world being a closed source, meaning with no public information on its format... Alain On Tue, Jul 24, 2001 at 11:23:56AM +0200, Ziggi wrote: > Thank you all for your input but it seems there is no satisfactory solution. &

Re: [PHP-WIN] Problem in funcition COM

2001-07-24 Thread Alain Samoun
Fernando: Your script is fine, it should work on your server but, of course, do not expect to open word on the client side Alain On Tue, Jul 24, 2001 at 11:49:04AM +0100, Luiz Fernando Tuca" wrote: > A take a sample of function COM. > > $word = new COM("word.application&

Re: [PHP-WIN] Make file.php look like file.htm ???

2001-07-26 Thread Alain Samoun
Anyway, I know how to change a php extension for Apache in the httpd.conf, but I believe that if you use html, then all your html will be parsed by php... Is that what you want? Alain On Thu, Jul 26, 2001 at 01:21:23AM -0400, Rick S wrote: > Hello, > Anyone know how to make the URL look like

RE: [PHP-WIN] PHP zombies on Win2K.

2001-07-26 Thread alain samoun
I do not know about win2k but for win98/95 you press: ALT+CTRL+Delete ONCE! and you have the list of all processes, then you can select the zombies one by one to end the task. Long process sometimes ;) Alain -Original Message- From: Ivan Milanez Castellanos [mailto:[EMAIL PROTECTED

Re: [PHP-WIN] PDFlib on PHP4

2001-08-08 Thread Alain Samoun
Your very first line on your script should be the header: header("Content-Type: application/pdf"); You can also use ob_start(), but it seems to work only with Netscape for me(?) Alain On Wed, Aug 08, 2001 at 07:25:32PM -0400, Adam Oliver wrote: > I'm getting this message >

Re: [PHP-WIN] php COM discussion

2001-08-09 Thread Alain Samoun
Try MARC: http://marc.theaimsgroup.com/?l=php-windows&r=1&w=2 Or ask questions here... Alain On Thu, Aug 09, 2001 at 01:50:15PM -0700, Bob Kaehms wrote: > Can anyone recommend me to a good site that discusses > PHP COM integration. I've seen a few random articles, > but

Re: [PHP-WIN] opening pdf documents within php

2001-08-17 Thread Alain Samoun
ou need to send it with the correct MIME using the Header function. Alain On Thu, Aug 16, 2001 at 10:17:39AM +0200, Andrew.Martin wrote: > I'm creating a Content Management system in which the user will have to > attach a pdf document to an article. This is no problem, I copy the documen

Re: [PHP-WIN] Try to get php to fopen a Word document

2001-08-17 Thread Alain Samoun
If you want to read an M$ Word file, use the COM function, of course assuming that you are on a win32 server. Alain On Thu, Aug 16, 2001 at 08:14:29PM +0800, Jack wrote: > Dear all > I'm trying to get PHP to read the content which created by MS Word.But when > php runs, and

Re: [PHP-WIN] PHP in Opera browser and TTF issues.

2001-08-20 Thread Alain Samoun
I think that Opera has to be configured to show images... Alain On Mon, Jul 23, 2001 at 05:15:50PM -0300, Gustavo Vázquez wrote: > Hi guys. I need a little help. > I had made a small PHP script to generate a .jpeg dinamically. In IE it > works great, but when I try to get the same Web

Re: [PHP-WIN] php and http authentication

2001-08-20 Thread Alain Samoun
Use the curl extension. Alain On Mon, Aug 20, 2001 at 07:15:43PM -0700, Erick Baum wrote: > I think I've seen this done before, but I cannot figure out how to do it... > please help if you can. > > I was wondering if/how you could use a PHP script to retrieve information &g

[PHP-WIN] PHP and JAVA error???

2001-08-25 Thread Kumschick Alain
\bin\hotspot\jvm.dll ;java.library.path = .\ *** Are there adder changes to make. Why isn't it working? --- Alain K. --- -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP-WIN] 2. PHP and JAVA error???

2001-08-25 Thread Kumschick Alain
\php_java.jar java.home = d:\jdk java.library = d:\jdk\jre\bin\hotspot\jvm.dll java.library.path = .\ extension_dir = d:\php\extensions\ What else do I have to change? -Alain K.- -- PHP Windows Mailing List

[PHP-WIN] Re: Help with PHP/Apache/Win98 install

2001-08-25 Thread Kumschick Alain
Do you have an fix IP ADDRESS? If yes type in your browser: http://ipaddress/ (example: http://192.168.0.1/ ) Windows 9x (95/98 and ME) does not know the fonction "localhost" You sould use Win NT/2K -Alain- "Chris Scott" <[EMAIL PROTECTED]> wrote i

Re: [PHP-WIN] Re: Help with PHP/Apache/Win98 install

2001-08-25 Thread Alain Samoun
nd the config of Apache. Alain Samoun > "Chris Scott" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Hello Everyone > > > > I have installed php on my win98 computer with Apache. The php files are > in > &

Re: [PHP-WIN] calling COM objects from PHP

2001-08-27 Thread Alain Samoun
Try: $webamp = New COM("WebAmp.WebAmpCtl") or die ("Could not create COM object"); $filename = $webamp->sFilename; Sometimes it works better... Otherwise, what is the value of $filename that you are expecting? Alain On Tue, Aug 28, 2001 at 12:24:48AM +0100, Haemish Gra

[PHP-WIN] Re: popup text

2001-08-28 Thread Kumschick Alain
Here is the code: * Link Here * --- Alain K. --- ___ http://www.kumschickalain.50g.com

Re: [PHP-WIN] COM objects win2000 PHP4.02

2001-08-28 Thread Alain Samoun
ashes you have a winword.exe sitting there. Alain On Tue, Aug 28, 2001 at 12:29:42PM -0500, Mize, Robert wrote: > I am having issues instantiating word or excel using COM. > > I get the error: > Warning: Unable to obtain IDispatch interface for CLSID > {000209FF---C000-

Re: [PHP-WIN] PHP on Win NT , IIS

2001-08-30 Thread Alain Samoun
I had very good results with Apache and CGI. For Oracle and other DB, use the database class library ADODB: http://php.weblogs.com/ADODB Alain On Thu, Aug 30, 2001 at 09:09:03AM -0400, Sridhar Moparthy wrote: > Hi Friends, > > I am kind of new to PHP. > I am planning to install PHP

Re: [PHP-WIN] Help with convincing to convert from ASP

2001-08-30 Thread Alain Samoun
http://php.weblogs.com/php_vs_asp http://php.weblogs.com/php_asp_7_reasons Among others... Just tell your ASP person that it will be lot easier to switch to PHP that he/she can think, as yourself, lot of people did it. If he/she is good at ASP coding, he/she will be even better at PHP. Alain On

Re: [PHP-WIN] Parsing PDF files

2001-08-31 Thread Alain Samoun
I think that you can extract pretty easily the header, like: Subject, Creator, Author etc... But extracting values in a table may not that be so easy as the objects creation in the file are dependent on the file history and in addition the pdf file may be in a binary form. Alain On Fri, Aug 31

[PHP-WIN] bug in class?

2001-09-08 Thread alain samoun
disappears, and everything is fine with any functions that I use. My conclusion is that under windows 98 with Apache 1.3.9 and PHP4.06 as CGI, the maximum number of functions allowed in a class is 20. This should be declared as a bug, but can anyone in this list confirms it? Alain -- PHP Windows

Re: [PHP-WIN] APACHE+php3 or 4

2001-09-08 Thread Alain Samoun
It's httpd.conf Add: Action application/x-httpd-php4 "/php/php.exe" AddType application/x-httpd-php4 .php Where "/php/php.exe" is the path to the php.exe file. Alain On Sat, Sep 08, 2001 at 10:01:56PM -0400, seberrios wrote: > I need to know wich line i have to add

Re: [PHP-WIN] Closing Excel using DCOM and Release()

2001-09-09 Thread Alain Samoun
As it said, your COM connection is closed, in addition 'release' is not a member in the word object as well as in the excel object. Alain On Sun, Sep 09, 2001 at 02:20:35PM +0100, Jeff Waldock wrote: > I cannot seem to get PHP to recognise the Release function when tring to > c

Re: [PHP-WIN] Re: bug in class?

2001-09-09 Thread Alain Samoun
n and reaches a maximum. I'm not familiar enough with the gpf message, but does "PHP caused an invalid page fault" points to a memory problem? Alain On Sun, Sep 09, 2001 at 06:44:54PM +0800, John Lim wrote: > Hi Alain, > > ADODB has more functions in a class and it doesn

Re: [PHP-WIN] Closing Excel using DCOM and Release()

2001-09-10 Thread Alain Samoun
To close Word, you should use: $word->quit(); You are right, my PHPBuilder example has an error, thanks for pointing it to me ;) Alain On Mon, Sep 10, 2001 at 06:30:20PM +0100, Jeff Waldock wrote: > Thanks for the comment, but this code was lifted from an example on > PHPbuilder.

Re: [PHP-WIN] Closing Excel using DCOM and Release()

2001-09-10 Thread Alain Samoun
Well, to close your Excel App, you will use: xlApp->quit; Talk about consistency from M$ ;) For Excel, you may want to have a look at my class: http://www.phpbuilder.com/columns/alain20001003.php3 It's becoming old now, but still has some value I guess. Alain On Mon, Sep 10, 2001 at 07

Re: [PHP-WIN] Closing Excel using DCOM and Release()

2001-09-12 Thread Alain Samoun
all the excel processes, if any,from your processes list. Alain On Tue, Sep 11, 2001 at 08:29:55AM +0100, [EMAIL PROTECTED] wrote: > > > > > Thanks again - I've looked at your class as suggested (this was where I got the >original example from!) > > Unfortun

Re: [PHP-WIN] Re: problem!

2001-09-12 Thread Alain Samoun
If you need help, you better give us more info ;) Alain On Wed, Sep 12, 2001 at 10:51:53PM +0100, Jean Philippe Reis wrote: > So am I. > "Seberrios" <[EMAIL PROTECTED]> escreveu na mensagem > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I'

RE: [PHP-WIN] COM - accessing pointer variables

2001-09-18 Thread alain samoun
Do you have a VB script showing how it connects to your COM object? Alain -Original Message- From: park [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 3:18 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] COM - accessing pointer variables I have a method into my COM object

Re: [PHP-WIN] COM - accessing pointer variables

2001-09-19 Thread Alain Samoun
I'm not sure, but try: $str = new VARIANT($obj->Get_Version_Str() , VT_STR | VT_BYREF ); or simply: $str = $obj->Get_Version_Str(); Also, are you sure that release() is part of your object definition? > $obj->Release(); Alain On Wed, Sep 19, 2001 at 08:50:52AM +0100, park wro

Re: [PHP-WIN] Installation problem- Need help!

2001-09-19 Thread Alain Samoun
Did you uncomment the: 'extension=php_*.dll' lines in php.ini to load these extensions? Alain On Wed, Sep 19, 2001 at 06:35:28PM -0400, Sridhar Moparthy wrote: > Hi All, > > I am installing PHP4 on NT4. I wanted to add LDAP and Oracle modules. To do > this I have set

Re: [PHP-WIN] Well, I've got it running

2001-09-26 Thread Alain Samoun
Phil, John: Did you ever try ADODB? http://php.weblogs.com/ADODB Alain On Wed, Sep 26, 2001 at 09:51:55PM +0100, Phil Driscoll wrote: > I know < 0 about ODBC, but it would be interesting to see if the same code > caused an error when running with PHP as a CGI (or at least it may y

Re: [PHP-WIN] Well, I've got it running

2001-09-26 Thread Alain Samoun
Ah, I forgot: for ODBC installation see: http://www.asptoday.com/content/articles/2202.asp?WROXEMPTOKEN=1377499ZgnSyNTpG7QsxuUHUTf Alain On Wed, Sep 26, 2001 at 09:51:55PM +0100, Phil Driscoll wrote: > I know < 0 about ODBC, but it would be interesting to see if the same code >

RE: [PHP-WIN] COM /DCOM

2001-09-30 Thread alain samoun
Did you set-up the permissions in DCOMCNFG.EXE? This applies for COM and DCOM in win2000 and NT. Also, DCOM has to be enabled when compiling PHP4.x Alain -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 29, 2001 4:58 PM To: [EMAIL PROTECTED] Subject

Re: [PHP-WIN] Re: Using COM

2001-09-30 Thread Alain Samoun
Except that it should be: $IIS_Admin = new COM( "wwIISADmin.IIS4Config" ); ;0 -------^ Alain On Sun, Sep 30, 2001 at 10:21:43PM +0100, Crawley wrote: > > "David Broker" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTE

Re: [PHP-WIN] php vs asp

2001-10-01 Thread Alain Samoun
http://php.weblogs.com/php_asp_7_reasons Alain On Mon, Oct 01, 2001 at 09:33:54AM +0100, raj wrote: > hi there > > I've been told that php outperforms asp. is this true if yes why ? > > kind regards > > > > -- > PHP Windows Mailing List (http://www

Re: [PHP-WIN] COM again

2001-10-01 Thread Alain Samoun
want to have a look at the ADODB code from John Lim: http://php.weblogs.com/com_php Alain > > (And of course, good links appreciated) > > -Jørg > > --- > <% > > ' > ' Logon to the Axapta COM interface > ' > Set Axapta = Server.CreateO

Re: [PHP-WIN] Needed 4.0.6-dev php4win release

2001-10-01 Thread Alain Samoun
6-22-01 is the date for php.exe and corresponding dlls is that what you want? Alain On Tue, Oct 02, 2001 at 02:58:33AM -0400, Asendorf, John wrote: > Hey, does anyone out there still have the 4.0.6-dev release from > php4win.com? I've got to revert and they don't have it up... &

Re: [PHP-WIN] Setting up MySQL for PHP

2001-10-04 Thread Alain Samoun
Does the title: The Soothingly Seamless Setup of Apache, SSL, MySQL, and PHP http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/ Suit you? Alain On Thu, Oct 04, 2001 at 02:58:00PM -0400, Asendorf, John wrote: > I've been looking to and fro for a "setting up MySQL to

Re: [PHP-WIN] No DLL's after installation?

2001-10-29 Thread Alain Samoun
It looks like that your admin has installed the basic version of php without extensions. What does the phpinfo say? Alain On Mon, Oct 29, 2001 at 02:01:59PM -0600, Joseph Koenig wrote: > Hi, I recently had an admin install PHP 4.0.6 on a Windows 2000 Server. > The server is running Mic

Re: [PHP-WIN] FDF functions

2001-11-14 Thread Alain Samoun
Can you post your script, so we can have a look at it? A+ Alain On Wed, Nov 14, 2001 at 08:21:41AM -0500, Mainolfi, Joe wrote: > I have a PDF form that submits to a url and is supposed to grab the input > data and put it into variables so that I can use it on that page, but when I > ca

RE: [PHP-WIN] FDF functions

2001-11-14 Thread alain samoun
You need the FDF Toolkit. A+ Alain -Original Message- From: Mainolfi, Joe [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 8:54 AM To: 'Alain Samoun' Subject: RE: [PHP-WIN] FDF functions i have the fdf toolkit enabled, but i don't know if it is confi

Re: [PHP-WIN] LOCAL TIME

2001-09-28 Thread Alain Samoun
Use the Date object of Javascript. Alain On Fri, Sep 28, 2001 at 04:53:01PM -0400, Afan Pasalic wrote: > Hi to all, > how can I to show the time/date data of visitors computer? I mean, in depend on >visitor's local time some info will be different. > > Tanks for any help

RE: [PHP-WIN] Re: How do I create a win app that incorporates php's functionality?

2001-11-07 Thread alain samoun
Well, as suggested, you can use php-GTK, but you can also use the browser as a container for your php script with some COM commands for GUI, and run it as localhost in Apache. You won't need to use C++ and VB - Obviously the best thing ;) A+ Alain -Original Message- From: nobody [m

Re: [PHP-WIN] PDF document creation on IE 5.5

2001-11-08 Thread Alain Samoun
I think that you are missing some files, have a look at: http://www.adobe.com/support/techdocs/98fe.htm A+ Alain On Thu, Nov 08, 2001 at 08:55:48AM -0800, Priya Chanu wrote: > I compiled PDflib support for creatinf PDF document > with php, it works perfectly fine on netscape. > > B

Re: [PHP-WIN] Re: Using COM

2001-09-28 Thread Alain Samoun
I must be missing something here, >$iis = COM("IIS://localhost/w3scv"); >Which is apparently only supported in 4.0.7.> What does this COM function do David? Alain On Fri, Sep 28, 2001 at 02:58:49AM +, David Broker wrote: > In article <[EMAIL PROTECTED]>,

Re: [PHP-WIN] Questions about versions of PHP and Apache

2001-09-28 Thread Alain Samoun
PHP4.05 was a 'bummer' for win, upgrade to 4.06 fast... Alain On Fri, Sep 28, 2001 at 11:44:27AM +0200, Martin Lindhe wrote: > > Does anyone know the minimum version of Apache that PHP-4.0.5 > > can work with? > > I have a 1.3.7, but it crashes quite often, and it se

RE: [PHP-WIN] Please help with PHP COM problem (using MS Office)

2001-11-25 Thread alain samoun
Ha! maybe you make the same mistake of many: PHP is server side only, you can't expect to see word or excel on the client side... Alain -Original Message- From: Nicholas Catanchin [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 25, 2001 12:03 AM To: [EMAIL PROTECTED] Subject: [PH

RE: [PHP-WIN] Please help with PHP COM problem (using MS Office)

2001-11-25 Thread alain samoun
+ Alain -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-WIN] time limit

2001-09-22 Thread Alain Samoun
You should put your url address between quotes. set_time_limit works for me (PHP4.06) Alain On Sun, Sep 23, 2001 at 01:52:02AM +0200, dries wrote: > Why does the time limit doesn't work ? > Any suggestions how to fix this? > > Thanks! > > > function connect1()

Re: [PHP-WIN] time limit

2001-09-23 Thread Alain Samoun
int file_exists(string filename); Alain On Sun, Sep 23, 2001 at 06:09:50PM +0200, roel wrote: > Hi, > > I'm not working in safe mode ! > The script won't time out if $url contains a bad url. > > Any suggestion? > > Thanks > > "Alain Samoun&q

RE: [PHP-WIN] Beta testers wanted for new product

2001-12-04 Thread alain samoun
You can: if ( in_array ( $CUST_CITY,array_keys($city_array )) ) echo " FOUND $CUST_CITY IN ARRAY"; else echo "Not found"; A+ Alain -Original Message- From: Peter Jukel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 4:07 AM To: [EMAIL PROTECTE

RE: [PHP-WIN] in_array with an associative array... stuck

2001-12-04 Thread alain samoun
You can: if ( in_array ( $CUST_CITY,array_keys($city_array )) ) echo " FOUND $CUST_CITY IN ARRAY"; else echo "Not found"; A+ Alain -Original Message- From: Asendorf, John [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 10:17 AM To: Php-Windows (E

RE: [PHP-WIN] How to download PHP files URGENT !!!

2001-12-06 Thread alain samoun
You can't... -Original Message- From: R. Lindeman [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 10:48 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] How to download PHP files URGENT !!! hello, i'm a newbie to PHP but i have the following question how could i get a full PHP sc

  1   2   >