Re: [PHP] Self Destruct code

2002-05-07 Thread Marius Ursache
sure if people out tjere might have existing safeguard tools > etc, so I'm open for suggestions. > PS, I know about Zend's encrypter, but since it will live on their > server, I don't think it will help much since they will need the > decrypter on there anyway right? &

Re: [PHP] Hashes in text files

2002-05-03 Thread Marius Ursache
le? > > Thanx, Rodrigo > -- Marius Ursache (3563 || 3494) \|/ \|/ "@'/ ,. \`@" /_| \__/ |_\ \__U_/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] variables over 2 pages w/ a table.

2002-05-01 Thread Marius Ursache
8. > > but it gives me this error: > > Warning: Failed opening 'news/index.php?start=8' for inclusion > (include_path='') in /home/blindtheory/web/newweb/index.php on line 31 > > so how can i solve this and get the articles to show in groups of 8? > > thank

Re: [PHP] Re: PHP Editors

2002-05-01 Thread Marius Ursache
ttp://studio.qadram.com > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -- Marius Ursache (3563 || 3494) \|/ \|/ "@'/ ,. \`@"

Re: [PHP] If value is divisible by 2

2002-04-30 Thread Marius Ursache
what e-mail client do you use jason? i like that are fortunes in your signature. i supose that they are automaticly set... Jason Wong a écrit : > On Tuesday 30 April 2002 16:05, Marius Ursache wrote: > > > if(($i % 2)==0) > > Or simply: > > if ($i % 2) > &g

Re: [PHP] If value is divisible by 2

2002-04-30 Thread Marius Ursache
snt recognised > > any ideas? > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsu

Re: [PHP] Changing field size

2002-04-29 Thread Marius Ursache
l Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -- Marius Ursache (3563 || 3494) \|/ \|/ "@'/ ,. \`@" /_| \__/ |_\ \__U

Re: [PHP] Redirecting

2002-04-28 Thread Marius Ursache
or the help > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -- Marius Ursache (3563 || 3494) \|/ \|/ "@'/ ,. \`@" /_| \__/

Re: [PHP] RegEx and ?

2002-04-24 Thread Marius Ursache
use \? instead of ? Boaz Yahav a écrit : > When i try to use preg_match on strings that have "?" inside them it > seems to not work. > Any ideas how to bypass this? > > thanks > > berber --

Re: [PHP] RegEx and ?

2002-04-24 Thread Marius Ursache
Boaz Yahav a écrit : > When i try to use preg_match on strings that have "?" inside them it > seems to not work. > Any ideas how to bypass this? > > thanks > > berber --