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 - 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
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
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
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
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
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
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
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
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
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
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
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
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 - 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
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
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
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
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
19 matches
Mail list logo