Re: [PHP] Forwarding $_POST Values

2005-12-09 Thread Bernhard Janetzki
On Friday 09 December 2005 20:31, Jim Moseby wrote: > > I have a server with all my clients websites on. However I > > have some clients > > who have their own servers. I want to be able to have a form > > on my site that > > allows users to log into their webmail, however if the client > > has the

Re: [PHP] Accessing Arrays in HTML

2005-11-23 Thread Bernhard Janetzki
On Wednesday 23 November 2005 13:07, Shaun wrote: > Hi, > > I am trying to create a form on my page. The idea is that for each project > people can select whether they are allocated for scheduling, non_scheduling > or both. Here is an example of my form: > [...] > > However I can't access the 'Sche

Re: [PHP] Changing databases from MySQL to Oracle

2005-11-11 Thread Bernhard Janetzki
On Friday 11 November 2005 19:29, Bernhard Janetzki wrote: > On Friday 11 November 2005 19:21, Janet Smith wrote: > > I am new to PHP and am trying to learn how it works. > > > > We have a PHP program that is using MySQL. We are wanting to use our > > Oracle database i

Re: [PHP] Changing databases from MySQL to Oracle

2005-11-11 Thread Bernhard Janetzki
On Friday 11 November 2005 19:21, Janet Smith wrote: > I am new to PHP and am trying to learn how it works. > > We have a PHP program that is using MySQL. We are wanting to use our Oracle > database instead. The Oracle database is on a different server that our PHP > program. Does any one know how