i have a array
$row["a"]="birinci";
$row["b"]="ikinci";
$row["c"]="üçüncü";
And i have a string
$kelime='http:a:ptth deneme yapıyorum ikinci http:b:ptth heuheu http:c:ptth eheuheu
http:1:ptth';
i try to chance something in string like this command
$comment = eregi_replace( "http:([-a-z0-9\_\./~
I'd like to build a script that generates bitmaps for a navigation bar.
I only reached to draw post script fonts and to write a .png file. But I'd
like to use true type fonts instead and to write the bitmaps as .gif files.
Can anybody give me a hint? Is there a tool that converts .pngs to .gifs? I
Steve Yates said something on 05 Jan 2002, in php.windows:
> "David" <[EMAIL PROTECTED]> wrote:
>> Gregory Hart said something on 05 Jan 2002, in php.windows:
>> > I understand that the variable $PHP_SELF doesn't always work.
>> > I'm using Windows 98 SE with PHP 4.1.1. Is there any way t
dankeshane Micheal -- ill give it a shot and let ya know how it turns out :)
Chris Hall
hardwired industries
"Michael Sims" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> At 03:04 PM 1/5/2002 -0800, Chris Hall wrote:
> >Just a quicky --
> >
> >I have yet to s
Mike,
Yes, you can create and access an array within a class. I've written
seveal classes using arrays and it works just fine:
class Produce
{
var $Fruit = array();
function Produce()
{
// Access class variable
$this->Fruit[] = "Oranges
At 03:04 PM 1/5/2002 -0800, Chris Hall wrote:
>Just a quicky --
>
>I have yet to see anyone define an array within a class, yet if it is
>possible, would i be able to access that array with
>$this->array["variable"];?
I've designed a class that has a method that RETURNS an array, but it
sounds l
php-windows Digest 5 Jan 2002 23:14:09 - Issue 938
Topics (messages 11313 through 11316):
Re: Apache cant find my index.htm
11313 by: Pac mon
Re: $PHP_SELF
11314 by: Pac mon
DOMXML
11315 by: Emile Bosch
Array within a Class?
11316 by: Chris Hall
Administr
Just a quicky --
I have yet to see anyone define an array within a class, yet if it is
possible, would i be able to access that array with
$this->array["variable"];?
Thanks in advance.
--
Chris Hall
Web Application Developer
--
hard
Is it just me or doesn't
xmldocfile()
work under Windows with PHP 4.1?
Warm regards,
Emile
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTE
You could parse one of the other server variables or get really wild and
parse document.location in javascript!
>
>Hi,
> I understand that the variable $PHP_SELF doesn't always work. I'm
>using Windows 98 SE with PHP 4.1.1. Is there any way to get $PHP_SELF to
>work?
>-Greg
_
You must make sure that apache knows to look for index.htm as one of the
valid default home pages. I forget the exact line, but if you search for
index.html or whatever you should find it. I have mine set up to basically
include such things as index.html index.htm index.php home.html home.htm
11 matches
Mail list logo