vingupta3 wrote:
Its been a whiling i am searching for "Sync Outlook
with MySQL via PHP".
I want to synchronize Calendar events and Contacts
from Outlook with MySQL via PHP.
Can you help me with it..
http://php.net/com
Here endeth the PHP involvement. Look up the Outlook COM objects in
Hi,
Its been a whiling i am searching for "Sync Outlook
with MySQL via PHP".
I want to synchronize Calendar events and Contacts
from Outlook with MySQL via PHP.
Can you help me with it..
a very thanks in advance!
~Vinay
___
At 23:12 14.02.2003, Daniel Negron/KBE said:
[snip]
>have run into a problem now, that every page I have edited has somehow
>corrupted most/all of the and tags. so they look like this
>
> face="ARIAL, HELVETICA">
>
>Now when the page is read it actua
Hi all,
Slight problem, I have about 200 pages of HTML stored in a mysqlDB. I had
to manually edit some information on EVERY single page. I used MySQL-Front
and edited these pages. All of the tags were correct and I
have run into a problem now, that every page I have edited has somehow
corrup
your audience.
* http://www.christianperformer.com
-Original Message-
From: Vernon [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 13, 2003 6:13 AM
To: [EMAIL PROTECTED]
Subject: [PHP] URGENT HELP NEEDED - After Upgrade to MySQL 4.0.1.2
After upgrading to MySQL 4.0.1.2 I ma gettin
On Thursday 13 February 2003 20:42, Vernon wrote:
> This is not helping me. I know very well that I should not and I tried the
> upgrade on two other machines and all went wll.
>
> My problem still stands and a search does ntohiong but tell me to check
> that the path is correct. If it worked befor
For some reason I do not see any error logs for today.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> -Original Message-
> If it worked before then obviously the path is fine,
> unless something has changed.
Obviously something changed if it worked on 2 other servers. Check all your
logs.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsu
What are apache logs telling you?
Vernon wrote:
After upgrading to MySQL 4.0.1.2 I ma getting the message :
Fatal error: Call to undefined function: mysql_connect() in
/home/penpals/pub/mysql.php on line 3
Please help my production server is down!
--
PHP General Mailing List (http://ww
This is not helping me. I know very well that I should not and I tried the
upgrade on two other machines and all went wll.
My problem still stands and a search does ntohiong but tell me to check that
the path is correct. If it worked before then obviously the path is fine,
unless something has cha
On Thursday 13 February 2003 20:12, Vernon wrote:
> After upgrading to MySQL 4.0.1.2 I ma getting the message :
>
> Fatal error: Call to undefined function: mysql_connect() in
Search archive on the above.
> Please help my production server is down!
If it's critical shouldn't you test all upgrade
Yes
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
This one time, at band camp,
"Vernon" <[EMAIL PROTECTED]> wrote:
> After upgrading to MySQL 4.0.1.2 I ma getting the message :
>
> Fatal error: Call to undefined function: mysql_connect() in
> /home/penpals/pub/mysql.php on line 3
hmm, did you install from RPM??
Kevin
--
__
After upgrading to MySQL 4.0.1.2 I ma getting the message :
Fatal error: Call to undefined function: mysql_connect() in
/home/penpals/pub/mysql.php on line 3
Please help my production server is down!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/u
On Thu, 25 Jan 2001, Jacky@lilst wrote:
> $sql1 = "insert into firsttable (firstname, lastname) values('Jack','Chan')";
> $resultsql1 = mysql_query($sql1);
> $sqlLastID = "select LAST_INSERT_ID() from firsttable";
> $resultlast = mysql_query($sqlLastID);
> $FirstLast = mysql_result($resultlast,0
PROTECTED]>
To: 'Jacky@lilst' <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, January 24, 2001 10:22 PM
Subject: RE: [PHP] Urgent help needed, sound scary when anyone did that on
title :-)
> you know Jacky, there's another, less cool and less reliable way t
So if nothing else works for you - try this...
(depends on how secure & stable you want your application to be, of
course...)
Cheers,
Maxim Maletsky
-Original Message-
From: Jacky@lilst [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 26, 2001 1:21 AM
To: [EMAIL PROTECTED]
Subject: [PH
-
From: Joe Stump <[EMAIL PROTECTED]>
To: Jacky@lilst <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, January 24, 2001 9:25 PM
Subject: Re: [PHP] Urgent help needed, sound scary when anyone did that on
title :-)
> remove the result - so just type $id = mysql_i
remove the result - so just type $id = mysql_insert_id() and it should work
fine.
--Joe
On Thu, Jan 25, 2001 at 10:21:17AM -0600, Jacky@lilst wrote:
> Hi people,
> I got here the syntax that is suppose to get the id from the "just inserted" record
>and store it in value, did not work so far an
Hi people,
I got here the syntax that is suppose to get the id from the "just inserted" record
and store it in value, did not work so far and I cannot see what is wrong in there,
can anyone give me a hint what is wrong here? ( And the reason I did not use
mysql_insert_id here is because the ID
20 matches
Mail list logo