es them to a database, PHP probably isn't the way to go. A Java
Servlet
> would probably be a more appropriate application for that.
>
> But I don't think that's what you're wanting to do.
>
>
> Plutarck
>
> ""FredrikAT"" <[EMAIL PROTEC
Check: http://www.php.net/mail
<[EMAIL PROTECTED]> skrev i melding [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I've been out of the loop for so long.
>
> I make a normal form, but the action is something..
>
> I don't want it to send from the uers email, but use the server. Some
> people do
es them to a database, PHP probably isn't the way to go. A Java
Servlet
> would probably be a more appropriate application for that.
>
> But I don't think that's what you're wanting to do.
>
>
> Plutarck
>
> ""FredrikAT"" <[EMAIL PROTEC
Hi!
I want to have a mailapp on my server (win32) wich writes all incoming mails
to a MySQL db.
Is this possible?
-
Fredrik A. Takle
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
Can anyone recommend a php(/mysql) book?
--
-
Fredrik A. Takle
[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,
$na_pw is the active password...
..if pw is blank or wrong i want to output a error message...
...iknow that I could do if (empty($na_pw) and $na_pw <> $pw), but then I
would have to send another query to MySQL..
I thought that q_updateresult would say (when i echo) 0 when password is
bad, but it
Can Flash import some text from a database (e.g MySQL) and print it on the
fly?
-
Fredrik A. Takle
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi!
I have users logging in on my site (they write news)..
What is the best way to show how's online?
Write to MySQL (last logged in) ?
Somehow use the sessions to this ?
-
Fredrik A. Takle
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
Hi!
I have users logging in on my site (they write news)..
What is the best way to show how's online?
Write to MySQL (last logged in) ?
Somehow use the sessions to this ?
-
Fredrik A. Takle
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
Hi!
This is what I do:
if (!empty($picture)) {
$size = GetImageSize ("pics/$picture");
if ($size[0] >= '175') {
$width = '175';
$height = $size[1] * ($width / $size[0]);
} else {
$width = $size[0];
$height = $size[1];
}
}
echo "";
Fredrik A. Takle
Be
Hi!
I'm starting a news site, and I have one problem.
(not with php or mysql, workin' fine!):
1. I want my authors to be able to make the text bold, italic ++,
but I can't find anything that works.
2. The best sollution must be something similar to hotmails...
I've looked around for ages, but I
Hi...
I'm starting a forum, but I have one problem..
1. Is there a easy way to ignore/don't take HTML/php tags inside a post..
e.g someone echo's $mysql_password/username?
or something else...
include, require etc...
...Fredrik:)
--
-
Fredrik A. Takle
[EM
Hi, again!
Didn't work...
This is the scene: (file.php?a=input)
(file.php?a=reg)
Trying to echo type...
${$myfile[$count] . '_type'} // NOT WORKIN'
${$myfile$count}_type // NOT WORKIN'
Any suggestions?
Fredrik A. Takle
Bergen, Norway
""FredrikAT&qu
Why can't I do $myfile[$count]_type?!
What schould I do instead?
-
Fredrik A. Takle
[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
Hi!
What do you think is best..:
- have alot of small .php (files)?
- or a few big?
What's good & bad with these solutions?!
-
Fredrik A. Takle
Bergen, Norway
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL
Hi!
I have 2 dates...
$start = "20010101";
$end = "20010312";
What is the easiest way of finding out how many days are between?
Thanx!
-
Fredrik A. Takle
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROT
Hi!
I have 2 dates...
$start = "20010101";
$end = "20010312";
What is the easiest way of finding out how many days are between?
Thanx!
-
Fredrik A. Takle
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PRO
I explained my problem badly in the last message...
What I want to send is written without and \n...
I want to set like a column width or something but without using HTML in
my email...
Anyone?
""FredrikAT"" <[EMAIL PROTECTED]> skrev i melding
96eu04$uef$[EMAIL P
Hi!
I want to send a email usin' email() (plain text!), but I have a problem.
What i want to send!
$email_body = "This is just nothing, This is just nothing, This is just
nothing, This is just nothing, This is just nothing, This is just nothing,
This is just nothing, This is just nothing, This i
Can I set a userid & pw from a webbased interface (make iexplore ...
remember the id & pw ... like $PHP_AUTH_USER & PHP_AUTH_PW does while
sending headers?)
Do I have to set a cookie?
-
Fredrik A. Takle
[EMAIL PROTECTED]
--
PHP General Mailing List (http:
Hi... I have a problem with PHP Authenticate
...if I enter user/pw wrong the first time it stops and I have to close/open
browser.!
I've tried to unset $PHP_AUTH_USER but then it just loops...
if(!isset($PHP_AUTH_USER)) {
Header("WWW-Authenticate: Basic realm=\".: Privat område :.\"");
What is php-nuke?
How could I make a php-page execute something (itself?) without entering the
site... it starts evry hour?!
-
Fredrik A. Takle
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For ad
22 matches
Mail list logo