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
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
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
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
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 (
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 (
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
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
Are there any programs that have a graphical interface like dreamweaver for PHP?
9 matches
Mail list logo