Re: [PHP] Please help me as fast as possible.. very important!!

2004-01-20 Thread Mario
The only thing you need to know is that you enter a file in the cron dir (in /etc I think) and you have the following line in that file: 52 10 * * * /usr/bin/php /home/mainwebsite_html/file.php this line runs the file.php every day at 10.52 (min hour week month year) (php dir) (file location) - t

Re: [PHP] How to prevent duplicated values?

2004-01-26 Thread Mario
Run a select first to check whether you have that value stored and by using an "if" statement add the new value or show an error. - Original Message - From: "BAO RuiXian" <[EMAIL PROTECTED]> To: "Radwan Aladdin" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, January 26, 2004 11:

[PHP] cron problem

2004-01-26 Thread Mario
27;ve been told anyways). So the question is: Is there some file somewhere that lists the names of the files that should run in the cron directory? If not, can someone tell me what the h*ll is going on? Thanks in advanced Mario - Marios Ada

[PHP] Replace or regex?

2004-09-30 Thread mario
Hi all I have a string: ##CODE## and I want to replace that with CODE can u help? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] issue with accents and mysql

2005-02-15 Thread mario
27;) --> \`{a} The issue is when I get 'à' from a mysql table. I.e., for some record of a mysql table Table, let à the value of the field Field, and say $result = mysql_fetch_array($answer, MYSQL_BOTH), where $answer= mysql_query(SELECT * FROM Table). Now accents($result['Fie

Re: [PHP] issue with accents and mysql

2005-02-15 Thread mario
racter_set latin1 character_sets latin1 big5 cp1251 cp1257 croat czech danish dec8 ... any further idea? thanks mario ps of course, I could On Tue, 2005-02-15 at 21:42, Guillermo Rauch wrote: > Try > SHOW VARIABLES LIKE 'character_set%' > > and verify your character set

[PHP] Accents! Pls help. Still very confused.

2005-02-23 Thread mario
Hello, I am still very puzzled. If you a couple of minutes of spare time, pls give a look at http://www.chiari.org/help/ and suggest a way out. Thanks a lot. mario -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] TO Bret Hughes ---- Accents! Pls help. Still very confused.

2005-02-23 Thread mario
Bret, i have just seen your reply to me. Please, check link below. Thanks mario -- Hello, I am still very puzzled. If you a couple of minutes of spare time, pls give a look at http://www.chiari.org/help/ and suggest a way out. Thanks a lot. mario -- PHP General Mailing List (http

[PHP] Uploading and directory permissions

2004-05-10 Thread Mario
e" before the upload and then take it off? or anything else I can do to protect the dir? Thank you Mario - Marios Adamantopoulos Web Developer [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Uploading and directory permissions

2004-05-10 Thread Mario
a red and write for the owner (another problem there since I can't download (through FTP) the images I uploaded through PHP. Mario - Original Message - From: "James E Hicks III" <[EMAIL PROTECTED]> To: "Mario" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED

[PHP] keeping the last zero

2004-05-17 Thread Mario
Hi all I have a list of products with prices e.g. $100 $100.50 (those are examples, they can be anything, not all prices have decimal) when I add those I get $200.5. Is there a way to get $200.50. Thanks Mario - Marios Adamantopoulos Web

[PHP] PHP timeout

2004-01-30 Thread Mario
t the hell is going on? Mario -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP timeout

2004-01-30 Thread Mario
thanks for the reply Raditha. I don't have a firewall setup on this PC Is there a chance it's a permissions problem? And why do few simple scripts run fine though? Thanks Mario - Original Message - From: "Raditha Dissanayake" <[EMAIL PROTECTED]> To: &quo

Re: [PHP] PHP timeout

2004-01-30 Thread Mario
essage - From: "Raditha Dissanayake" <[EMAIL PROTECTED]> To: "Mario" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, January 30, 2004 1:01 PM Subject: Re: [PHP] PHP timeout > > Well the situation you have described are the typical symptoms of

Re: [PHP] PHP timeout

2004-01-30 Thread Mario
e" <[EMAIL PROTECTED]> To: "Mario" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, January 30, 2004 1:33 PM Subject: Re: [PHP] PHP timeout > Hi, > > Make sure the mysql service is started and make sure that there isn't > anything else competing

Re: [PHP] PHP timeout

2004-02-03 Thread Mario
Hi all just a note that the problem was with the php 4.3.2 version finally and nothing to do with permissions. So if anyonwe has a similar problem, install a different version (the 4.3.4 is working fine here) Mario - Original Message - From: "Mario" <[EMAIL PROTECTED]

[PHP] variable hell

2005-01-04 Thread mario
do is have a variable e.g. $x = "products"; and create from that, the variable $is'products'sorttext (<--$isproductssorttext) and use its value so if $x was "offers" on echo I would have (250) <-- "$isofferssorttext" if $x was newproducts on echo I wo

Re: [PHP] output compression and MSIE

2003-07-08 Thread Mario Oberrauch
> Big thanks in advance for any help > > Sebastian Baran heyho lucky one thought not anyone else would have that "bug". it's a very nasty one (at least it was in my case) to figure out. i'd suggest looking for the content-type you are sending with. may it be

Re: [PHP] output compression and MSIE

2003-07-08 Thread Mario Oberrauch
[snip] > My looks like that - nothing special.. > > > > Some title > > > [/snip] sorry list for the mess in this thread. got somewhat wrong. try to take the following line out: (modifing to output correct type would be even better) regards mario -- PHP Ge

Re: [PHP] output compression and MSIE

2003-07-09 Thread Mario Oberrauch
at, but i see a chance that it works properly. Question is, if you let mod_gzip zip your pages, how to know when to send this header-directive. I'm quite sure about that IE is up to making troubles getting unzipped content with that header. regards mario -- PHP General Mailing List (htt

Re: [PHP] Re: *Umlauts/UTF-8

2003-04-04 Thread Mario Soto
general list. Mario Soto [EMAIL PROTECTED] -.-.-.- - Original Message - From: Alexey Lysenkov To: [EMAIL PROTECTED] Sent: Thursday, April 03, 2003 4:43 AM Subject: [PHP] Re: *Umlauts/UTF-8 Please, anybody? I'm really stuck with this. Please, help, if you know the solution.

Re: [PHP] Re: *Umlauts/UTF-8

2003-04-04 Thread Mario Soto
This function will help me to other suff that I wanted to do. Thank you. That is the main reason of the mailing lists, learn of others, in this case, from others in a lot of different countries around the world on an specific topic. Cheers Mario Soto [EMAIL PROTECTED] -.-.-.- - Original

[PHP] Questions

2003-04-04 Thread Mario Soto
passwords on a php programs usign JavaScript as support with html). Any idea? By the way I joined the list the 2nd day of march (about the 22 GMT), and I can't chech in older messages if one of my questions were answered before. Thanks for your help. Mario Soto [EMAIL PROTECTED] -.-.-.-

Re: [PHP] imap mail() problems

2003-04-04 Thread Mario Soto
;t let you to do that. Other add the CC address to $strSubject separated with a semi colon and still use the CC extra header. Greetings, and my best wishes. Mario Soto [EMAIL PROTECTED] -.-.-.- - Original Message - From: Alec Wallis To: [EMAIL PROTECTED] Sent: Thursday, April 03, 2003 1

[PHP] Sorry for my mistake

2003-04-04 Thread Mario Soto
w3c.org or request this information directly on my mail ([EMAIL PROTECTED]), and I will sendit. I don't add the files into the mesage because are 7kb compressed at 23% ratio. Mario Soto [EMAIL PROTECTED] -.-.-.- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: htt

Re: [PHP] Sessions and login

2003-06-11 Thread Mario Oberrauch
;Location: authPage.php?". session_name() ."=". session_id()); - enabling "session.use_trans_sid" in php.ini IMO latter is unpreferable. , mario -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] sending headers

2003-06-23 Thread Mario Oberrauch
t, the only thing happening infront of the headers > call is an include statement to my main db class; this class has > absolutely NO output unless a function is called (which it is not)... > > What am I missing? Hi too May be spaces/empty lin

Re: [PHP] Else If/Elseif

2003-06-30 Thread Mario Oberrauch
elseif' (in a single word). The syntactic meaning is slightly different (if you're familiar with C, this is the same behavior) but the bottom line is that both would result in exactly the same behavior." therefore: a space :o) -- Mario Oberrauch -

Re: [PHP] Yahoo Stuff.

2003-07-01 Thread Mario Oberrauch
On Tue, 2003-07-01 at 03:21, Rasmus Lerdorf wrote: > Someone had subscribed [EMAIL PROTECTED] to > php-general. I got rid of it. > > -Rasmus wow, that's really nasty btw, got this mail too. -- Mario Oberrauch ---

[PHP] dropdown Newbie question

2002-09-05 Thread Mario Ohnewald
e it should go after. // ..SNIP ... // Start Dropdown echo '   '; for($i=0;$i".$theme_name[$i]."\n"; } //end dropdown // Button echo '  '; //doesnt work: $var_from_dropdown = theme // ..SNIP ... What did i do wrong? Thank you! Mario -- PHP General Mailing

RE: [PHP] dropdown Newbie question

2002-09-05 Thread Mario Ohnewald
to submit > the form. > > Assuming you use POST, you can access the selected value like this: > > $var_from_dropdown = $_POST['theme']; > > Regards > > -|Scott > > > > -Original Message- > > From: Mario Ohnewald [mailto:[EMAIL PROTECTED

RE: [PHP] dropdown Newbie question

2002-09-05 Thread Mario Ohnewald
Well, this is my original Code: -- // Theme echo '   '; for($i=0;$i".$theme_name[$i]."\n"; } echo '  '; $var_from_dropdown = $_POST['theme']; exec("echo $var_from_dropdown > /tmp/varfromdropdown"); The file /tmp/varfromdropdown is still emty. (the dropdown f

RE: [PHP] dropdown Newbie question

2002-09-05 Thread Mario Ohnewald
echo ''; //i tried it here $var_from_dropdown = $_POST['theme']; exec("echo $var_from_dropdown > /tmp/varfromdropdown"); //echo ''; //and here, to be sure. Of course never toghether! Mario > > Jay > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] dropdown Newbie question

2002-09-10 Thread Mario Ohnewald
Hello, after a little break ( i really needed it ;P), i tried to get this thing wotkig again. I changed action to .$PHP_SELF. and i added the echo to test if it works: echo $_POST['test']; But still emtpy, what do i do wrong? Background Color Blue Red Green Black '; echo $_

[PHP] exec("echo ... issuse

2002-09-25 Thread Mario Ohnewald
own, lets call the admin. I was sleeping for | smbclient -M Server but i want: echo "Wed Sep 25 12:29:17 CEST 2002 ===> 192.168.10.1 is down, lets call the admin. I was sleeping for" | smbclient -M Server ^^ ^^ missing missing Can anyone tell me where the my mistake is? Cheers, Mario -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: exec("echo ... issuse

2002-09-25 Thread Mario Ohnewald
work it out ;( > > Henry > > "Henry" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > use \" instead of " so that you don't actually end the string > > > > Henry > > > >

RE: [PHP] Re: exec("echo ... issuse

2002-09-25 Thread Mario Ohnewald
\"$command\""); > ?> Nope, hasnt worked either ;( any other idea? this is quite important ;) Cheers, Mario > > > "Mario Ohnewald" <[EMAIL PROTECTED]> wrote in message > 001901c26480$5e280df0$350aa8c0@W2KDP">news:001901c26480$5e280df0$350aa8

[PHP] Simple form problem -

2002-10-25 Thread Mario Montag
ut it did not resolve my problem. It must be simple but I don't know enough to identify the issue. Thanks for any help or input. Mario [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: php and databases

2002-10-25 Thread Mario Montag
I found some products that may be of help to you. http://www.mysql.com/documentation/mysql/bychapter/manual_Contrib.html#SEC67 4 MyAccess is an AddIn for MS Access 97/2000 that allows you to manage MySQL databases from within Access. Main functions are: a.. Create/Modify Tables b.. Execute Qu

Re: [PHP] Simple form problem -

2002-10-25 Thread Mario Montag
t Port 80 // END OF ERROR ----- Thanks again for you help Mario "Vidyut Luther" <[EMAIL PROTECTED]> wrote in message news:1035565328.1171.2.camel@;lapdog.linuxpowered.com... > The simple but potentially wrong..harmful solution is to turn on > register globals in php

[PHP] Generating RTF on the fly

2002-06-29 Thread Mario Bittencourt
Hi, I need to generate RTF files from within PHP scripts based on user input. Do you know of any package to do the trick ? Perhaps external one, for ex. generate a XML version and feed it into an external converter. The rtf would have header/footer, ocasional images and tables. Thanks.

[PHP] Mathematical differences?!

2003-09-18 Thread Mario Werner
but different outputs? Is this a PHP-bug? :-? Kindly regards, Mario -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] shell_exec with pipes

2003-11-11 Thread Mario Ohnewald
stuff, but i dont know why php wont deal with it as shell does. $var=shell_exec("ls -al"); for examle works just fine! Could someone please give it a try, cause i have spent hours in irc channels and googeling around to get this solved :/ Thanks a LOT!! Mario -- NEU FÜR ALLE -

Re: [PHP] shell_exec with pipes

2003-11-11 Thread Mario Ohnewald
> Have you tried escaping the pipes and quotes? Try this: > > $var=shell_exec("/usr/local/bin/mplayer -identify -frames 0 > /tmp/pitstop.mpeg 2>/dev/null\| grep ID_LENGTH \| cut -d \"=\" -f 2"); nope, still get nothing back. > > Mario Ohnewald wrot

RE: [PHP] shell_exec with pipes

2003-11-12 Thread Mario Ohnewald
ot;=\" -f 2"); echo "Output: $var"; Still gives nothing back :/ Told you, its not that easy :P Thank you very much, Mario -- NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien... Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService Jetzt kostenlos anmelden

Re: [PHP] shell_exec with pipes

2003-11-12 Thread Mario Ohnewald
ll| grep ID_LENGTH | cut -d \"=\" -f 2`" echo $length > On Wednesday 12 November 2003 17:21, Mario Ohnewald wrote: > > > > $var=shell_exec("/usr/local/bin/mplayer -identify -frames 0 > > > /tmp/pitstop.mpeg 2>/dev/null | grep ID_LENGTH | c

Re: [PHP] shell_exec with pipes

2003-11-13 Thread Mario Ohnewald
Hello! I think we are almost there yet :) > On Wednesday 12 November 2003 21:48, Mario Ohnewald wrote: > > > ok, i am running the script like this now: > > [snip] > > This seems to suggest that shell_exec() does not like your command and is > not > executin

[PHP] DB2 from PHP : ODBC ?

2002-02-27 Thread Mario Bittencourt
Hi phpers, Does anybody know if accessing DB2 using ODBC runs ok ? I've never tried that and was wondering if there are any tips/limitations (like configuration settings on both ends...) ? Thanks, Mário -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://ww

Re: [PHP] downloading files

2004-08-19 Thread Mario Micklisch
Hi Aaron, [..] The download files are in a directory protected by htaccess which it is my understanding that PHP can go underneath htaccess to get access to the files. My problem is where do I put this directory? I was already told to put it outside the web root directory, [..] Both are goo

[PHP] dynamical class variable definition

2004-09-13 Thread Mario Lopez
Hi, I have a class, but the problem is that its variables need to be defined dynamically. example: class class_myclass{ var $variable1; var $variable2; var $variable3; ... var $variableN how to initialize these $variableN class variables from a global array which contains the variable

Re: [PHP] dynamical class variable definition

2004-09-13 Thread Mario Lopez
Oh Thanks, I thought that only those variables that are defined with VAR will be accessible and trieted as class variables Mario -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

AW: [PHP] checking multiple URL parameters

2004-09-16 Thread Mario Micklisch
> I know you could write a short script that would do it, but I > think I saw a built-in function that did it as well. I think parse_str is what you're looking for: http://www.php.net/manual/en/function.parse-str.php i.e. parse_str(getenv('QUERY_STRING'

Re: [PHP] PHP Form email w/attachment

2008-12-17 Thread Kastner Mario
use a mailer class, for example phpmailer, to handle this. man i say emailing could be a very crazy job for an coder. thank god that some guys make it simple for us ;) http://sourceforge.net/projects/phpmailer > I need to create a php form and mail it to a recipient (that I can do). My > quest

Re: [PHP] MERRY XMAS

2008-12-24 Thread Kastner Mario
Merry XMas from Austria out to the world! Love to everyone Mario http://unite-it.at -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Performance: While or For loop

2007-03-22 Thread Mario Guenterberg
-increment (10): 0.066 For post-increment (10): 0.066 While pre-increment (10): 0.028 While post-increment (11): 0.025 [schnipp ] Greetings Mario -- - | havelsoft.com - Ihr Service Partner für Open Source | | T

[PHP] Smarty Website down?

2007-03-27 Thread Mario Guenterberg
Hi... I try to connect in the last hours and the results are timeouts. Greetings Mario -- - | havelsoft.com - Ihr Service Partner für Open Source | | Tel: 033876-21 966 | | Notruf: 0173-277 33 60

Re: [PHP] Re: Smarty Website down?

2007-03-27 Thread Mario Guenterberg
On Tue, Mar 27, 2007 at 07:27:18AM -0500, itoctopus wrote: > looks ok now > The site is ok now. Thanks Mario -- -- | havelsoft.com - Ihr Service Partner fuer Open Source | | Tel: 033876-21 966 | |

Re: [PHP] PHP 5.2.1: Some scripts are being parsed, but most aren't

2007-03-27 Thread Mario Guenterberg
5.2.1. Greetings Mario -- - | havelsoft.com - Ihr Service Partner für Open Source | | Tel: 033876-21 966 | | Notruf: 0173-277 33 60 | | http:/

Re: [PHP] PHP 5.2.1: Some scripts are being parsed, but most aren't

2007-03-28 Thread Mario Guenterberg
he script is well formed, tags are included. I would not be surprised when I see the source of the script in firefox. But a download window??? The problem is very irregularly. Sometimes the effect steps on new scripts, sometimes on old scripts that worked before.

Re: [PHP] Re: PHP 5.2.1: Some scripts are being parsed, but most aren't

2007-03-28 Thread Mario Guenterberg
ange the default apache 2.0.55 from ubuntu to vanilla apache 2.2.4. Greetings and thanks Mario -- - | havelsoft.com - Ihr Service Partner für Open Source | | Tel: 033876-21 966 | | Notruf: 0173-2

Re: [PHP] Ide help needed

2007-03-30 Thread Mario Guenterberg
idy, Clay, Quantum) for work with any solution you need. All of this is open source... Greetings Mario -- - | havelsoft.com - Ihr Service Partner für Open Source | | Tel: 033876-21 966 | | Notruf: 0173-277 33 60

Re: [PHP] FastCGI + PHP5

2007-03-31 Thread Mario Guenterberg
ww.fastcgi.com/docs/faq.html#PHP Greetings Mario -- - | havelsoft.com - Ihr Service Partner für Open Source | | Tel: 033876-21 966 | | Notruf: 0173-277 33 60

Re: [PHP] FastCGI + PHP5

2007-03-31 Thread Mario Guenterberg
On Fri, Mar 30, 2007 at 07:00:07PM -0400, Stevie wrote: or this: http://www.webhostingtalk.com/archive/index.php/t-509127-p-1.html Greetings Mario -- - | havelsoft.com - Ihr Service Partner für Open Source | | Tel: 033876-21 966

Re: [PHP] Cannot remove PHP Version 5.2.1-0.dotdeb.1

2007-04-02 Thread Mario Guenterberg
nstallad in /usr/local for some system reasons and of course a easy way to upgrade. Greetings Mario -- - | havelsoft.com - Ihr Service Partner für Open Source | | Tel: 033876-21 966 |

Re: [PHP] Cannot remove PHP Version 5.2.1-0.dotdeb.1

2007-04-03 Thread Mario Guenterberg
On Tue, Apr 03, 2007 at 08:50:31AM -0300, Miles Thompson wrote: > Mario, > > That did it - when I tried to reload the phpinof.php script Apache did not > know what to do with the file. > > Now I'll drag the compiler from it's dusty corner and start from scratch. N

Re: [PHP] Cannot remove PHP Version 5.2.1-0.dotdeb.1

2007-04-03 Thread Mario Guenterberg
On Tue, Apr 03, 2007 at 08:56:12PM -0300, Miles Thompson wrote: > Mario, > > Boy it's been a long day - it seems that every item I had in by configure > batch had to be installed; then at the very end of the day it finally got to > the --with-mysql. Had quite a scramble tryin

Re: [PHP] NetBeans Question

2010-05-31 Thread Mario Lacunza
Hello, what about the Netbeans ram eating? Mario On 31/05/10 02:03, Dušan Novaković wrote: Hi, I've been using NetBeans for some time and I found that there are some issues like for Web applications if you write html tag incorrectlly, you wont be informed about that, for stand

[PHP] Shared variable

2005-02-09 Thread Mario Stiffel
Hello. Is there any oppertunity to create varaibles that can accessed by more than one instances? I need a way to communicate between many php-instances. It can be, that they are not active to the same time. Is there any way without using a file or a database? Mario -- PHP General Mailing List

[PHP] problems with several JPEGs in GD2

2005-02-28 Thread Mario Lopez
ns how to deal with these types of JPEGs in GD2? Any workaround? Thanks, Mario -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

AW: [PHP] php 4 & php 5

2005-03-04 Thread Mario Micklisch
> [snip] > Is there a way to install two version of php on the same machine, and > use them for two different users? > [/snip] > > No. Yes! Having that in my LiteSpeed-Servers configuration with 3 different PHP Versions. No problem if you use CGI or fastCgi's. On Apache also possible via the VHo

AW: [PHP] pulling content from a URL

2005-03-04 Thread Mario Micklisch
[..] > into a variable. I need to include some sort of error checking that > will kill this request if for some reason the URL request hangs for > more then 15 seconds. In researching this, I think the correct > function to use is fsockopen, but I can't seem to get it to work. Can > someone

[PHP] how to test paralelly?

2005-05-11 Thread Mario Lopez
Hi, I would like to measure how much users per minute can handle my php script, mysql db and apache server also, would like to determine how much users can be served at the same time and how script execution time changes in this case if i run a script like: $id = rand(1,70); $file = http://mydo

[PHP] Mindbuster - uploading works in some directories

2005-05-18 Thread Mario netMines
tell them to go. Here is the script: $thepathwithoutslash = "c:/Inetpub/wwwroot/mario/cms-front"; $subpath = "images/uploaded"; $unique_id = time(); $num = 0; $unique_id = time() + $num; $picture = "fileup$num"."_name"; $picture1 = $$picture; $picture

Re: [PHP] PHP ide?

2007-11-11 Thread Mario Guenterberg
ne the same environment for development and the individual stuff for design/grafix and more. No problems with a central subversion/CVS repo and a NFS/Samba share for the apache document root on the devel server. regards Mario -- --

Re: [PHP] PHP To an EXE Executable for Win32 ( Is it possible)

2008-02-21 Thread Mario Guenterberg
ng as if you were viewing the script through a webbrowser, but without > having to install php. > > What is the name of this? Hi... look at this: http://www.php-editors.com/forums/other-php-tools/2374-php-compiler-embedder-php2exe.html Greetings Mario -- -BEGIN GEEK CODE BLOCK--

Re: [PHP] php-5.2.5 glibc detected *** free()

2008-02-23 Thread Mario Guenterberg
nvoked by configure script > but always same error. I've tried on 2 others machines with same distro > and i got same error, too. > > I think i make a mistake during php configuration but can't find where. > > Any help/idea please ... > > If you need more info, i

Re: [PHP] Apache child pid segfault + APD

2008-05-03 Thread Mario Guenterberg
ith suhosin/apc, apache 2.2.8 and xdebug 2.0.2 it works fine. Greetings Mario -- -BEGIN GEEK CODE BLOCK- Version: 3.12 GCS/CM d- s++: a+ C>$ UBL*$ P++ L+++ E--- W+++ N+ o-- K- w O- M- V-- PS++ PE++ Y PGP+++ t--- 5 X R++ tv- b+++ DI D G++ e* h r+++ y --EN

Re: [PHP] Apache child pid segfault + APD

2008-05-05 Thread Mario Guenterberg
gt; be completely unjustified... > > Would upgrading glibc help? > > On Sat, May 3, 2008 at 12:48 AM, Mario Guenterberg <[EMAIL PROTECTED]> wrote: > > On Fri, May 02, 2008 at 10:24:03PM -0700, Waynn Lue wrote: > > > > > *** glibc detected *** free(): i

Re: [PHP] Incorrect version shown in phpinfo() and phpversion() in 5.2.6

2008-05-06 Thread Mario Guenterberg
On Tue, May 06, 2008 at 02:00:33PM -0400, Scott Lerman wrote: > Yup, I restarted Apache several times. The httpd.conf line I have is > LoadModule php5_module "C:/Program > Files/PHP/php-5.2.6-Win32/php5apache2.dll". If nobody else has seen > this problem, I'll just assume it's some oddity on my sys

Re: [PHP] preg_match_all

2008-05-29 Thread Mario Guenterberg
On Thu, May 29, 2008 at 01:07:11PM -0500, Chris W wrote: > What I want to do is find all links in an html file. I have the pattern > below. It works as long as there is only one link on a line and as long > as the whole link is one line. It seems there should be a way to get > this to work

[PHP] SimpleXML and registerXPathNamespace

2008-06-13 Thread Mario Caprino
ious xpath()-statement? As you may notice the same is not true for namespace 'g'. I can't get this to make sense! Any insight would be much appreciated. Best regards, Mario Caprino http://www.w3.org/2005/Atom"; xmlns:g="http://base.google.com/ns/1.0"; xml:lang="

Re: [PHP] Re: php security books

2007-07-04 Thread Mario Guenterberg
is root! I mean the standard configuration for the apache webserver. Read permissions for groups for the apache logs can be different per distribution. You can configure your environment for the PHP processes to log in seperate files. If you allow write ac

Re: [PHP] Where does PHP look for php.ini??

2007-07-08 Thread Mario Guenterberg
file.. > when I use the CLI with -c /etc it works fine :) > Hi... you can use the configure parameter --with-config-file-path. Greetings Mario -- - | havelsoft.com - Ihr Service Partner für Open Source | | Tel: 033876-21 966

Re: [PHP] Where does PHP look for php.ini??

2007-07-09 Thread Mario Guenterberg
tgresql. I use this scripts for my own builds from scratch or vanilla source. Greetings Mario -- - | havelsoft.com - Ihr Service Partner für Open Source | | Tel: 033876-21 966 | | Notruf:

Re: [PHP] Where does PHP look for php.ini??

2007-07-09 Thread Mario Guenterberg
On Mon, Jul 09, 2007 at 10:38:24PM +0200, Tijnema wrote: > On 7/9/07, Mario Guenterberg <[EMAIL PROTECTED]> wrote: > > On Mon, Jul 09, 2007 at 05:16:20PM +0200, Tijnema wrote: > > > I've build my own Linux, so good to know how to change it :) > > > &g

Re: [PHP] About Eclipse JVM Termination

2007-07-10 Thread Mario Guenterberg
gt; -jar > > /home/kelvino/downloads/eclipse/plugins/org.eclipse.equinox.launcher_1.0.0.v20070516.jar > > > > ****** Ehm, wrong list? Try the eclipse mailing lists to solve your problem. Greetings Mario -- -

Re: [PHP] Announcing Xaja, a PHP Reverse Ajax framework

2007-07-13 Thread Mario Guenterberg
On Fri, Jul 13, 2007 at 12:44:35PM +0200, David Négrier wrote: > Hi Mario, hi Stuart, > > I fixed the SVN repository. You can try it now, it works better. > Regarding the way Xaja is pronounced well that's a good > question. > Actually, I'm Fr

Re: [PHP] Announcing Xaja, a PHP Reverse Ajax framework

2007-07-13 Thread Mario Guenterberg
kout for the svn repo don't accept the username and password documented in the website. :-( Greetings Mario -- - | havelsoft.com - Ihr Service Partner für Open Source | | Tel: 033876-21 966

Re: Re: [PHP] transform RDF to HTML via XSL and PHP

2006-06-12 Thread Mario Pavlov
> > > > > > > > > > > > > > > > > > >I'ts been awhile, but try the above. > >-- >Anthony Ettinger >Signature: http://chovy.dyndns.org/hcard.html nope it doesn't work like this still the same result I think the problem is in the way that I'm accessing the elements how exactly this s

Re: Re: [PHP] transform RDF to HTML via XSL and PHP

2006-06-12 Thread Mario Pavlov
>Mario Pavlov wrote: > >> nope >> it doesn't work like this >> still the same result >> I think the problem is in the way that I'm accessing the elements >> how exactly this should be done ?... > >Its due to default namespaces in the f

Re: [PHP] PHPExcel

2008-07-03 Thread Mario Guenterberg
o the file and avoid getting this > error? Hi Dan... change the value of memory_limit in your php.ini to a greater value than 16M. Greetings Mario -- -BEGIN GEEK CODE BLOCK- Version: 3.12 GCS/CM d- s++: a+ C>$ UBL*$ P++ L+++ E--- W+++ N+ o-- K- w O- M- V-- PS++ PE++ Y PGP

Re: [PHP] What font/size do you use for programming?

2008-07-09 Thread Mario Guenterberg
rogramming? > Monospace 9pt in Eclipse+PDT. Greetings Mario -- -BEGIN GEEK CODE BLOCK- Version: 3.12 GCS/CM d- s++: a+ C>$ UBL*$ P++ L+++ E--- W+++ N+ o-- K- w O- M- V-- PS++ PE++ Y PGP+++ t--- 5 X R++ tv- b+++ DI D G++ e* h r+++ y --END GEEK CODE BL

Re: [PHP] PHP editor for linux

2008-08-15 Thread Mario Guenterberg
e function works also very well. I have downloaded the php5 funclist from rasmus and extend it if needed. Variables and contants defined in the file that i edit are also autocompleted. Happy coding Mario -- -BEGIN GEEK CODE BLOCK- Version: 3.12 GCS/CM d- s++: a+ C>$ UBL*$ P++ L+++ E---

Re: [PHP] import XLS sheet into DB

2008-08-15 Thread Mario Guenterberg
tgresql. Happy coding Mario -- -BEGIN GEEK CODE BLOCK- Version: 3.12 GCS/CM d- s++: a+ C>$ UBL*$ P++ L+++ E--- W+++ N+ o-- K- w O- M- V-- PS++ PE++ Y PGP+++ t--- 5 X R++ tv- b+++ DI D G++ e* h r+++ y --END GEEK CODE BLOCK-- signature.asc Description: Digital signature

Re: [PHP] Using DOM textContent Property

2008-09-08 Thread Mario Trojan
// Continue iteration $child = $next_sibling } Is this correct, or is there any better way? Thank you in advance! Mario Nathan Nobbe schrieb: bouncing back to the list so that others may benefit from our work... On Fri, Sep 5, 2008 at 3:09 PM, Tim Gustafson <[EMAIL PROTECTED]>

[PHP] PHP ftp web client

2004-03-15 Thread Mario Ohnewald
Hello! Can someone recommend me a good/stable PHP-FTP Web client? I wasnt quite happy with the google search results :P Thanks a lot! Mario -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Which PHP for MySQL 4.1

2004-11-12 Thread Mario Bittencourt
I could not compile php 5.0.2 with the latest mysql 4.1.7. I've installed the rpms (server,max,client,devel,shared) from mysql.com. ./configure --with-mnogosearch --with-xml --with-mysql=/usr --with-mysqli=/usr/bin/mysql_config --with-apxs2 --enable-soap When I compile I get tons of messages li

[PHP] free php live support script ?

2004-11-16 Thread Mario Bittencourt
Hi, I was wondering if there is any free php live support script ? I'd like to add a "chat room" in my web site so users could chat with a human operator in a 1-1 mode. thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Validating XML Schema

2004-11-20 Thread Mario Bittencourt
Hi, I am trying to use php to validate a document using it's schema. I keep getting Warning: Element 'Invoices': No matching global declaration available. My xsd has http://www.w3.org/2001/XMLSchema"; targetNamespace="http://www.mysite.com"; xmlns="http://www.mysite.com"; elementFormDefault="q

[PHP] Problems compiling mnogosearch

2004-11-25 Thread Mario Bittencourt
Hi, I can't compile php 5 (or 4) with mnogosearch and mysql support. I saw a couple of posts but I was wondering what do I have to do in order to make it compile. mnogosearch is already installed and working. Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: htt

  1   2   >