As far as I know it is called LAMPP and not LAMP. So you have PHP and also
Perl. But never the less PHP is one of the most widespread web languages
now-a-days.
2011/9/20 Daniel Brown
> On Mon, Sep 19, 2011 at 18:10, David Harkness
> wrote:
> > Gently remind them that the P in LAMP stands for PH
Why don't you use MacPorts? There you can extension in a quite simple way.
Gregor Mitzka
2011/9/18 tamouse mailing lists
> I'm having a bit of trouble installing PHP extensions.
>
> I have the following in php.ini:
>
> extension_dir =
>
> ".:/usr/local/l
HTML tags.
I can have something like
first
second table
table
and i need to convert each tags into something more user
friendly.
"David T-G" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http
Can anyone provide me with some link or code on how to deal with nested
tags.
thx!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
r[/sample] [tag]1231[/tag] [sample]test[/sample].
1231 should stay the same, without tags.
thx
<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello Gregor,
>
> On 13 Jan 2004 at 15:08, Gregor Jaksa wrote:
>
> > hello, i need to replace some words in file w
hello, i need to replace some words in file with [tag]word[/tag] and other
words with [sample]word[/sample].
i have a list of words which i need to replace with [sample] tags declared
like
$words = 'word1|word2|word3|word4';
replacing those words is easy i just use preg_replace('/\b( ' . $words .
>
>
> --
> Merci de nous avoir choisi. - Thanks you for your choice.
> Nicos - CHAILLAN Nicolas
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> www.GroupAKT.com - Hébergement Group.
> www.WorldAKT.com - Hébergement de sites Internet
> "Gregor Jak¹A" <[EMAIL PROTE
Hello, i have array $reserved_words which i want to replace with bold ..
but when i tried to do str_replace($reserved_words,
"".$reserved_words."", $string) it showed Array instead of
word
if i simply do str_replace($reserved_words, $reserved_words, $string) then
it shows the words not Array but
ive been tryin to find a solution for this problem for some hours now, but i
just dont know how to do it... so i ask for ur assistance. Lemme list some
examples, so u can see what im tryin to do :)
"word" = "word"
>word = >| word |
"word = >|word |
"word it should
replace it with >|word | and so o
if (!eregi("^[[:alpha:]]$", $HTTP_POST_VARS["vpis_ime"]))
echo "wrong char";
why does this always return "wrong char" no matter what value is in vpis_ime
... i tried "blah", "242234" "bla242h" .. every single time i get "wrong
char". im using PHP 4.1.2
basicly is what i want is to check string
just wanted to point this out.
--
PHP General 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 PROTECTED]
Hello,
is it possible to register array in session .. something like that:
session_register("ex_array[field1]");
session_register("ex_array[field2]");
this example of course doesnt work :), so if anyone knows a solution, plz
tell
thx
--
PHP General Mailing List (http://www.php.net/)
To unsu
, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands,
t;);
>
>
> ${SESSION_NAME}['login']
> or
> ${SESSION_NAME}['age']
>
>
>
> Hope this helps.
>
> Andrey Hristov
> IcyGEN Corporation
> http://www.icygen.com
> 99%
>
> - Original Message -
> From: "Gregor Maier&qu
y php-code and that this translates to abc[key].
Or is there another possibility for this. I wouldn't mind if XYZ is not
constant as long as can use XYZ instead of abc.
Would it be possible to do such a thing with references?
Thanks for your help.
Gregor
--
E-Ma
One simple question:
I need to use the same socket connectin in 2 different scripts, is that
possible ? and if YES, then how to do it ?
for example:
i have login.php where i do
$socket_handle = fsockopen($server, $port);
now in add.php i would like to send msg to $socket_handle socket...
h
Am Mittwoch, 18. Juli 2001 14:50 schrieb Wee Chua:
> Hi all,
> I need a little help from you guys. Can anyone tell what is the best
> software for sending million emails at a time or something
> like that?
sendmail
--
mfg Gregor Welters
--
PHP General Mailing List (http://www.
hello,
ok heres the thing ;)
lets say i have array("part1", "part2", "part3", "part4");
now i have string like
$string = "here's PART and heres PART, another PART here and final PART
here";
now i wanna replace first PART in string with part1 from array and second
PART with part2 from array ...
on
hello,
let me try to explain my problem..
i have one script in which i set some stuff like sessions and some
cookies...
now i need to call this script from almost every page on my site somehow
like
lets say i'm on page www.url.com/script.php?page=14 and then i call that
other function
Header("Loc
hello,
i'm trying to do something like
$tmparray = array("foo", "foo1", "foo2");
if ($i in $tmparray) then do something
..
but i dont know how to do it.
any help would be appriciated
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional co
$foo = "test.gif";
$foo1 = substr($foo, 0, strpos($foo, "."));
this should work :)
gregor
""Tait Grove"" <[EMAIL PROTECTED]> wrote in message
002a01c07ff7$0dffee20$[EMAIL PROTECTED]">news:002a01c07ff7$0dffee20$[EMAIL PROTECTED]...
Ho
hello, can somebody give me some hint (or complete code) how to find out,
how many users are on my page at that moment.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrat
22 matches
Mail list logo