[PHP] How can I?

2002-02-17 Thread Marcus Ouimet
How can I unsubscribe to this list thanks in advance. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Array & Javascript?

2001-04-26 Thread Marcus Ouimet
I am trying to add a Javascript in array but it gives me an error unless certain characters are commented which makes sense, but then the Javascript won't run. Any ideas here is what I am trying: 'left', 'text' => ' '); of course the ' characters are a

[PHP] Question: Number of Characters

2001-04-01 Thread Marcus Ouimet
How can i determine the number of characters in a string? I am using substr to cut off the last 4 characters of a string. Which is working great. But I want to replace the 3 charcters with "..." only if there are over 20 charcters . I tried substr_replace but it appears on everything no ma

[PHP] Question using chop :-)

2001-03-30 Thread Marcus Ouimet
I have got chop to work for me to remove characters at the end of the string using something like: echo $listing_values1 = chop(substr($listing_values['name'],0,4); echo $listing_values1 ['name'] . '...' . ' ' . "\n"; Works great except for the fact after the name there appears to be a l

[PHP] Loading Files & Writing...

2001-01-31 Thread Videomoviehouse - Marcus Ouimet
I have a javascript to edit an html page thatI have written and have been searching for a way to load a file into a text box and write the contents to a file on the server when done in PHP. Is this possible? Any direction is appreciated. Thanks in advance. -- PHP General Mailing List (

Re: [PHP] Zend Optimizer

2001-01-15 Thread Marcus Ouimet
t; <[EMAIL PROTECTED]> To: "Marcus Ouimet" <[EMAIL PROTECTED]>; "PHP" <[EMAIL PROTECTED]> Sent: Monday, January 15, 2001 12:48 PM Subject: Re: [PHP] Zend Optimizer > --- Marcus Ouimet <[EMAIL PROTECTED]> wrote: > > I have download the Zend Optimizer (

[PHP] Zend Optimizer

2001-01-15 Thread Marcus Ouimet
I have download the Zend Optimizer (Running Apache 1.3.14 and PHP 4.04) and untarred it. Then I copied the ZendOptimizer.so to usr/local/Zend/lib Then I edited the PHP.ini and added: zend_optimizer.optimization_level=15 zend_extension="/usr/local/Zend/lib/ZendOptimizer.so" Somewhere near the

Re: [PHP] Dreamwever for PHP?

2001-01-10 Thread Marcus Ouimet
I am really new to PHP, I previously used perl for all my coding. - Original Message - From: "Alexander Wagner" <[EMAIL PROTECTED]> To: "Marcus Ouimet" <[EMAIL PROTECTED]>; "PHP" <[EMAIL PROTECTED]> Sent: Wednesday, January 10, 2001 1:05 PM Sub

[PHP] Dreamwever for PHP?

2001-01-10 Thread Marcus Ouimet
Are there any programs that have a graphical interface like dreamweaver for PHP?