[PHP] RSexec() doubt
Hi list members, I'm trying to develop a script that work like the MS jscript function called RSexec () (Remote Script execute). During this develop, I'm having a doubt regarding the use of that function RSexec(), cause I was reading about it, and every reference points do use it with ASP (active server pages). My doubt is: Anyone ever used it with PHP? Is it possible? Anyone know any alternative function in Javascript or another solution to archive the same effect as the RSexec() ? The scene is something like: I have two select dropdown list boxes, the first one is MARK and the other one is MODELS. The first contain all the MARKS...and the second is EMPTY...waiting for the MARK to be select to query a Database and get the results. So, when I select the MARK, the MODELS box value became WAIT... and the query start...So, after the results arrive, the models box get all the respective values. So, everything happen without refreshing the screen. It's a very powerfull function...and don't work in Netscape... Thanks for your attention! Thanks for any ideas! Best Regards, Felipe Moreno -Mensagem original- De: Chris Mulcahy [mailto:[EMAIL PROTECTED]] Enviada em: segunda-feira, 14 de maio de 2001 10:33 Para: [EMAIL PROTECTED] Assunto: RE: [PHP] "Free" Database Design Program No, then the software becomes stolen, not free. Discussing cracking and stealing programs on a list populated with software developers may not be wise. Most software developers depend on the income from their software to make a living. Please do not support cracking on this list. Chris -Original Message- From: Augusto Cesar Castoldi [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 13, 2001 3:19 PM To: Anuradha Ratnaweera Cc: [EMAIL PROTECTED] Subject: Re: [PHP] "Free" Database Design Program The software can be really a freeware (better) or... can be cracked..., than he becomes free. regards, Augusto Cesar Castoldi On Fri, 11 May 2001, Anuradha Ratnaweera wrote: > > On Sat, 5 May 2001, Augusto Cesar Castoldi wrote: > > > Anyone know a "Free" database Design program? I'm needing to organize my > > MySQL databases and design new databases. > > In what sence do you mean "Free"? Just curious;> > > Anuradha > > > -- > http://www.bee.lk/people/anuradha/";>home page > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] Inserting and Selecting an IMAGE from the DB
Hi list members! I have a doubt regarding how can I INSERT and SELECT an IMAGE from a MYSQL database. I'm using , in the DB, the BLOB field, so, I will be able to receive binary data. Thnaks for any help! Best Regards, Felipe Moreno -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
RES: [PHP] REMOTE SCRIPTING - RSexec() DOUBT
Hi list members, I'm trying to develop a script that work like the MS jscript function called RSexec () (Remote Script execute). During this develop, I'm having a doubt regarding the use of that function RSexec(), cause I was reading about it, and every reference points do use it with ASP (active server pages). My doubt is: Anyone ever used it with PHP? Is it possible? Anyone know any alternative function in Javascript or another solution to archive the same effect as the RSexec() ? The scene is something like: I have two select dropdown list boxes, the first one is MARK and the other one is MODELS. The first contain all the MARKS...and the second is EMPTY...waiting for the MARK to be select to query a Database and get the results. So, when I select the MARK, the MODELS box value became WAIT... and the query start...So, after the results arrive, the models box get all the respective values. So, everything happen without refreshing the screen. It's a very powerfull function...and don't work in Netscape... Thanks for your attention! Thanks for any ideas! Best Regards, Felipe Moreno -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
RES: [PHP] REMOTE SCRIPTING - RSexec() DOUBT
Jon, Thank you for your help, but unfortunately, this won't help me, cause I tested the script you told me in ZEND, and it is different of what I'm trying to reach, cause it generate the javascript inside the file...but, imagine if I have about 2000 models and 100 Maquees (now I got it! hehehehehe! I must train my english often!!)...I will have a very heavy file...So, the only solution I can see, is using the RSexec () for remoting scripting...I'm trying to make it using hidden frames...but I'm having a real problem, cause I can't have a FORM inside another FORM...So, I'm trying to make something to jump this barrier! A very good example of what I'm trying to make, is in the brazilian site called www.automovel.com.br , you can go to the 0Km cars (Carros 0KM) and you gonna find the dropdown I'm trying to make WITHOUT the use of the RSexec(), cause in this site, they use this MS function...But, when you try to enter with Netscape, it just don't work!...Any ideas? Thanks for everything, Best Regards, Felipe Moreno -Mensagem original- De: Jon Haworth [mailto:[EMAIL PROTECTED]] Enviada em: sexta-feira, 18 de maio de 2001 11:35 Para: 'Felipe Moreno'; '[EMAIL PROTECTED]' Assunto: RE: [PHP] REMOTE SCRIPTING - RSexec() DOUBT Two things: 1. You might want to read the Zend article on chained selectors: http://www.zend.com/zend/tut/drop-down.php 2. If it's a site to do with cars, it's "marques", not "marks". Cheers Jon -Original Message- From: Felipe Moreno [mailto:[EMAIL PROTECTED]] Sent: 18 May 2001 15:10 To: [EMAIL PROTECTED] Subject: RES: [PHP] REMOTE SCRIPTING - RSexec() DOUBT Importance: High Hi list members, I'm trying to develop a script that work like the MS jscript function called RSexec () (Remote Script execute). During this develop, I'm having a doubt regarding the use of that function RSexec(), cause I was reading about it, and every reference points do use it with ASP (active server pages). My doubt is: Anyone ever used it with PHP? Is it possible? Anyone know any alternative function in Javascript or another solution to archive the same effect as the RSexec() ? The scene is something like: I have two select dropdown list boxes, the first one is MARK and the other one is MODELS. The first contain all the MARKS...and the second is EMPTY...waiting for the MARK to be select to query a Database and get the results. So, when I select the MARK, the MODELS box value became WAIT... and the query start...So, after the results arrive, the models box get all the respective values. So, everything happen without refreshing the screen. It's a very powerfull function...and don't work in Netscape... Thanks for your attention! Thanks for any ideas! Best Regards, Felipe Moreno -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] ** 'The information included in this Email is of a confidential nature and is intended only for the addressee. If you are not the intended addressee, any disclosure, copying or distribution by you is prohibited and may be unlawful. Disclosure to any party other than the addressee, whether inadvertent or otherwise is not intended to waive privilege or confidentiality' ** -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
RES: [PHP] Cookie Strange Problem
Hi list members! I'm having a strange problem here regarding cookies. First let me explain the scenery: I'm developing a site that have a login system. I'm using PHP , MYSQL and APACHE under MS windows 98 SE. So, when the user login into the first page, I "set up" 2 cookies, one with his name and other with the number of accesses, so, when the user is taken to the main page, I print a message, and inside this message I print the two cookies. Well, the strange thing, is that in the beggining, everything was working FINE...but, without any reason, it stopped to work...it was appearing that the browser wasn't getting the cookie value or not returning it...So, I tried a lot of times and nothing happened!...I tried with Netscape and even with Internet Explorer 5.0...nothing...So, without any reason, AGAIN, it started to work in Netscape...but It don't work in Internet Explorer...noway... Any tips? Any experience like this??? Thanks in advance for any kind of help!!! Best Regards, Felipe Moreno -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] Cookie Strange Problem - Need Help
Hi list members! I'm having a strange problem here regarding cookies. First let me explain the scenery: I'm developing a site that have a login system. I'm using PHP , MYSQL and APACHE under MS windows 98 SE. So, when the user login into the first page, I "set up" 2 cookies, one with his name and other with the number of accesses, so, when the user is taken to the main page, I print a message, and inside this message I print the two cookies. Well, the strange thing, is that in the beggining, everything was working FINE...but, without any reason, it stopped to work...it was appearing that the browser wasn't getting the cookie value or not returning it...So, I tried a lot of times and nothing happened!...I tried with Netscape and even with Internet Explorer 5.0...nothing...So, without any reason, AGAIN, it started to work in Netscape...but It don't work in Internet Explorer...noway... Any tip? Any experience like this??? Thanks in advance for any kind of help!!! Best Regards, -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]