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
>
> 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
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
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
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
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
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]
>
> 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
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
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
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
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
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
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
> -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
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.
16 matches
Mail list logo