Instructions to unsubscribe from this list at the end of the message
- ---------------------------------------------------------------------
Wow great help guys!!
Yes Gregory if you could pass on that pdf file i would be obliged ...even
though my french is abit rusty!!! :>
Thanks all
Nick
- ----- Original Message -----
From: "Angelo Dalli" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 20, 2003 10:10 AM
Subject: Re: [LINUX.ORG.MT] PHP Programmers
> Instructions to unsubscribe from this list at the end of the message
> ---------------------------------------------------------------------
> Yes and you also interface PHP with authorisation requests (HTTP 401
messages) to be able to popup a window in the user's browser. Checkout
$PHP_AUTH_USER, etc.
>
> Really though, see the stuff on phpbuilder.com and related sites as you
will learn a lot from them.
>
> At Maltalinks we use PHP for most web scripting stuff and found it to be
one of the most reliable script languages - with the added advantage of
being cross platform compatible.
>
> Cheers,
>
> Angelo Dalli
>
> Maltalinks Ltd.
>
>
> ---------- Original Message ----------------------------------
> From: Gregory Smirnov <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Tue, 20 May 2003 18:30:09 +0200
>
> >Instructions to unsubscribe from this list at the end of the message
> >---------------------------------------------------------------------
> >Hello Nick,
> >
> >> such as how u redirect a person to another site if he is not logged
on!!
> >
> >Assuming you use session, it could be in this way:
> ><?
> >// session check
> >session_start();
> >if (!session_is_registered("SESSION"))
> >{
> > // if session check fails, invoke error handler
> > header("Location: /error.php");
> > exit();
> >}
> >?>
> >
> >I have one pdf in french, where the difference bitween ASP and PHP is
described by examples. If you want it, just ask me :)
> >Cheers,
> >
> >~~~ ~~~ ~~~ ~~~ ~~`O~O`~~ ~~~ ~~~ ~~~ ~~~
> >\ GREGORY SMIRNOV ..... [EMAIL PROTECTED]
> >---------------------------------------------------------------------
> >You received this message because you are subscribed to the linux
> >mailing list. If you do not wish to continue receiving this mailing
> >list, please send a mail message to [EMAIL PROTECTED]
> >containing only the text "unsubscribe linux"
> >---
> >[This E-mail was scanned for spam and viruses by NextGen.net.]
> >
> >
>
>
>
>
>
> ________________________________________________________________
> Sent through the WebMail system at maltalinks.com
>
> ---------------------------------------------------------------------
> You received this message because you are subscribed to the linux
> mailing list. If you do not wish to continue receiving this mailing
> list, please send a mail message to [EMAIL PROTECTED]
> containing only the text "unsubscribe linux"
>
- ---------------------------------------------------------------------
You received this message because you are subscribed to the linux
mailing list. If you do not wish to continue receiving this mailing
list, please send a mail message to [EMAIL PROTECTED]
containing only the text "unsubscribe linux"
------------------------------