Re: can i do this with sql?

2001-11-27 Thread M . Hompus
Hi, In MSQL you can do it a little dirty, create a table with rows with numbers where you want to match against (1, 2, 3, 4, 5, etc) Then do a JOIN WHERE NOT a=b; It's not a very nice one, and I don't know if it works for mySQL too. Greetinx Michaƫl Hompus

Re: pass variable in JS to php and mysql-query

2001-11-12 Thread M . Hompus
I'm working in an application using JS with ASP and MSQL. We use Remote Scripting for real-time updating and reading the Database without reloading a page or move to another page. It works very well. More details on this one can be found at http://msdn.microsoft.com/scripting/ I guess it isn't