new Session variables?
I am using Windows 2000 Server + PHP4.2.0.
Thanks in advance...
Sascha Ragtschaa
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Just curious to know if someone already has a approach on that...
Are there any experiences on a installer for php projects?
Sascha Ragtschaa
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
I still have one problem, which seems to be not solveable in a easy and
smooth way:
I have a text file like this:
$text="This is a html extended textwhich needs to be cut after 100
chars";
Than I do a substring to limit it to only 100 words (teaser-format):
$teaser_1=substr($text, 0, 100)
Thanks, found a way - the PHP function wordwrap does it just perfect
(recognizes the tags, too) ...
Sometimes it's just good to browse a little bit through PHP.net (*g*)
Sascha Ragtschaa
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
I got a small problem:
I need to limit a teaser-text via substr($teaser,0,100). The Problem I now
have is, if the last 4 string chars are a html tag like and this tag
will be cut by the substr to something like that: http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
I have a small question? Does anyone know (or has written) a function about
"digit grouping symbols", that means:
when I have a value of 1000, it should print out like this: 1.000
The same when I have a value of 100, it should give 1.000.000
Does anyone know how to do it? Thanks in advan
6 matches
Mail list logo