/groups.yahoo.com/group/phpexperts
>
> Thank you all
>
> --Evelin
>
brilliant. you should start an irc channel next. :-p
--
/*******
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetargon.com
* Portland, OR | [EMAIL PROTECTED]
an object instance in same
> way? how? will these methods have access to private and protected
> members of the class of the object?
>
> Thanks a lot in advance...
>
--
/***
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetarg
can try to sum
them.
-Robby
--
/*******
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetargon.com
* Portland, OR | [EMAIL PROTECTED]
* 503.351.4730 | blog.planetargon.com
* PHP/PostgreSQL Hosting & Development
*--- Now supporting PHP5 ---
*
t; the function?
>
> Garth
>
Php doesn't do anything like this...unless you post a form. Try
javascript.
-Robby
--
/*******
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetargon.com
* Portland, OR | [EMAIL PROTECTED]
* 503.351.4730
or is it running as a CGI?
Which is quicker to program in?
Yahoo uses php for some of their stuff, I would say that is a pretty
high traffic site.
-Robby
--
/*******
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetargon.com
* P
estions?
Cheers,
-Robby
--
/*******
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetargon.com
* Portland, OR | [EMAIL PROTECTED]
* 503.351.4730 | blog.planetargon.com
* PHP/PostgreSQL Hosting & Development
e this possible...
>
> Thanks,
> Scott
>
I have a script that will stimulate you.
;-)
--
/***********
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetargon.com
* Portland, OR | [EMAIL PROTECTED]
* 503.351.4730 | blog.planetargon.com
* PHP/Postg
gt; test if a $_GET is not set (not just empty).
>
> thanks in advance!
>
> d
>
isset() returns a boolean.
so...try,
if (!isset($x))
--
/*******
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetargon.com
* Portland, O
ections of program structures described under a
> common class heading (prefixed blocks).
Pretty sure that probably out dates many of the people subscribed to the
list. ;-) (i included..)
-Robby
--
/*******
* Robby Russell | Owner.Developer.Geek
* PLANET A
gt;
We use this program for live support with our customers.
-Robby
--
/*******
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetargon.com
* Portland, OR | [EMAIL PROTECTED]
* 503.351.4730 | blog.planetargon.com
* PHP/PostgreSQL Hosting
On Wed, 2004-11-17 at 11:28 +1100, Jason Oakley wrote:
> I think maybe
>
> $jtitle=$HTTP_GET_VARS['JTitle'];
>
Might I remind you that $_HTTP_*_VARS is deprecated..
$_GET
$_POST
(it's also much quicker to type)
-Robby
--
/********
to all the php included functions that start with is.
-Robby
--
/*******
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetargon.com
* Portland, OR | [EMAIL PROTECTED]
* 503.351.4730 | blog.planetargon.com
* PHP/PostgreSQL Hosting & Development
*
On Tue, 2004-11-16 at 18:35 -0800, Robby Russell wrote:
> On Tue, 2004-11-16 at 21:40 -0400, Mario Bittencourt wrote:
> > Hi,
> >
> > I was wondering if there is any free php live support script ?
> >
> > I'd like to add a "chat room" in my web si
ER array.
-Robby
--
/*******
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetargon.com
* Portland, OR | [EMAIL PROTECTED]
* 503.351.4730 | blog.planetargon.com
* PHP/PostgreSQL Hosting & Development
*--- Now supporting PHP5 ---
/
signature.
hp have a
> support like .net.
>
> what arguments can I show for convince him to try PHP?
>
> Thank you very much :)
The internet might disappear in a year..and then PHP could disappear as
well.
--
/*******
* Robby Russell | Owner.Devel
ut not necessary. :-p
--
/*******
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetargon.com
* Portland, OR | [EMAIL PROTECTED]
* 503.351.4730 | blog.planetargon.com
* PHP/PostgreSQL Hosting & Development
*
return False;
}
}
if (getPostVar('contact_list') == "Used")...
--
/***
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetargon.com
* Portland, OR | [EMAIL PROTECTED]
* 503.351.4730 | blo
e sent more headers until the next browser action.
Javascript can do this with a meta refresh, or you can use ob_start() at
the start of your php code, which will allow you to send headers at any
point during your php code, as it waits until it goes through all your
php code before sending any heade
tent+connection
--
/*******
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetargon.com
* Portland, OR | [EMAIL PROTECTED]
* 503.351.4730 | blog.planetargon.com
* PHP/PostgreSQL Hosting & Development
*---
http://www.php.net/license/
http://www.php.net/license/3_0.txt
--
/*******
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetargon.com
* Portland, OR | [EMAIL PROTECTED]
* 503.351.4730 | blog.planetargon.com
* PHP/PostgreSQL Hosting & Dev
you building that needs to split the
year by 2 sets of 2 digits?
Second, you can do this like so:
$foo = date("Y");
$bar = array();
$bar[] = substr($foo,0,2);
$bar[] = substr($foo,2,2);
print_r($bar);
> Array
> (
> [0] => 20
> [1] => 04
> )
-Robby
-
w number
$object->y = 2;
print $object->add() . "\n";
print $object->subtract() . "\n";
OUTPUT:
> 14
> 6
> 12
> 8
As it sounds like you're still new to this, I would pick up a book or
read some material online that will better show you
l and support..and have your users pay you to utilize
your service. ($$)
..depending on what your goal is with it, those are generally the three
ways you can make money with your app.
Cheers,
-Robby
--
/***
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON
On Thu, 2004-12-16 at 14:28 +0800, Louie Miranda wrote:
> $string = "function yes good";
> $display = count_chars($string);
>
> echo $display;
> ?>
>
> i know this is wrong, but how can i count chars used here?
php.net/strlen ?
-Robby
--
/*
isplay the current status of hylafax, so all you really
need is the hylafax commandlines and call them with php.
-Robby
--
/*******
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetargon.com
* Portland, OR | [EMAIL PROTECTED]
* 503.351.4730 | bl
effectively, the time it takes to go back and work on
legacy code can be dropped:
see: http://www.refactoring.com/
..and a good book that someone recommended to me recently:
http://www.amazon.com/exec/obidos/redirect?
tag=gp04-20&path=tg/detail/-/0201485672%3Fv%3Dglance
Cheers,
-Robby
-
advice would be greatfully appreciated
> >
> >
> > Thanks in advance
> >
> > Happy Holidays
> > Gary
> >
>
--
/***
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetargon.com
* Portland,
are getting.
-Robby
--
/*******
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetargon.com
* Portland, OR | [EMAIL PROTECTED]
* 503.351.4730 | blog.planetargon.com
* PHP/PostgreSQL Hosting & Development
*--- Now supporting PHP5 ---
/
--
PHP G
On Tue, 2004-12-28 at 18:09 +0100, Steven Spierenburg wrote:
> to see if i can post...
>
no, you can't.
--
/*******
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetargon.com
* Portland, OR | [EMAIL PROTECTED]
* 5
I don't think it would go anywhere:
> [EMAIL PROTECTED] wrote:
--
/***
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetargon.com
* Portland, OR | [EMAIL PROTECTED]
* 503.351.4730 | blog.planetargon.com
* PHP/Postgre
;
Sure you can..
class Response
{
function redirect($location)
{
header("Location: " . $location);
}
function write($text)
{
print $text;
}
}
Response::Redirect("http://www.planetargon.com/";);
Response::Write("bar");
There, now we can compete with A
ch, by the way, makes a hell of a lot more sense. It's just an HTTP
> response header like any other response header and it is called
> Location, not Redirect.
>
> -Rasmus
>
--
/***
* Robby Russell | Owner.Developer.Geek
* PLANET AR
.
POST might be the easiest route without showing in the URL.
--
/***
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetargon.com
* Portland, OR | [EMAIL PROTECTED]
* 503.351.4730 | blog.planetargon.com
* PHP/
se its value
>
> so if $x was "offers" on echo I would have (250) <-- "$isofferssorttext"
> if $x was newproducts on echo I would have (350) <--
> "$isnewproductssorttext"
>
> Thanks in advance
>
> Mario
>
This seems like an odd appr
ight help are 'php parse html email'
-Robby
--
/***
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetargon.com
* Portland, OR | [EMAIL PROTECTED]
* 503.351.4730 | blog.planetargon.com
* PHP/PostgreSQL Hosting & Development
*--- Now supporting PHP5 ---
***
ome adjustments to Apache to allow you to do
this.
-Robby
--
/*******
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetargon.com
* Portland, OR | [EMAIL PROTECTED]
* 503.351.4730 | blog.planetargon.com
* PHP/PostgreSQL Hosting & Development
*
t calls the main print.
try return instead of print.
example:
function supScript($txt)
{
return "{$txt}";
}
print "2" . supScript("3");
You shouldn't print a function that prints.. ;-)
-Robby
--
/***
* Robby Russell | O
edirect the user. I get this error on the webhost, but not on my
> local host.
>
> I've searched and found that this can be caused by spaces after the
> closing php tag, but I don't have any.
>
> What could this be?
>
>
> Tim
>
try adding:
ob_start(
101 - 138 of 138 matches
Mail list logo