Re: [PHP] PHP installations, usage, and popularity

2011-09-19 Thread Gregor Mitzka
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

Re: [PHP] Installing extensions

2011-09-18 Thread Gregor Mitzka
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

Re: [PHP] nested tags

2004-01-14 Thread Gregor Jaksa
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

[PHP] nested tags

2004-01-14 Thread Gregor Jaksa
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

Re: [PHP] problem with preg_replace

2004-01-13 Thread Gregor Jaksa
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

[PHP] problem with preg_replace

2004-01-13 Thread Gregor Jaksa
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 .

[PHP] Re: str_replace question

2002-09-01 Thread Gregor J
> > > -- > 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

[PHP] str_replace question

2002-09-01 Thread Gregor Jak¹a
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

[PHP] help with preg_replace()

2002-07-01 Thread Gregor Jak¹a
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

[PHP] eregi() problem

2002-04-21 Thread Gregor Jaksa
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

[PHP] this list has been mutated to a lamers paradise

2002-01-31 Thread Gregor Welters
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]

[PHP] array in sessions

2001-12-17 Thread Gregor Jaksa
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

RE: [PHP] PHP and RSA/Java (Repost with correct e-mail!)

2001-08-24 Thread Gregor Maier
, 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,

Re: [PHP] constant arrays or something like #define in c

2001-08-23 Thread Gregor Maier
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

[PHP] constant arrays or something like #define in c

2001-08-23 Thread Gregor Maier
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

[PHP] sockets question

2001-08-21 Thread Gregor Jaksa
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

Re: [PHP] Email Software

2001-07-23 Thread Gregor Welters
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.

[PHP] replacing part of string with values in array

2001-07-12 Thread Gregor Jaksa
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

[PHP] header() & session problem...

2001-05-05 Thread Gregor Jaksa
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

[PHP] some array help :)

2001-03-10 Thread Gregor Jaksa
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

Re: [PHP] string replace

2001-01-16 Thread Gregor
$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

[PHP] number of users currently on web

2001-01-11 Thread Gregor
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