Re: [PHP] Urgent Help Needed

2007-09-15 Thread Stut
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

[PHP] Urgent Help Needed

2007-09-15 Thread vingupta3
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 ___

Re: [PHP] split in to multiple pages (I think)

2007-09-15 Thread Greg Donald
On Sat, 15 Sep 2007, Joker7 wrote: > I'm using the code below to display news articles-which works great apart > from. I can control the number of articles,but I would like to add a link to > the bottom of the page to the un-displayed articles ( nexted 5 articles and > so on) any pointers would be

Re: [PHP] $ SERVER["REQUEST URI"] includes domain unexpectedly

2007-09-15 Thread Greg Donald
On Fri, 14 Sep 2007, [EMAIL PROTECTED] wrote: > In my old server running Apache 1.3 and PHP 4 this code will return just the > URI as expected: > > $_SERVER["REQUEST_URI"] = "/some-html-file.html" > > In my new server with Apache 2 & PHP 4 this code returns the domain: > > $_SERVER["REQUEST_URI"] =

Re: [PHP] About MYSQL/PHP Shopping Cart's Product Quantity Change Input Forms

2007-09-15 Thread tedd
At 4:00 PM -0700 9/14/07, Ji H. Park wrote: *The question: "How would you have multiple text input forms (on shopping cart page) with different inputted data (product quantities) submitted for querying the database (for changing the quantity of multiple products in the shopping cart at the same

[PHP] split in to multiple pages (I think)

2007-09-15 Thread Joker7
Hi, I'm using the code below to display news articles-which works great apart from. I can control the number of articles,but I would like to add a link to the bottom of the page to the un-displayed articles ( nexted 5 articles and so on) any pointers would be most welcome as most know my PHP ski