[PHP] passing parameters from one page to another

2002-01-11 Thread Simos Varelakis
Hello everybody I want from a Form page to pass a couple of values (fooa, foob, fooc) which are not form fields when submit button pressed to the submited page... thanks in advance for your help simos

[PHP] open a New Window

2002-01-14 Thread Simos Varelakis
Hi to everybody I wonder if is posiblle to open a new predefined size window (new html page) with php code. Thanks in advance for your time. Best Regards Simos

[PHP] relative Drop Down Menus

2002-01-15 Thread Simos Varelakis
Hello to everyone In a submit form two relative drop down menus (dCountry and dCity) with data from two diferrent mysql tables. The form contains also some other fields ex name,surname etc. I want each time a user changes dCountry value to reload the same form without lose data from other fie

[PHP] header("Location: question

2002-01-16 Thread Simos Varelakis
Hello everybody This works header("Location: http://www.foo.com/data/register.php?exist=1";); How can I pass exist value as parameter ??? Tia SImos

[PHP] Help !! Mail Function Problem (Newbie)

2002-01-16 Thread Simos Varelakis
Hello to everyone My problem is that Mail function sends no e-mail the code is mail([EMAIL PROTECTED], "Subject", "Line 1\nLine 2\nLine 3"); this is my /var/spool/mail/info log file thewall sendmail[4513]: g0H10I604513: from=apache, size=0, class=0, nrcpts=0, relay=apache@localhost this i

RE: [PHP] Help !! Mail Function Problem (Newbie)

2002-01-16 Thread Simos Varelakis
> > mail("[EMAIL PROTECTED]", "Subject", "Line 1\nLine 2\nLine 3"); > > -- Thanks jim I still have the same problem even with mail("[EMAIL PROTECTED]", "Subject", "Line 1\nLine 2\nLine 3"); and it has to do with permstions ... Wright now I notice that in /var/log/mail/errors exist a line Jan

[PHP] [SOLVED] RE: Help !! Mail Function Problem (Newbie)

2002-01-16 Thread Simos Varelakis
ok i found it.. chmod o+w /var/spool/msqueue many thanks to all regards simos -- 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] Display a mesagge and redirect (newbie)

2002-01-17 Thread Simos Varelakis
Hi to everyone I want to do the following and i dont know if its possible with php code a) run a mysql query b) display a simpe message c) delay few seconds d)auto redirect to a page can I do this with php i know how to do a) and b) and I can't do c) and d) note that if i try d) with function

[PHP] passing content from one page to another

2002-01-29 Thread Simos Varelakis
Hi to everyone I try to pass a varaible ($text) which contains text from (with Header"location:foo2.php?text=$text") from one page foo1.php to foo2.php and display it to another textarea object in foo2.php the problem is that i lose all the contents since the first tab or CR prsseed in the so

[PHP] PHP and listbox multiple selections

2002-01-31 Thread Simos Varelakis
Hello to everyone Problem : A php form contains a listbox (named foolist) with n Items which can be multiple selected and form posted to results.php how can results.php determine which items were selected in order to add all the items in a Mysql table ??? thanks in advance for any suggestion

[PHP] Create Mysql Records From a Comma separated Values String

2002-02-06 Thread Simos Varelakis
Hi to everyone i have the following problem i have a string $foo which contains (n variable) comma separated values (example "1,17,23,45") and i want to insert these values in a mysql table . The destination field is int type and i need to insert one record per value Do you know which php f

[PHP] PhP & Javascript Mixed Repost Fields

2002-04-01 Thread Simos Varelakis
Here is a problem :-) A php post form fooa.php Submit all form fields to a page foob.php Page foob.php do some mysql db check and in one condition I want to Return to fooa.php without losing any field value... I made this from foob.php with header:("location:fooa.php?field1=$field1&field2=$fie

[PHP] !!! URGENT [PHP] php mail() function Problem

2001-10-18 Thread Simos Varelakis
Hi to everyone i have problem with php4 mail() function. Os:mandrake 7.2 Mailprog:Sendmail the following php code does not send e-mail my /var/log/mail/info files log the following thewall sendmail[8313]: f9HAE9I08313: from=apache, size=0, class=0, nrcpts=0, relay=apache@localhost my php.

RE: [PHP] Send an e-mail witdh php

2001-11-22 Thread Simos Varelakis
> -Original Message- > From: Henk [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 22, 2001 3:21 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Send an e-mail witdh php > > > That doesn't work. He is gives the error: > > Failed to Connect > > > Henk > check your /etc/php

RE: [PHP] Can php make a authentication to Apache?

2001-12-18 Thread Simos Varelakis
perhaps this link helps you http://www.phpsecurepages.f2s.com/ > -Original Message- > From: Alex Elderson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 18, 2001 2:23 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Can php make a authentication to Apache? > > -- PHP General Mailin

RE: [PHP] Weather Scripts

2002-02-21 Thread Simos Varelakis \(OLD\)
> > Hi People, > > I have been looking around the web lately and have noted a number of > sites are running what appears to be php scripts that parse their local > weather information and display it on their wesite. > > Well, I want to do the same, however I have been searching and found > nothing