[PHP] preg_match

2002-08-28 Thread richard . mail
hi all, i'm trying to create an script that cut's the text when a . ( dot ) is found in one of the last words.. i'm trying it with preg_match but it seems not to work. this is what i'm trying : if($i==15) { if(preg_match(/./,$text2[15])) { $text3 .= ($i $text2[15] );

[PHP] Re: Linux PHP editor

2002-08-09 Thread richard . mail
JJ Harrison\ writes: I just switched over to Red Hat Linux from Win2k... Only to find my fav editor only works on windows systems... could someone suggest a good replacement? -- JJ Harrison [EMAIL PROTECTED] www.tececo.com -- PHP General Mailing List

[PHP] Re: Good Forum...

2002-07-15 Thread richard . mail
phpbb is a good forum or phorum both are free to use :) i hope you can use one of those ;) JJ Harrison\ writes: What is a good php-based forum? I would have used vBulletin but my group a non-profit so we obviously can't afford it. Part of what I require is users to be stored in

[PHP] not parsing vars

2002-07-10 Thread richard . mail
hello all, i've install php 4.2.1 with apache 1.3.24 but when i do something like : page.php?var=valuevar1=value1 then it does nothing. does any one have a solution ? or is it something that i have tot change in php.ini ? thanks in advance, Richard Pijnenburg The netherlands -- PHP

[PHP] cookie ?

2002-07-10 Thread richard . mail
hi all, (yes it's me again) i've got an other problem. i've got an login system, and it has to put an cookie, but it seems he doesn't do it. is it an php.ini problem ?? thnx in advanced. Richard -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] cookie ( still not working )

2002-07-10 Thread richard . mail
my cookie problem is still not solved :( my browser settings are correct, and the script has worked. but sins i now installed php 4.2.1 with apache 1.3.24 it doesn't work :( does any one have an solution ?? thnx in advance, Richard -- PHP General Mailing List (http://www.php.net/) To

[PHP] Re: cookie ( still not working )

2002-07-10 Thread richard . mail
Johan Holst Nielsen writes: my cookie problem is still not solved :( my browser settings are correct, and the script has worked. but sins i now installed php 4.2.1 with apache 1.3.24 it doesn't work :( does any one have an solution ?? thnx in advance, Sure about your

[PHP] Re: Wildcard

2002-07-10 Thread richard . mail
why put in your query you want to look for an value .. if they don't want to look for it ?.. vins writes: Shit. Doesn't really make sense Sorry... I probably don't understand do you have an online example. César aracena [EMAIL PROTECTED] wrote in message

[PHP] Re: Is it so fuckin diffuicult...

2002-07-10 Thread richard . mail
none taken :) your not the only one that realy hate spammers :) vins writes: So sorry about that Didn't mean to affend anyone other than the SPAMMER CREEP Really do appologize. Kindest Regards Vins [EMAIL PROTECTED] Kondwani Spike Mkandawire [EMAIL PROTECTED] wrote in message

[PHP] Re: cookies

2002-07-10 Thread richard . mail
Alexander Ross writes: How can I set a cookie which expires when the borwser is closed?? How can I delete a cookie via PHP? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php simply give it no experation time. then