[PHP-WIN] Microsoft Outlook Contacts can be managed by a PHP Interface

2002-09-25 Thread Ernani Joppert Pontes Martins
Hi Fellows, I have some knowledge of the MAPI and CDO API. Do any of you think it whould be useful to do ? Perhaps not so then I will waste my time. Perhaps yes, then I will start the development of it. The only problem of it is that it will only work on Windows Syste

php-windows Digest 26 Sep 2002 03:52:16 -0000 Issue 1357

2002-09-25 Thread php-windows-digest-help
php-windows Digest 26 Sep 2002 03:52:16 - Issue 1357 Topics (messages 16000 through 16011): Getting winamp info 16000 by: dsig.teleport.com Re: session under windows 16001 by: neil smith Re: ? (Errr... problem uploading files) 16002 by: neil smith Re: fulltext sea

[PHP-WIN] PHP/IIS5/MSSQL shows CGI Header Error

2002-09-25 Thread David Redmond
Hi All, I am just wondering if anyone out there using PHP (4.2.3, bug also affects previous versions and the latest CVS snapshot) with IIS5 and receives the "CGI Header Error" in PHP scripts that use an MSSQL DB connection. This bug has been logged on the PHP buglist (http://bugs.php.net/bug.ph

Re: [PHP-WIN] Query to MySQL

2002-09-25 Thread Cam Dunstan
Marlene You need to convert the current date to a string of the form "yyy-mm-dd hh:mm:ss" and write your query as follows $datestring = date("Y-m-d H:i:s", $some_time_stamp_integer); - or for this very day today $datestring = date("Y-m-d H:i:s"); // returns today if no optional timestamp gi

[PHP-WIN] win32api: parameters

2002-09-25 Thread Anna Sotnichenko
I'm using win32api extension for calling external C functions. How can I pass pointer to integer or float or an array of integers (floats) as a parameter? Thanks -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Win32api question: parameters

2002-09-25 Thread Anna Sotnichenko
I'm using win32api extension for calling external C functions. How can I pass pointer to integer or float or an array of integers (floats) as a parameter? Thanks -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Query to MySQL

2002-09-25 Thread Daniel Gustafsson
I bet you it's the ' around the currentdate()-function that causes it to interpret it as a string instead of a function call. And afaik there is no currentdate()-function in mysql, it's now(). At 15:02 2002-09-25 -0400, Marlene Burckhalter wrote: >I am trying to display an event calendar in an

[PHP-WIN] Query to MySQL

2002-09-25 Thread Marlene Burckhalter
I am trying to display an event calendar in an html document ( I am a beginner, I had to start small). My problem is the following query displays all the records instead of just the ones with the event date greater than or equal to the current date. Any suggestions to a begginer? Here is a sni

[PHP-WIN] RE: ? (FIXED) (Errr... problem uploading files)

2002-09-25 Thread Jose Fandos
Hi there! > Hi - it seems from your PHPinfo output that you have not specified, in > your > PHP.ini file, a directory where the server can put the uploaded files. If > this is not specified by a system defaul, you need to specifiy it here. > This means that : they will disappear into oblivion (at

[PHP-WIN] Recieve option value from a form.

2002-09-25 Thread Arthur
Below is the code to create a form. (This for works fine) How do I recieve on 'SalesCreate.php' . Many thanks, Arthur. print (""); print ("Select Sales info:"); print (""); while ($RowSales = mysql_fetch_array ($ResultSales)) { $Last_Orders_id = (string) $RowSales[sales_log_orders

Re: [PHP-WIN] fulltext search through a pdf doccument .....

2002-09-25 Thread olinux
www.htdig.org olinux --- toby z <[EMAIL PROTECTED]> wrote: > hi guyz > i no this is the rong mailing list for this but im > pretty desprete ... so plz pardon me > > i ve to search a pdf doccument through fulltext and > there r some images containg text which are to be > included in th

[PHP-WIN] Re: ? (Errr... problem uploading files)

2002-09-25 Thread neil smith
Hi - it seems from your PHPinfo output that you have not specified, in your PHP.ini file, a directory where the server can put the uploaded files. If this is not specified by a system defaul, you need to specifiy it here. This means that : they will disappear into oblivion (at best). Specifying

[PHP-WIN] Re: session under windows

2002-09-25 Thread neil smith
Hi It looks like you have set a session save handler as 'user' rather than 'files' PHP allows you to define user functions for saving session data (for example to a DB opn large sites over multiple servers). You are looking for session files in your directory, whereas PHP expects you to have

[PHP-WIN] Getting winamp info

2002-09-25 Thread dsig
Hello Olivier, Go over to www.phpclasses.org this is one of the great sites out there with php code. They have exactly what you are looking for .. a class for handling Winamp DSig Tuesday, September 24, 2002, 5:12:21 PM, you wrote: OH> Hi, OH> I would like to retrieve some Winamp informatio

php-windows Digest 25 Sep 2002 13:04:44 -0000 Issue 1356

2002-09-25 Thread php-windows-digest-help
php-windows Digest 25 Sep 2002 13:04:44 - Issue 1356 Topics (messages 15987 through 15999): session under windows 15987 by: Antonello Oliveri 15999 by: Rich Gray how can I run jpgraph in WinXP correctly? 15988 by: devuser which smtp server can I install in windows

RE: [PHP-WIN] session under windows

2002-09-25 Thread Rich Gray
Where's the session_start()? You need it on every page that is gonna use session vars I think.. Rich -Original Message- From: Antonello Oliveri [mailto:[EMAIL PROTECTED]] Sent: 24 September 2002 18:27 To: [EMAIL PROTECTED] Subject: [PHP-WIN] session under windows I've istalled PHP ver. 4

[PHP-WIN] fulltext search through a pdf doccument .....

2002-09-25 Thread toby z
hi guyz i no this is the rong mailing list for this but im pretty desprete ... so plz pardon me i ve to search a pdf doccument through fulltext and there r some images containg text which are to be included in this search i know this is possible since they search through pdf doccument

RE: [PHP-WIN] about session

2002-09-25 Thread Matt Kynaston
The browser doesn't communicate anything to the server when the page unloads, so it's difficult... Have a look at register_shutdown() - you can use that to call a function when the page finishes processing (or the user hits 'stop') - not the same as the unload event, but as close as you'll get. B

[PHP-WIN] Cannot find cookie!!!!!HELP

2002-09-25 Thread Sjaak
Dear all, I have a windows 2000 server with IIS5 and Latest version of PHP. When i use the beneath script i get the following result: (at the webserver i open IE and type:) http://localhost/info.php >> He find's the COOKIE http://www.mywebsite.com/info.php He does not find the COOKIE