php-general Digest 5 May 2007 14:13:17 -0000 Issue 4774

Topics (messages 254452 through 254468):

Re: parse error
        254452 by: Brad Sumrall
        254453 by: Brad Sumrall
        254454 by: Brad Sumrall

Re: Parse error  (the long version)
        254455 by: Brad Sumrall

Re: Parse error (I see my major problem)
        254456 by: Brad Sumrall

Re: parse error  (point me where)
        254457 by: Brad Sumrall

Newbie Question - Form To Email Needed
        254458 by: revDAVE
        254460 by: revDAVE
        254462 by: revDAVE
        254463 by: Jim Lucas
        254466 by: itoctopus

Re: parse error (close this one)
        254459 by: Brad Sumrall

Why create_element function always return false?
        254461 by: Victor

Re: Problem with timeout
        254464 by: Frank Arensmeier

PEAR MIME Construct
        254465 by: Feris Thia C

Re: Getting multitple select values on PHP side
        254467 by: itoctopus

Mailbox @php.net
        254468 by: Shadow

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Parse error: parse error, unexpected '}' in
/home/content/c/u/t/cuteirka/html/commonlogin_new.php on line 37

Because I am not starting the brackets anywhere else.
My only php function is between line 37 and 39

????



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 04, 2007 9:43 PM
To: Brad Sumrall
Subject: Re: [PHP] parse error

}else{
Brad Sumrall wrote:
> Hi folk, I am writing a login in script and get the following:
>
> Parse error: parse error, unexpected T_ELSE in
> /home/content/c/u/t/cuteirka/html/commonlogin_new.php on line 37
>
> I am basically pulling this straight out the php for dummies manual.
>
>  
>
> Can someone kindly point me in the right direction on this one!
>
>  
>
> Brad
>
>  
>
>  
>
> 1          <form action="/phpBB/login.php" method="post" target="_top">
>
> 2          <table width="200" cellpadding="4" cellspacing="1" border="0"
> class="forumline" align="center">
>
> 3                      <tr>
>
> 4                                  <th background="images/login_top2.jpg"
> height="30" class="thHead" nowrap="nowrap"></th>
>
> 5                      </tr>
>
> 6                      <tr>
>
> 7                                  <td class="row1"><table border="0"
> cellpadding="3" cellspacing="1" width="100%">
>
> 8                      <tr>
>
> 9                                  <td width="11%" align="right"><div
> align="left"><span class="gen">Username:</span></div></td>
>
> 10                     </tr>
>
> 11                     <tr>
>
> 12                                 <td align="right"><input type="text"
> class="post" name="username" size="25" maxlength="40" value="" /></td>
>
> 13                     </tr>
>
> 14                     <tr>
>
> 15                                 <td align="right"><div
align="left"><span
> class="gen">Password</span></div></td>
>
> 16                     </tr>
>
> 17                     <tr>
>
> 18                                 <td align="right"><span class="gen">
>
> 19         <input type="password" class="post" name="password" size="25"
> maxlength="32" />
>
> 20         :</span></td>
>
> 21                     </tr>
>
> 22                     <tr align="center">
>
> 23                                 <td colspan="2"><span class="gen">Log
me
> on automatically: 
>
> 24         <input type="checkbox" name="autologin" /></span></td>
>
> 25                     </tr>
>
> 26                     <tr align="center">
>
> 27                                 <td colspan="2"><input type="hidden"
> name="redirect" value="" /><input type="submit" name="login"
> class="mainoption value="Log in" /></td>
>
> 28                     </tr>
>
> 29                     <tr align="center">
>
> 30                                 <td colspan="2"><span
class="gensmall"><a
> href="forgot_password.php" class="gensmall">I forgot my
> password</a></span></td>
>
> 31                     </tr>
>
> 32         </table>
>
> 33                                 </td>
>
> 34
>
> 25   </tr>
>
> 36 <?php
>
> 37         {else}
>
> 38 ?>
>
>             <tr>
>
>               <td width="207" height="32"
background="images/login_top2.jpg"
> class="headerlogout" align="center">
>
>             <table width="100%">
>
>                         <tr>
>
>                                     <td width="30" height="27"></td>
>
>                                     <td align="left"><a
> href="javascript:logout()" class="link1">Log out</a></td>
>
>                         </tr>
>
>             </table>
>
>                                     </td>
>
>             </tr>
>
>         <tr>          
>
>                                     <td align="center"
> class="logincenterbg">
>
>             <table width="88%" border="0" cellspacing="0" cellpadding="0">
>
>                         <tr>
>
>                                     <td height="10" align="left"
> class="bluetext"></td>
>
>                         </tr>
>
>                         <tr>
>
>                                     <td align="left" class="link2">Welcome
:
> <?php echo $_SESSION["userid"] ?></td>
>
>                         </tr>
>
>                         <tr>
>
>                                     <td height="22" align="left"
> class="bluetext"></td>
>
>                         </tr>
>
>                          <tr>
>
>                                     <td height="20" align="left"><a
> class="link1" href="editaccount.php">Manage Account</a></td>
>
>                         </tr>
>
>                         <tr>
>
>                                     <td height="20" align="left"><a
> class="link1" href="editprofile.php">Manage Profile</a></td>
>
>                         </tr>
>
>             </table>
>
>                                     </td>
>
>                         </tr>
>
>                         <tr>
>
>                                     <td align="left" valign="top"><img
> src="images/login_bottom.jpg" width="200" height="8" alt="" /></td>
>
>                         </tr>                 
>
>             </table>
>
> </form>
>
>
>   

--- End Message ---
--- Begin Message ---
I dug deeper and realized I needed to open it correctly.

You were right!

Thank you!

Here is the correct code that works like a charm!

Brad

<?php
        if(!isset($_SESSION["userid"]))
        {
?>
<form action="/phpBB/login.php" method="post" target="_top">
<table width="200" cellpadding="4" cellspacing="1" border="0"
class="forumline" align="center">
                <tr>
                        <th background="images/login_top2.jpg" height="30"
class="thHead" nowrap="nowrap"></th>
                </tr>
                <tr>
                        <td class="row1"><table border="0" cellpadding="3"
cellspacing="1" width="100%">
                <tr>
                        <td width="11%" align="right"><div
align="left"><span class="gen">Username:</span></div></td>
                </tr>
                <tr>
                        <td align="right"><input type="text" class="post"
name="username" size="25" maxlength="40" value="" /></td>
                </tr>
                <tr>
                        <td align="right"><div align="left"><span
class="gen">Password</span></div></td>
                </tr>
                <tr>
                        <td align="right"><span class="gen">
<input type="password" class="post" name="password" size="25" maxlength="32"
/>
    :</span></td>
                </tr>
                <tr align="center">
                        <td colspan="2"><span class="gen">Log me on
automatically: 
        <input type="checkbox" name="autologin" /></span></td>
                </tr>
                <tr align="center">
                        <td colspan="2"><input type="hidden" name="redirect"
value="" /><input type="submit" name="login" class="mainoption value="Log
in" />    </td>
                </tr>
                <tr align="center">
                        <td colspan="2"><span class="gensmall"><a
href="forgot_password.php" class="gensmall">I forgot my
password</a></span></td>
                </tr>
        </table>
                        </td>

    </tr>
<?php
        }else{
?>
        <tr>
          <td width="207" height="32" background="images/login_top2.jpg"
class="headerlogout" align="center">
        <table width="100%">
                <tr>
                        <td width="30" height="27"></td>
                        <td align="left"><a href="javascript:logout()"
class="link1">Log out</a></td>
                </tr>
        </table>
                        </td>
        </tr>
        <tr>    
                        <td align="center" class="logincenterbg">
        <table width="88%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                        <td height="10" align="left" class="bluetext"></td>
                </tr>
                <tr>
                        <td align="left" class="link2">Welcome : <?php echo
$_SESSION["userid"] ?></td>
                </tr>
                <tr>
                        <td height="22" align="left" class="bluetext"></td>
                </tr>
                 <tr>
                        <td height="20" align="left"><a class="link1"
href="editaccount.php">Manage Account</a></td>
                </tr>
                <tr>
                        <td height="20" align="left"><a class="link1"
href="editprofile.php">Manage Profile</a></td>
                </tr>
        </table>
                        </td>
                </tr>
                <tr>
                        <td align="left" valign="top"><img
src="images/login_bottom.jpg" width="200" height="8" alt="" /></td>
                </tr>           
        </table>
</form>
<?php
                }
?>  

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 04, 2007 9:43 PM
To: Brad Sumrall
Subject: Re: [PHP] parse error

}else{
Brad Sumrall wrote:
> Hi folk, I am writing a login in script and get the following:
>
> Parse error: parse error, unexpected T_ELSE in
> /home/content/c/u/t/cuteirka/html/commonlogin_new.php on line 37
>
> I am basically pulling this straight out the php for dummies manual.
>
>  
>
> Can someone kindly point me in the right direction on this one!
>
>  
>
> Brad
>
>  
>
>  
>
> 1          <form action="/phpBB/login.php" method="post" target="_top">
>
> 2          <table width="200" cellpadding="4" cellspacing="1" border="0"
> class="forumline" align="center">
>
> 3                      <tr>
>
> 4                                  <th background="images/login_top2.jpg"
> height="30" class="thHead" nowrap="nowrap"></th>
>
> 5                      </tr>
>
> 6                      <tr>
>
> 7                                  <td class="row1"><table border="0"
> cellpadding="3" cellspacing="1" width="100%">
>
> 8                      <tr>
>
> 9                                  <td width="11%" align="right"><div
> align="left"><span class="gen">Username:</span></div></td>
>
> 10                     </tr>
>
> 11                     <tr>
>
> 12                                 <td align="right"><input type="text"
> class="post" name="username" size="25" maxlength="40" value="" /></td>
>
> 13                     </tr>
>
> 14                     <tr>
>
> 15                                 <td align="right"><div
align="left"><span
> class="gen">Password</span></div></td>
>
> 16                     </tr>
>
> 17                     <tr>
>
> 18                                 <td align="right"><span class="gen">
>
> 19         <input type="password" class="post" name="password" size="25"
> maxlength="32" />
>
> 20         :</span></td>
>
> 21                     </tr>
>
> 22                     <tr align="center">
>
> 23                                 <td colspan="2"><span class="gen">Log
me
> on automatically: 
>
> 24         <input type="checkbox" name="autologin" /></span></td>
>
> 25                     </tr>
>
> 26                     <tr align="center">
>
> 27                                 <td colspan="2"><input type="hidden"
> name="redirect" value="" /><input type="submit" name="login"
> class="mainoption value="Log in" /></td>
>
> 28                     </tr>
>
> 29                     <tr align="center">
>
> 30                                 <td colspan="2"><span
class="gensmall"><a
> href="forgot_password.php" class="gensmall">I forgot my
> password</a></span></td>
>
> 31                     </tr>
>
> 32         </table>
>
> 33                                 </td>
>
> 34
>
> 25   </tr>
>
> 36 <?php
>
> 37         {else}
>
> 38 ?>
>
>             <tr>
>
>               <td width="207" height="32"
background="images/login_top2.jpg"
> class="headerlogout" align="center">
>
>             <table width="100%">
>
>                         <tr>
>
>                                     <td width="30" height="27"></td>
>
>                                     <td align="left"><a
> href="javascript:logout()" class="link1">Log out</a></td>
>
>                         </tr>
>
>             </table>
>
>                                     </td>
>
>             </tr>
>
>         <tr>          
>
>                                     <td align="center"
> class="logincenterbg">
>
>             <table width="88%" border="0" cellspacing="0" cellpadding="0">
>
>                         <tr>
>
>                                     <td height="10" align="left"
> class="bluetext"></td>
>
>                         </tr>
>
>                         <tr>
>
>                                     <td align="left" class="link2">Welcome
:
> <?php echo $_SESSION["userid"] ?></td>
>
>                         </tr>
>
>                         <tr>
>
>                                     <td height="22" align="left"
> class="bluetext"></td>
>
>                         </tr>
>
>                          <tr>
>
>                                     <td height="20" align="left"><a
> class="link1" href="editaccount.php">Manage Account</a></td>
>
>                         </tr>
>
>                         <tr>
>
>                                     <td height="20" align="left"><a
> class="link1" href="editprofile.php">Manage Profile</a></td>
>
>                         </tr>
>
>             </table>
>
>                                     </td>
>
>                         </tr>
>
>                         <tr>
>
>                                     <td align="left" valign="top"><img
> src="images/login_bottom.jpg" width="200" height="8" alt="" /></td>
>
>                         </tr>                 
>
>             </table>
>
> </form>
>
>
>   

--- End Message ---
--- Begin Message ---
Maybe not
The following passes me on without error, but does not actually log me on?
Put in a fake name, and it still passes me on to the index page.
I took this straight off the phpbb help files?

Brad


<?php
        if(!isset($_SESSION["userid"]))
        {
?>
<form action="/phpbb/index.php" method="post" target="_top">
<?php
        }else{
?>
<?php echo $_SESSION["userid"] ?>
</form>
<?php
        }
?>




--- End Message ---
--- Begin Message ---
For anyone interested in seeing the entire code.

 

Brad

 

<?php

            if(!isset($_SESSION["userid"]))

            {

?>

<form action="/phpbb/index.php" method="post" target="_top">

<table width="200" cellpadding="4" cellspacing="1" border="0"
class="forumline" align="center">

                        <tr>

                                    <th background="images/login_top2.jpg"
height="30" class="thHead" nowrap="nowrap"></th>

                        </tr>

                        <tr>

                                    <td class="row1"><table border="0"
cellpadding="3" cellspacing="1" width="100%">

                        <tr>

                                    <td width="11%" align="right"><div
align="left"><span class="gen">Username:</span></div></td>

                        </tr>

                        <tr>

                                    <td align="right"><input type="text"
class="post" name="username" size="25" maxlength="40" value="" /></td>

                        </tr>

                        <tr>

                                    <td align="right"><div
align="left"><span class="gen">Password</span></div></td>

                        </tr>

                        <tr>

                                    <td align="right"><span class="gen">

<input type="password" class="post" name="password" size="25" maxlength="32"
/>

    :</span></td>

                        </tr>

                        <tr align="center">

                                    <td colspan="2"><span class="gen">Log me
on automatically: 

            <input type="checkbox" name="autologin" /></span></td>

                        </tr>

                        <tr align="center">

                                    <td colspan="2"><input type="hidden"
name="redirect" value="" /><input type="submit" name="login"
class="mainoption value="Log in" />    </td>

                        </tr>

                        <tr align="center">

                                    <td colspan="2"><span
class="gensmall"><a href="forgot_password.php" class="gensmall">I forgot my
password</a></span></td>

                        </tr>

            </table>

                                    </td>

    </tr>

<?php

            }else{

?>

            <tr>

              <td width="207" height="32" background="images/login_top2.jpg"
class="headerlogout" align="center">

            <table width="100%">

                        <tr>

                                    <td width="30" height="27"></td>

                                    <td align="left"><a
href="javascript:logout()" class="link1">Log out</a></td>

                        </tr>

            </table>

                                    </td>

            </tr>

        <tr>          

                                    <td align="center"
class="logincenterbg">

            <table width="88%" border="0" cellspacing="0" cellpadding="0">

                        <tr>

                                    <td height="10" align="left"
class="bluetext"></td>

                        </tr>

                        <tr>

                                    <td align="left" class="link2">Welcome :
<?php echo $_SESSION["userid"] ?></td>

                        </tr>

                        <tr>

                                    <td height="22" align="left"
class="bluetext"></td>

                        </tr>

                         <tr>

                                    <td height="20" align="left"><a
class="link1" href="editaccount.php">Manage Account</a></td>

                        </tr>

                        <tr>

                                    <td height="20" align="left"><a
class="link1" href="editprofile.php">Manage Profile</a></td>

                        </tr>

            </table>

                                    </td>

                        </tr>

                        <tr>

                                    <td align="left" valign="top"><img
src="images/login_bottom.jpg" width="200" height="8" alt="" /></td>

                        </tr>                 

            </table>

</form>

<?php

                        }

?>         


--- End Message ---
--- Begin Message ---
Bare with me folks, I am just getting back to php.

 

This is definitely a SFP error!

 

Stupid Flippn' Programmer

 

The error lies between the keyboard and the chair on this one!

 

Brad


--- End Message ---
--- Begin Message ---
Obviously since I am logging into phpbb from a different directory

Root

/

Not

/phpbb

I am not calling on the database or extension-inc.php

 

Can someone point me to where I might be able to find this information?

 

Brad


--- End Message ---
--- Begin Message ---
 Hi folks, 

I have a form on page one - and would like to submit to a second page in PHP
that could grab the fields and send it out as an e-mail.

Are there any links that show how do this?


Thanks in advance - Dave


--
Thanks - RevDave
[EMAIL PROTECTED]
[db-lists]

--- End Message ---
--- Begin Message ---
On 5/4/2007 7:29 PM, "Brad Sumrall" <[EMAIL PROTECTED]> wrote:

> Where are the fields?


Hi Brad,


Just a basic form with a few fields inside like - name - address etc lie:



<form action="sendmail.php" method="post">
<input name="name" type="text">
<input name="email" type="text">
</form>

--
Thanks - RevDave
[EMAIL PROTECTED]
[db-lists]

--- End Message ---
--- Begin Message ---
On 5/4/2007 7:40 PM, "Brad Sumrall" <[EMAIL PROTECTED]> wrote:

> Once again my friend,
> Where are the fields?
> There physical 411?
> Database?
> Incoming email?
> Out going email?
> Flat file?


Hello Brad, 

I apologize if I not being clear enough, - I was thinking that there would
simply be a basic Web-Page (page 1) with EMPTY input fields ( that are not
tied to a data source at all) on a form so that the user could fill it out -
click the submit button - and it could go to a second page (PHP) -  that can
process the incoming fields and send an email to an email address...


PAGE 1: Just a basic web page form with a few fields inside like - name -
address etc:

<form action="sendmail.php" method="post">
<input name="name" type="text">
<input name="email" type="text">
</form>


PAGE 2: ... Some kind of PHP sendmail function...

- this is the way I would do it in ColdFusion ( simply going from page 1 to
page 2 that would send an email e-mail (with no database needed))


<cfmail 
to="[EMAIL PROTECTED]"
from="somebody"
server="mail.domain.com"
subject="Some mail">

Name is: #form.name#
Email is : #form.email#

Thanks, 
US
</cfmail>

Q: is there some kind of mail command like this for PHP?



> 
> Brad
> 
> -----Original Message-----
> From: revDAVE [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 04, 2007 10:36 PM
> To: [EMAIL PROTECTED]
> Cc: Brad Sumrall
> Subject: Re: [PHP] Newbie Question - Form To Email Needed
> 
> On 5/4/2007 7:29 PM, "Brad Sumrall" <[EMAIL PROTECTED]> wrote:
> 
>> Where are the fields?
> 
> 
> Hi Brad,
> 
> 
> Just a basic form with a few fields inside like - name - address etc lie:
> 
> 
> 
> <form action="sendmail.php" method="post">
> <input name="name" type="text">
> <input name="email" type="text">
> </form>
> 
> --
> Thanks - RevDave
> [EMAIL PROTECTED]
> [db-lists]
> 
> 
> 
> 
> 
> 
> 


--
Thanks - RevDave
[EMAIL PROTECTED]
[db-lists]

--- End Message ---
--- Begin Message ---
Q: is there some kind of mail command like this for PHP?

yes, it is called mail()

check out this example, it is short but to the point.

http://us.php.net/mail#57473

Jim Lucas

--- End Message ---
--- Begin Message ---
1st page:

<form>
    <textarea name='thebody'></texarea>
</form>

2nd page:

$str_body = $_POST['thebody'];
mail('[EMAIL PROTECTED]', 'This is the 
subject', $str_body);

Of course you can have the email and the subject fields come also from the 
1st page.

Hope that helps!

-- 
itoctopus - http://www.itoctopus.com
"revDAVE" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Hi folks,
>
> I have a form on page one - and would like to submit to a second page in 
> PHP
> that could grab the fields and send it out as an e-mail.
>
> Are there any links that show how do this?
>
>
> Thanks in advance - Dave
>
>
> --
> Thanks - RevDave
> [EMAIL PROTECTED]
> [db-lists] 

--- End Message ---
--- Begin Message ---
Duhhhh!

It would have made sense to direct it to /phpbb/login.php

Not

/phpbb/index.php

 

I know, the keyboard and the chair!

 

Brad


--- End Message ---
--- Begin Message ---
<?php
$doc = domxml_new_doc("1.0");
$node = $doc->create_element("para");
$newnode = $doc->append_child($node);
$newnode->set_attribute("align", "left");
?>

I just run the example that is from php manual. But there is some error

------------------------------------------------------------------------------
Warning: domnode::append_child() expects parameter 1 to be object, null
given in C:\AppServ\www\tutorial\test.php on line 4

Fatal error: Call to a member function set_attribute() on a non-object
in C:\AppServ\www\tutorial\test.php on line 5
------------------------------------------------------------------------------


It is very strange....I found that create_element always return
false....nomatter what I do....what example I tried...
Not only create_element return false but also create_coment do so...
Why???

I run php 5.2.2 with AppServ . The version of docmxl is 20626 (I just
call domxml_version() ). OS is Windows XP.

Would someone help me ,please?
Thanks a lot.

Victor.

--- End Message ---
--- Begin Message ---
4 maj 2007 kl. 23.48 skrev Richard Lynch:

On Fri, May 4, 2007 3:42 pm, Frank Arensmeier wrote:
I still think that the best way to go is to not involve Apache at all
when running the script. Because the script already has functions for
output logging etc. it is no big deal to change the code so that it
can be run from PHP CLI.

Once you said it was something you did weekly, it's pretty much a
given that you ought to use a cron job with PHP CLI and take Apache
out of the picture entirely...

You are absolutely right. I might also mention that running the script under PHP CLI did two things:

1) No problems with timeout settings anymore.
2) The script takes 10 minutes less time to finish

However, I realized that PHP CLI is version 4.4.4 whereas the Apache module PHP is version 5.something. After some modifications to the script, it is running flawlessly now.

Actually, even if it's for surfer interaction, anything taking that
long should probably be turned into a "jobs" oriented architecture,
and queue up the work for a cron job later, with user email
notification when it's done.

NOBODY wants to sit that long watching the browser do nothing.

I totally agree. The script was never ment to be user-triggered. Instead, the archiving process takes place weekly.

Thanks you all! Have a nice weekend.

//frank

--
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?


--- End Message ---
--- Begin Message ---
Hi All,

I've read my mail through php://stdin and then decode email message using MIME package. How can I change the "To" header field and then reconstruct and send it again through sendmail ?

Regards,

Feris

--- End Message ---
--- Begin Message ---
Totally agree, generates a lot of support.

-- 
itoctopus - http://www.itoctopus.com
""Richard Lynch"" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> On Fri, May 4, 2007 3:56 pm, Skip Evans wrote:
>> I have a requirement for a select on a form that
>> has to be able to get multiple values in the form
>> processing PHP side.
>>
>> You just multiple to the <select...> tag to be
>> able to select multiple values, but on the PHP
>> side the $_POST value for the form only has the
>> last one selected.
>
> PS
> WARNING:
> Most surfers have NO IDEA how to work a MULTIPLE select...
>
> You need instructions right next to it, if it's important that they
> pick more than one.
>
> If it's only a "nifty" feature to choose more than one, let the smart
> ones revel in their edumacation and the not-so-swift will never
> realize what they are missing.
>
>
> -- 
> Some people have a "gift" link here.
> Know what I want?
> I want you to buy a CD from some indie artist.
> http://cdbaby.com/browse/from/lynch
> Yeah, I get a buck. So? 

--- End Message ---
--- Begin Message ---
Hi, All.

Does anybody know how someone can get an email @php.net?


Thanks.

 
---------------------------------
Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.

--- End Message ---

Reply via email to