check this link
simple example
http://perl.about.com/library/weekly/aa121002c.htm
On Wed, 21 Jul 2004 13:39:32 -0500, Alex Hogan
<[EMAIL PROTECTED]> wrote:
> Hi All,
>
> How do I write a function with optional arguments? Is it possible in
> php?
>
> function myfunc($First, $Second,[$Third, $F
You should not comment, if you do so you cant start apache at all
I wonder why the tutorial say that
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I wonder why do you need
try without that
On Wed, 14 Jul 2004 23:17:01 +1000, Michael Purdy
<[EMAIL PROTECTED]> wrote:
> Folks
>
> I appreciate the answers received previously in relation to my 4,3 to 5.0 question
> regarding $_REQUEST $_POST etc..
>
> Unfortunately I am still no further ad
No other way. Use one query to count the total record and then another
query for limiting
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Did you try calling the word counter function in the onChange event of
textbox and truncate the characters/words
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
use array_unique
http://us4.php.net/manual/en/function.array-unique.php
On Thu, 24 Jun 2004 10:33:04 -0800, Chris Lott <[EMAIL PROTECTED]> wrote:
>
> Given two arrays, I want to find the "records" which are duplicates.
> What is the simplest approach? And should I use a different approach
> to
while(($theFile = readdir($theDir)) !== FALSE){
!= not !==
On Wed, 23 Jun 2004 15:06:52 -0500, Jay Blanchard
<[EMAIL PROTECTED]> wrote:
>
> Boy you'd think that this would be simple, but I get no filesize with
> the following
>
> for($i = 4; $i < count($arrDirectory); $i++){
>if(is_dir
the file should be in he same folder as that of the php script,
otherwise you have to mention the absolute/relative path
Geethanandh
On Wed, 23 Jun 2004 15:06:52 -0500, Jay Blanchard
<[EMAIL PROTECTED]> wrote:
>
> Boy you'd think that this would be simple, but I get no filesize with
> the follow
8 matches
Mail list logo