Re: [PHP] Re: Creative solution with XML,PHP,MYSQL

2001-02-18 Thread Brian Drexler
]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, February 17, 2001 10:07 AM Subject: RE: [PHP] Re: Creative solution with XML,PHP,MYSQL > > > Maybe Flash is an option? > > Well, I know I could probably do it some way in flash (if

Re: Creative solution with XML,PHP,MYSQL

2001-02-18 Thread G. Adam Stanislav
At 05:19 18-02-2001 +0100, Irmund Thum wrote: >trivial Javascript task and the noscript tag can have a short >explanation to turn on JavaScript >for sorting the columns. So somebody with Javascript disabled visiting >the site sees this information >and can decide to turn Javascript on Yes, that m

Re: Creative solution with XML,PHP,MYSQL

2001-02-17 Thread Irmund Thum
"G. Adam Stanislav" schrieb: > > At 16:25 17-02-2001 +0200, Siim Einfeldt aka Itpunk wrote: > >Hi everybody, > > > >I want to implement ordering something on a website without refreshing the > >page. > > That is generally done using JavaScript. But be advised that not everyone > has JavaScript t

Re: Creative solution with XML,PHP,MYSQL

2001-02-17 Thread G. Adam Stanislav
At 16:25 17-02-2001 +0200, Siim Einfeldt aka Itpunk wrote: >Hi everybody, > >I want to implement ordering something on a website without refreshing the >page. That is generally done using JavaScript. But be advised that not everyone has JavaScript turned on by default: I often have it turned off

Re: [PHP] Re: Creative solution with XML,PHP,MYSQL

2001-02-17 Thread Fábio Ottolini
You can use PHP with Flash and then use PHP to access MySQL. BR, Fábio Ottolini - Original Message - From: "Wernher Korff" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 17, 2001 12:53 PM Subject: RE: [PHP] Re: Creative solution with XML,

Re: [PHP] Re: Creative solution with XML,PHP,MYSQL

2001-02-17 Thread clay bond
On Sat, 17 Feb 2001, Artem Koutchine wrote: > Aha, java is even better :) Absolutely. I can't think of anything I'd rather do than sit and wait for the browser to load the JVM. -- /"\ \ /ASCII RIBBON CAMPAIGN X AGAINST HTML EMAIL / \AND POSTINGS

Re: [PHP] Re: Creative solution with XML,PHP,MYSQL

2001-02-17 Thread Artem Koutchine
I said Java. Java i said. Java said I. - Original Message - From: "Wernher Korff" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 17, 2001 6:53 PM Subject: RE: [PHP] Re: Creative solution with XML,PHP,MYSQL > can yopu link a

RE: [PHP] Re: Creative solution with XML,PHP,MYSQL

2001-02-17 Thread Dan Harrington
V Bonini > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: RE: [PHP] Re: Creative solution with XML,PHP,MYSQL > > > > > Maybe Flash is an option? > > Well, I know I could probably d

Re: Creative solution with XML,PHP,MYSQL

2001-02-17 Thread Jose Carlos R. de Andrade
lt;[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; ><[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> >Sent: Saturday, February 17, 2001 5:38 PM >Subject: Re: Creative solution with XML,PHP,MYSQL > > >> >> >> But I`m pretty sure it is possible with XML,

RE: [PHP] Re: Creative solution with XML,PHP,MYSQL

2001-02-17 Thread Wernher Korff
PROTECTED] Subject: RE: [PHP] Re: Creative solution with XML,PHP,MYSQL > Maybe Flash is an option? Well, I know I could probably do it some way in flash (if I had experiences with it), but this is just a bit out 'of the box'. But still, thanks for of

RE: [PHP] Re: Creative solution with XML,PHP,MYSQL

2001-02-17 Thread Siim Einfeldt aka Itpunk
> Maybe Flash is an option? Well, I know I could probably do it some way in flash (if I had experiences with it), but this is just a bit out 'of the box'. But still, thanks for offering. Siim - Before posting, please check:

Re: [PHP] Re: Creative solution with XML,PHP,MYSQL

2001-02-17 Thread Artem Koutchine
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, February 17, 2001 5:50 PM Subject: RE: [PHP] Re: Creative solution with XML,PHP,MYSQL > Maybe Flash is an option? > > > -Original M

Re: Creative solution with XML,PHP,MYSQL

2001-02-17 Thread Artem Koutchine
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, February 17, 2001 5:38 PM Subject: Re: Creative solution with XML,PHP,MYSQL > > > But I`m pretty sure it is possible with XML, in theory at least, I get > the data fr

Re: Creative solution with XML,PHP,MYSQL

2001-02-17 Thread Peter Skipworth
XML is all about data definition - not being able to dynamically change the display of the data on a webpage. Browsers don't even understand XML natively - you need to write it out as HTML before you can display it in IE or Netscape. P On Sat, 17 Feb 2001, Siim Einfeldt aka Itpunk wrote: > >

RE: [PHP] Re: Creative solution with XML,PHP,MYSQL

2001-02-17 Thread Brian V Bonini
OTECTED]; > [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [PHP] Re: Creative solution with XML,PHP,MYSQL > > > I'm afraid XML isn't going to help you - you need to investigate DHTML > options, although you'll be lucky to find a solution which is > compatible acro

Re: Creative solution with XML,PHP,MYSQL

2001-02-17 Thread Siim Einfeldt aka Itpunk
But I`m pretty sure it is possible with XML, in theory at least, I get the data from the database, I write it into array, put into xml and then deal with it - that`s how I imagine it. DHTML doesn`t seem the best way to do it...but then maybe it`s just me. cheers Siim Einfeldt > I'm afra

Re: Creative solution with XML,PHP,MYSQL

2001-02-17 Thread Peter Skipworth
I'm afraid XML isn't going to help you - you need to investigate DHTML options, although you'll be lucky to find a solution which is compatible across both Netscape and IE. regards, P On Sat, 17 Feb 2001, Siim Einfeldt aka Itpunk wrote: > Hi everybody, > > I want to implement ordering somethi