Re: [PHP] Create .php file with php

2007-06-26 Thread Marius Toma
, Marius -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Create .php file with php

2007-06-25 Thread Marius Toma
I can not create .php files from PHP. I can save them as *.php5, *.php3, asp, *.txt , etc... but not as .php. I tried both touch and fopen but none of them worked. I'm running PHP 5.1.6 on Apache 2, safe_mode is off Is this a security measure somewhere? How can I bypass it? Thank you, M

Re: [PHP] function for string to array (map)?

2004-06-18 Thread Dascalu Marius
-./\.- by myself and does not represent > [EMAIL PROTECTED]-./\.- opinion of Schlumberger, Baker > http://petef.port5.com -./\.- Hughes or their divisions. > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.ne

[PHP] re: return string size in bytes

2004-06-12 Thread Dascalu Marius
php4web wrote: >I now there are function to calc file size but I want function to get string size in bytes Maybe what you want is strlen()? http://www.php.net/strlen <http://www.php.net/strlen> HTH Marius

Re: [PHP] strip comments from HTML?

2004-05-06 Thread Marius Dascalu
--- David T-G <[EMAIL PROTECTED]> wrote: > Marius, et al -- > > ...and then Marius Dascalu said... > % > % --- Justin French <[EMAIL PROTECTED]> wrote: > % > > % > This isn't working: > % > $text = preg_replace('//','',

Re: [PHP] strip comments from HTML?

2004-05-06 Thread Marius Dascalu
anual/en/pcre.pattern.syntax.php. Your line of code might be: $text = preg_replace('//','',$text); This line of code, if you are parsing HTML file row by row, strips only "one line" comments. Comments spanned on multiple lines are unaffected. HTH Marius

Re: [PHP] Re: Single quotes inside double quoted string (Was: Re: [PHP] Re: Problem with a class... any help will be appreciated.)

2004-04-30 Thread Marius Dascalu
to the next function it wont go to login() or any > other function for this > matter. > > vamp > > "John W. Holmes" <[EMAIL PROTECTED]> escribió > en el mensaje > news:[EMAIL PROTECTED] > > From: "Marius Dascalu" > <[EMAIL PROT

[PHP] File permissions on Windows, IIS

2003-11-14 Thread Marius Røstad
mmands to work on my local machine? How do I change file permissions to make it "identical" to the chmod 777 on Unix systems. Thanks a lot for any help... Marius -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] generate random

2003-05-30 Thread Marius
how to generate random number ? -- Marius [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] random

2003-05-30 Thread Marius
I tried but it echoes realy big numbers like 36324613454671 -- Marius [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] request

2003-05-30 Thread Marius
how to do that it echoes a random number and not a Resource id #1, -- Marius [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] question

2003-03-30 Thread Marius
how to do that 2 of key echoes in first table colum and other 2 in second colum? -- Marius [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Question

2003-03-30 Thread Marius
"; echo $list['0']; echo ""; ?> how i can get "Ba-na-na" in url and "Banana" or "Ba na na" in echo ? -- Marius [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

[PHP] Pointer Size

2002-05-02 Thread marius petravičius
hello, php-general, I'm trying to get the size of pointer. First I use $res = fsockopen( $server, $port ); then echo fgets( $handle, 1024 ); But it only gets only one line. So I need to know the size of then pointer. I tried to do it with fstat(), but it didn't work.. So can anyb

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 --

[PHP] Strange include

2001-11-01 Thread Marius Pertravčius
php has to include second.php . I think that you already know what I'm talkking about. So how could I do it? Thank you 2001.11.02, penktadienis Marius Pertravèius iCQ: #125733984 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To

[PHP] All domains

2001-09-23 Thread Marius Pertravčius
Sveiki, php-general, I want to get all doamins, that end with ru, lv, ch or lt. Is there any possibility to do that? 2001.09.23, sekmadienis Marius Pertravèius iCQ: #125733984 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To

[PHP] Some problem...

2001-09-10 Thread Marius Pertravčius
stake... 2001.09.10, pirmadienis Marius Pertravèius iCQ: #125733984 [EMAIL PROTECTED] -- 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] Problems with cookies....

2001-08-17 Thread Marius Pertravčius
indow --- Choose --- Same Window New Window 2001.08.18, ðeðtadienis Marius Pertravèius iCQ: #125733984 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net

Re: [PHP] Re: xsl:include doesn't work from php, it works withsabcmd

2001-08-07 Thread Marius Andreiana
On 07 Aug 2001 15:30:44 +0100, Peter Clarke wrote: > Have you tried Sablotron 0.60? yes, the same. How could I see at least what the problem is? (meaningful error message) -- Marius Andreiana -- You don't have to go to jail for helping your neighbour http://www.gnu.org/philosophy/

Re: [PHP] xsl:include doesn't work from php, it works with sabcmd

2001-08-06 Thread Marius Andreiana
forgot to mention I use xslt_process() to transform xml files. Can't see the error (with xslt_error()) , as it halts on xslt_process(). -- Marius Andreiana -- You don't have to go to jail for helping your neighbour http://www.gnu.org/philosophy/ -- PHP General Mailing

[PHP] xsl:include doesn't work from php, it works with sabcmd

2001-08-06 Thread Marius Andreiana
e problem? (I'm using sablotron 0.52) Thanks! Marius Andreiana -- You don't have to go to jail for helping your neighbour http://www.gnu.org/philosophy/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

[PHP] Problems...

2001-08-05 Thread Marius Pertravčius
me, please 2001.08.06, pirmadienis Marius Pertravèius iCQ: #125733984 [EMAIL PROTECTED] -- 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

Re: [PHP] Free PHP/MySQL Web Hosting ?

2001-08-04 Thread Marius Pertravčius
. www.f2s.com 2001.08.05, sekmadienis Marius Pertravèius [EMAIL PROTECTED] -- 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 administrato

[PHP] php_gd.dll for windows, please help me....

2001-08-04 Thread Marius Pertravčius
k you 2001.08.05, sekmadienis Marius Pertravèius iCQ: #125733984 [EMAIL PROTECTED] -- 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] FAQ

2001-08-01 Thread Marius Andreiana
Can someone make a FAQ for this list? Every month there are questions about php editors, books... They don't even bother to search the arhives before asking. -- Marius Andreiana -- You don't have to go to jail for helping your neighbour http://www.gnu.org/philosophy/ -- PHP Gener

[PHP] libmcrypt 2.2.x vs 2.4.x

2001-07-26 Thread Marius Andreiana
way to use 2.4.x ? Thanks Marius Andreiana -- You don't have to go to jail for helping your neighbour http://www.gnu.org/philosophy/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [PHP] unistall a newer veraion....cjk

2001-07-18 Thread Marius Andreiana
uninstall You can delete it by hand (the apache module and /usr/local/php) and then install what version you want. (If it's a development server, don't even bother to remove 4.0.5, just install another php 4.0.x) Marius Andreiana -- You don't have to go to jail for helping your

Re: [PHP] "report" generation with PHP

2001-07-17 Thread Marius Andreiana
În 17 Jul 2001 20:41:59 +1200 Philip Murray a scris: > On a side note, is there some Adobe license which prevents people writing > Free for use PDF libraries? don't think so; fop is free Marius Andreiana -- You don't have to go to jail for helping your neighbour http://www.gn

RE: [PHP] "report" generation with PHP

2001-07-17 Thread Marius Andreiana
it with system calls from PHP, but with a native function would be much nicer (could show the progress too) Marius Andreiana -- You don't have to go to jail for helping your neighbour http://www.gnu.org/philosophy/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [E

Re: [PHP] "report" generation with PHP

2001-07-17 Thread Marius Andreiana
f the address in the invoiced didn't matched the envelope's transparent area... (don't think a word document can handle 6000 invoices anyway) Marius Andreiana -- You don't have to go to jail for helping your neighbour http://www.gnu.org/philosophy/ -- PHP General Mailing List

Re: [PHP] "report" generation with PHP

2001-07-16 Thread Marius Andreiana
5.0 on Windows 2000 Pro (not my > decision!). not my problem :) Marius Andreiana -- You don't have to go to jail for helping your neighbour http://www.gnu.org/philosophy/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

RE: [PHP] "report" generation with PHP

2001-07-16 Thread Marius Andreiana
to generate pdf, it really works :) http://xml.apache.org/fop/index.html Marius Andreiana -- You don't have to go to jail for helping your neighbour http://www.gnu.org/philosophy/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP] Re: Export to Excel

2001-07-13 Thread Marius Andreiana
How do you deal with numeric fields which start with 0 ? Excel takes the 0s out. Thanks, Marius Andreiana -- You don't have to go to jail for helping your neighbour http://www.gnu.org/philosophy/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROT

[PHP] Problems with PHP_GD.DLL

2001-07-10 Thread Marius Pertravčius
Sveiki, php-general, Could someone remind me, how to enable graphic in PHP. I have Apache server on Win32. Does someone know any www page where i could read about it. 2001.07.10, antradienis Marius Pertravèius [EMAIL PROTECTED] -- PHP General Mailing

[PHP] Polls

2001-07-08 Thread Marius Pertravčius
better way? 2001.07.08, sekmadienis Marius Pertravèius [EMAIL PROTECTED] -- 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]

RE: [PHP] Protecting from session hijacking

2001-07-04 Thread Marius Andreiana
id in it, that session can be stolen? -- Marius Andreiana -- 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]

Re: [PHP] Protecting from session hijacking

2001-07-04 Thread Marius Andreiana
networks will be seen as the same ip, so session can be stolen by somebody else in the same internal net, but not from outside of it. Now tell me what's wrong with my opinion, b/c it's too simple to work :) -- Marius Andreiana -- PHP General Mailing List (http://www.php.net/) To u

Re: [PHP] PHP, Templates, XSLT

2001-07-03 Thread Marius Andreiana
> Anyways, has anyone experienced it with Sablotron? How did you like it? nice You can also try to check browser : if mozilla 0.9.1 or later (you choose) it can be parsed on the client; ie 6.0 isn't used yet... -- Marius Andreiana -- PHP General Mailing List (http://www.php.

[PHP] any reasons to compile apache instead of using distributionbinaries ?

2001-07-03 Thread Marius Andreiana
er in some companies even the kernel is upgraded from rpm b/c of easier maintenance and less chances to screw something up. Thanks, -- Marius Andreiana -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

[PHP] pdf_open_image_file says it can't find file, altough it's there

2001-07-02 Thread Marius Andreiana
Any help please ? I couldn't find the solution in arhives and google. Thanks! -- Marius Andreiana -- 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: [

[PHP] Again about PHP + IRC

2001-04-06 Thread Marius Petravičius
Hello php, Soeey but I can't find anyexample abot PHP + IRC.. Please help me. _ 2001 m. balandþio 6 d. Marius [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

RE: [PHP] sendmail

2001-03-16 Thread Marius Kirschner
Damn, the "-t -i" did the trick I can't believe the fix was so easy and I spent DAYS (really) trying to figure out what's wrong! Thanks so much, Robert. :) ---Marius > -Original Message- > From: Robert Covell [mailto:[EMAIL PROTECTED]] > Sent: Friday,

[PHP] sendmail

2001-03-16 Thread Marius Kirschner
e tried other "form mailers" with the same problem. Does anybody have some clue as to where I should start looking to fix this? Thanks, ---Marius -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

[PHP] php and apache protected directories

2001-02-23 Thread Marius David
? Thank you, Marius -- 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]