Re: [PHP] PHP vs JSP

2001-01-14 Thread bard
I've worked on a couple of projects with JSP, and decided to use PHP to build binarycloud. 'nuff said :) ok, that's ONCE today.. =) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

Re: [PHP] Modifying arrays

2001-01-15 Thread bard
try this one.. seems to easy though. Maybe I'm missing something?? ? /* throw a few values into an array */ $my_arr[1]= "ichi"; $my_arr[2]= "ni"; $my_arr[3]= "san"; $my_arr[4]= "shi"; $my_arr[5]= "go"; /* set a variable equal to the current value in the array using pos() */ $curr_val =

Re: [PHP] Forcing renaming of download file (want output from a phpfile being saved as some particular file by browser)

2001-01-17 Thread bard
On Wed, 17 Jan 2001, Pankaj Gupta wrote: Forcing a download is easy, but how can I tell the browser to name that file to something particular, say data1.txt Is there a header for that? There sure is: header("Content-disposition: filename=data1.txt"); BTW, I've been using that for a while,

Re: [PHP] Why won`t this work??

2001-01-21 Thread bard
Try this... ?php if (!$UN) { ? SCRIPT LANGUAGE=JAVASCRIPT alert('Please enter a User Name.'); self.history.back(); /SCRIPT ? } ? Cheers, Brad On Sun, 21 Jan 2001 [EMAIL PROTECTED] wrote: Hi, Can anyone tell me before I rip my hair out, why this won`t work?? if (!UN) {

Re: [PHP] Why won`t this work??

2001-01-21 Thread bard
On Sun, 21 Jan 2001, Alexander Wagner wrote: [EMAIL PROTECTED] wrote: Hi, Can anyone tell me before I rip my hair out, why this won`t work?? if (!UN) { printf("SCRIPT LANGUAGE='JAVASCRIPT'alert('Please enter a User Name.');self.history.back();/SCRIPT"); } TIA Ade An

Re: [PHP] Hello! PHP

2001-03-16 Thread bard
If you want to e mail me privately I'll go into greater detail. But, to be brief, let me just say this. DON'T DO IT. Use jsp or python or anything else that talks to java. I've tried every available permutation of php/java on SEVERAL different plat- forms with simlilarly bad results on all of

Re: [PHP] multiple array problem

2001-09-09 Thread bard
believe it creates an array? you want to turn the array into an html select box? that would be this... form select ? foreach($wyp as $wyp_value) { print HTML option value=$wyp_value$wyp_value/option HTML; } ? /select /form have fun! I hope I understood the question. =) Cheers, Bard

Re: [PHP] How to connect Excel as a database from mysql

2001-09-10 Thread bard
nope. go with COM. On Mon, 10 Sep 2001, Ing. Lalka Peter wrote: Try ODBC connection... - Original Message - From: Balaji Ankem [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 10, 2001 1:00 PM Subject: [PHP] How to connect Excel as a database from mysql Hi,

[PHP] Re: Lists are back up

2001-06-18 Thread bard
ditto that. On Mon, 18 Jun 2001, John Donagher wrote: Any chance we can get the [LISTNAME] subject prefixing so all my filters don't break? :) John On Mon, 18 Jun 2001, Rasmus Lerdorf wrote: We have re-enabled the PHP mailing lists. They are now running from a temporary machine