Re: [PHP] Re: how to retrieve path to web server files

2004-09-28 Thread Maciek Ruckgaber Bielecki
--->> > > > > > > > -- > > > > > > << > > Jasper Howard - Database Administration > > ApexEleven.com > > 530 559 0107 >

Re: [PHP] classes in php5

2004-09-28 Thread Maciek Ruckgaber Bielecki
instance of my Foo class, but the script execution stops entirely without so > much as a warning. Is this a bug? Is there a new mechanism in PHP5, such as a > getInstance function (i.e. object getInstance (string className))? Thanks in > advance for any comments! > > Daniel -- M

Re: [PHP] __call and static methods

2004-09-28 Thread Maciek Ruckgaber Bielecki
; } > } > > $foo = new Caller(); > $a = $foo->test(1, "2", 3.4, true); > var_dump($a); > ?> > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- Maciek Ruckgaber Bielecki "If

Re: [PHP] Make cron file

2004-09-28 Thread Maciek Ruckgaber Bielecki
snip] > >> > >> Type crontab -e and the cron file will be openedunless you're on a > >> Windows machine > > in both cases, this is the wrong list to ask this. > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, v

Re: [PHP] Make cron file

2004-09-28 Thread Maciek Ruckgaber Bielecki
ÜberGeek > KegWorks.com > 716.856.9675 > [EMAIL PROTECTED] > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- Maciek Ruckgaber Bielecki "All our lauded technological progress -- our very civilization - is

Re: [PHP] Good xml to array class?

2004-09-23 Thread Maciek Ruckgaber Bielecki
t; PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- Maciek Ruckgaber Bielecki "Sometimes one pays most for the things one gets for nothing." --Albert Einstein-- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PDF from PHP generated HTML, possible?

2004-09-23 Thread Maciek Ruckgaber Bielecki
because I have seen at least one 'product' that reports to produce > PDF from HTML 'files'. > > Any help/guidance/suggestions/URLs welcomed. > > Graham > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.

Re: [PHP] PDF from PHP generated HTML, possible?

2004-09-23 Thread Maciek Ruckgaber Bielecki
t (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- Maciek Ruckgaber Bielecki "Perfections of mean and confusion of goals seem -in my opinion- to characterize our age. " --Albert Einstein-- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Good xml to array class?

2004-09-23 Thread Maciek Ruckgaber Bielecki
come up with a way to convert it. > > > > > I need it to not rely on DOM since the php which I am dealing with, > only has expat compiled in. > > DOM and expat are two completly differnt things. > > > Curt > -- > The above comments may offend you. flame

Re: [PHP] How can I get IP of ppp0?

2003-09-05 Thread Maciek Ruckgaber Bielecki
How can I get IP Address from my connection ppp0 or ppp1 in Linux? What > 's the function? > > > thanks > Erick > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- Maciek Ruckgaber Bielecki

[PHP] DOM setting encoding attribute

2003-08-27 Thread Maciek Ruckgaber Bielecki
Hi there everybody !! i have been trying to set the encoding attribute in the document definition, using the DOM model any idea about some info ??? Thanks in advance!!! -- Maciek Ruckgaber Bielecki -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] problem with --enable-gd-native-ttf

2003-08-14 Thread Maciek Ruckgaber Bielecki
wanted (á é í ó ú ) if you write : célula, will obtain cula, the character following the tilde char dissapears !! i found that compiling php WITHOUT --enable-gd-native-ttf make things work normally again. Any ideas ?? -- Maciek Ruckgaber Bielecki "Perfections of

Re: [PHP] Submit Image Button

2003-04-03 Thread Maciek Ruckgaber Bielecki
else { > echo "you clicked"; > } > ?> > > If I use This works finedo I need to do > something else with the code? > Help is very appreciated. > > Cheers. > > > > > -- > PHP General Mailing List (http://www.php.net/) &g

Re: [PHP] Verisign pfpro

2003-04-01 Thread Maciek Ruckgaber Bielecki
gt; be located. Please help. > > Samantha > Sacramento, CA > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- Maciek Ruckgaber Bielecki Desarrollo http://www.colegiosenlinea.com "Only one who devotes

Re: [PHP] possible?

2003-03-28 Thread Maciek Ruckgaber Bielecki
t_db("images", $conn) OR DIE (mysql_error()); > > $sql = ("SELECT * FROM images WHERE id = '$_GET[id]'"); > $result = mysql_query($sql, $conn); > > if (mysql_num_rows ($result ) > 0) > { > $row = @mysql_fetch_array($result); >

Re: [PHP] What do I do wrong?

2003-03-14 Thread Maciek Ruckgaber Bielecki
On Thu, Mar 13, 2003 at 05:56:40PM -0600, Tom Woody wrote: > On Fri, 14 Mar 2003 00:37:38 +0100 > Michael Cronstrom <[EMAIL PROTECTED]> wrote: > > > I get the message: > > > > Notice: Undefined variable: msg in > > F:\www-root\domain.com\website\script.php on line 202 > > mate, this is not actua

Re: [PHP] ayuda mysql

2003-02-21 Thread Maciek Ruckgaber Bielecki
On Fri, Feb 21, 2003 at 09:03:18AM -0800, Rot Alvarez wrote: > Bueno gracias..ten??as tod al raz??n...pero haora sale esto: > > Listado de tablas: > > Warning: Supplied argument is not a valid MySQL result resource in >/../web/php_mysql.php on line 40 > tiene cara de que le estas pasando algo

Re: [PHP] Masive mail Advice

2003-01-26 Thread Maciek Ruckgaber Bielecki
Thanks a lot for your sugestions guys, and i'll have a look into phpMail and write a prototype keeping in mind your advice about the size of chunks and use of sleep. Just let me bother you a little bit more if i run into trouble Michael ;-) Thanks again guys !

[PHP] Masive mail Advice

2003-01-25 Thread Maciek Ruckgaber Bielecki
Hi there Guys! I'll start to write an application which will be used to send large amounts of mail to users in a DB. All these mails to be sent shoul be personalized. Since i understand, and please correct me if im wrong, the mail() function is not a good option for this purpose. (the amount of ma

Re: [PHP] Shopping Cart Credit Card Verification

2002-12-30 Thread Maciek Ruckgaber Bielecki
see at http://verisign.com two services are available: payflo link & payflow pro regards, -- "Few are those who see with their own eyes and feel with their own hearts." Albert Einstein --

Re: [PHP] Making with $values!!!

2002-12-30 Thread Maciek Ruckgaber Bielecki
i dont finally understand mate what do need, load the values already filled, when the form is not sent because of an error? you can try something like this for($i=0;$1<5;$i++) { } if that is what you need, if no, you can write to me in spanish, and explain better in spanish ;) regards

RE: [PHP] Formatting text

2002-12-29 Thread Maciek Ruckgaber Bielecki
have alook at this one, i have one prob, dont know how your 'Results' field does look like so i used ' '(or space) separator hope it helps :-) \n"; print " \n"; } $content = ""; while($row=mysql_fetch_array($result)) { $content .= "Identity : ".$row['GGID']."\n" .= "

Re: [PHP] Populating a list box from a database - The code

2002-12-28 Thread Maciek Ruckgaber Bielecki
be carefull with the results of mysql_fetch_array, array names are DB field names, for easier access =) "; while($orgData=mysql_fetch_array($result)) { // note that OrgName is the field name in the database. // for value you may use the org_id instead, if you have one in the

Re: [PHP] exec, system , backtick

2002-12-27 Thread Maciek Ruckgaber Bielecki
how about : #!/usr/local/bin/php -q regards, Maciek Ruckaber Bielecki On Sat, 28 Dec 2002, gamin wrote: > > "Maciek Ruckgaber Bielecki" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > try : &g

Re: [PHP] exec, system , backtick

2002-12-27 Thread Maciek Ruckgaber Bielecki
try : -- "Few are those who see with their own eyes and feel with their own hearts." Albert Einstein - Maciek Ruckaber Bielecki On Sat, 28 Dec 2002, gamin wrote: > H

Re: [PHP] directory list function?

2002-12-27 Thread Maciek Ruckgaber Bielecki
o of course !! mine won't work in !UNIX ;-) On Fri, 27 Dec 2002, Johannes Schlueter wrote: > On Friday 27 December 2002 21:46, Maciek Ruckgaber Bielecki wrote: > > depending on what you need, sometimes this does the trick for me :-) > > > >

Re: [PHP] monster form and compression?

2002-12-27 Thread Maciek Ruckgaber Bielecki
hi there !!! check your HTML code, probably you miss something, it may be why the form does not display properly always, have a look on WWW: http://www.w3c.org/People/Raggett/tidy/ :-) -- "Few are those who see with their own eyes an

Re: [PHP] directory list function?

2002-12-27 Thread Maciek Ruckgaber Bielecki
depending on what you need, sometimes this does the trick for me :-) exec("ls path/",$files); foreach($files as $value) { $elem .= $value."\n"; } echo $elem; --

Re: [PHP] processform.php not found

2002-12-27 Thread Maciek Ruckgaber Bielecki
i gess it is just a small example of how control your program flux using the propertie ACTION of the tag, if the code is not included on the CD as Stephen points, it will be explained later, so at this point in the book you probably should be paying attention to the order in which scripts are exec

Re: [PHP] CLI delay

2002-12-27 Thread Maciek Ruckgaber Bielecki
thanks guys sleep did the miracle for me :-) -- "Few are those who see with their own eyes and feel with their own hearts." Albert Einstein - Maciek Ruckaber Bielecki

[PHP] CLI delay

2002-12-27 Thread Maciek Ruckgaber Bielecki
Hi guys !! im starting on this list today so hello to everyone :-) i have been programming in php for 2 years now, so i hope i may be helpfull. on the other hand im quite new to CLI PHP, an here my first question on the list : has anyone an idea of how can i do some kind of decent delay (instead o