Dear List,
The shorthand form worked fine for me in PHP4, but I
cannot make it work in PHP5. ( works ok,
however).
Could anybody please tell me if this form is still available in PHP5, and,
if so, if a different syntax is needed?
I searched the matter in the documentation but couldn't find it.
Tha
Yes, but then the user would always have to reload the imbedded frame.
-Original Message-
From: "Warren Vail" <[EMAIL PROTECTED]>
To: "'abrea'" <[EMAIL PROTECTED]>, "'PHP General List'"
Date: Tue, 14 Jun 2005 10:31:29 -
Doesn't this work?:
inside your email:
http://yoursite.com/yourpage.php";>
yourpage.php:
Alberto Brea
[EMAIL PROTECTED]
-Original Message-
From: "Ross" <[EMAIL PROTECTED]>
To: php-general@lists.php.net
Date: Tue, 14 Jun 2005 19:11:26 +0100
Subject: [PHP] form inside an email
> Hi,
>
Dear list,
Is there a way in PHP to update information on an open web page (e.g. to say
"Hello, user, I have just logged in"), without the user having to refresh
the page himself each time?
Thank you
Alberto Brea
Dave:
I visited your website. I see that you wish to put the links in the middle
of the text, which I didn't understand before.
Now, if you let your users write tags you are bound to have a substantial
number of them who don't even know what 'tag' means, let alone any
occasional malice.
Perhaps
Instead of allowing your users to enter tags, why don't you put them in
your own web page and just let them enter the url?
For instance you would have your form:
...
The action page (thepage.php) could include something like:
And when you retrieve it from the database you write your own link:
Aha I knew you guys were up to something
Cheers
Alberto Brea :-)
-Original Message-
From: "Bosky, Dave" <[EMAIL PROTECTED]>
To: php-general@lists.php.net
Date: Wed, 9 Feb 2005 08:53:24 -0500
Subject: [PHP] Student Suspended Over PHP use.
I just ran across this intere
May I suggest that you use PHP's mail() function and avoid the problem
altogether.
The format is much the same as the one you are using.
Alberto Brea
[EMAIL PROTECTED]
-Original Message-
From: "Paul Aviles" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Date: Mon, 20 Dec 2004 20:00:22 -0500
Will the adoption and legalization of software patents actually threaten the
activity of PHP software developers?
I see some people quite worried about this, e.g. at http://www.knoppix.org
and http://swpat.ffii.org/index.en.html
Alberto Brea
To turn $_POST["var1"], $_POST["var2"], $_POST["var3"] into $var1, $var2,
$var3:
if(isset($_POST))
{ foreach($_POST as $key=>$value)
{ $$key= $value; print("$$key= $value; "); }}
This should do it. The print statement is just to check the result.
Regards
Alberto Brea
-Original Message--
Dear list,
Does anybody know of a url where I can find reading materials about best
practices to organize the filesystem and variable structure of a php
application?
Although application purposes probably vary widely, I imagine that in one
way or other most include adding, updating, deleting an
Dear list,
I am trying to install PHP 4.3.8 as a module of Apache 2.0.50 on a
Windows 98 computer.
Apache alone runs ok. After I installed PHP with the installer package, I
added the following line at the end of the Apache httpd.conf together
with the AddType statements:
# LoadModule php4_module
Congratulations and good luck to the PHP 5.0.0 team!!
Alberto Brea
-Original Message-
From: "John W. Holmes" <[EMAIL PROTECTED]>
To: Ben Ramsey <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Date: Tue, 13 Jul 2004 18:44:06 -0400
Subject: Re: [PHP] Re: Anyone knows when PHP5 is released?
> Ben
If you put square brackets after the name (e.g. var[]) your form should
produce an array called $_POST["var"] that comprises the checked boxes
only.
e.g.
Regards
Alberto Brea
[EMAIL PROTECTED]
-Original Message-
From: "Aris Santillan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Da
Dear List,
How can I include a dynamically generated array:
e.g. for($i=0; $ihttp://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
15 matches
Mail list logo