[PHP] file selected in form changes in next php page?!

2001-01-21 Thread Chris Hayes
Dear group, in my first page i have a form selcting a file. The names i used were csvfile, csv_file, and my_file. After submitting the form the filename changed to a totally different file, likeC:\PHP\php72C3.TMP or C:\PHP\phpD2B4.TMP (windows, apache, php4, internet

RE: [PHP] (Newbie) String within a string

2001-01-19 Thread Chris Hayes
ot; [EMAIL PROTECTED] To: "PHP" [EMAIL PROTECTED] Date sent: Thu, 18 Jan 2001 16:12:31 - Subject:RE: [PHP] (Newbie) String within a string Excellent, thanks a lot Chris. Steve (jalist) [EMAIL PROTECTED] http://ls2k.org -Original Message- Fr

[PHP] force page exit with submit button

2001-01-19 Thread Chris Hayes
Dear group, i'm planning to change a javascript shoppingcart site to a PHP site. For the javascritp shoppingcart it was convenient to have an index so i made it with frames, menu on the left, content on the right, data automatically updated to the index as soon as some field was unfocused. I

Re: [PHP] (Newbie) String within a string

2001-01-18 Thread Chris Hayes
jalist: I'm trying to grab a string from within a string based on a matching word or phrase. Example... You say you want the middle, not two words before and two words after. I see several ways. 1. Explode into an word-array and use that: 1. prepare string

Re: [PHP] Can a PHP program recieve an e-mail and write it to a file???

2001-01-18 Thread Chris Hayes
-pretty.html?code_id=108 * http://px.sklar.com/code-pretty.html?code_id=139 PS there might be Perl codes around doing something similar to what you want. Chris Hayes -- C.Hayes Droevendaal 35 6708 PB Wageningen

Re: [PHP] How to escape from a function?

2001-01-16 Thread Chris Hayes
say, I have a function like this function foo() { babababa...; /*at this point, I want to output a lot of html, can I use a ':' to escape from there?*/ echo 'html'; echo 'titlechris is great/title'; return; // would just stop the function OR if you want to call the

Re: [PHP] Strings??

2001-01-16 Thread Chris Hayes
Ade asked: I have a form which has 10 fields, is there any way in PHP to take the values once submitted and create a string for each?? Absolutely. Worse; it is already done for you! If you give the input box a name, and submit to a php page, the php page contains a variable with that name! If

[PHP] ibase (firebird) localhost login ?

2001-01-10 Thread Chris Hayes
hi, I know it's slightly off topic but i hope you;ll forgive me. i'm testing interbase because someone on this list mentioned it would be a good offline database. Interbase ('firebird') wants to connect to the local server (i'm running WAMP - Windows, Apache, MySQL, PHP), and interbase needs

<    1   2   3   4