Re: [PHP-WIN] PHP POS Program

2003-07-17 Thread Davy Obdam
gram%20+%20php&sourceid=mozilla-search&start=0&start=0&ie=utf-8&oe=utf-8> And it also came up with : http://sourceforge.net/projects/phppointofsale/ And there are probably many more, or you could develope you own :-) Best regards, Davy Obdam Angelo Zanetti wrote: Anyone know whe

Re: [PHP-WIN] Password generator

2003-06-17 Thread Davy Obdam
Thanks for you reactions people, i have found the solution Best regards, Davy Obdam Met vriendelijke groeten uit Den Haag;-) Daniel Beulshausen wrote: At 11:45 17.06.2003 +0200, Davy Obdam wrote: Hi people, I have to make a password generator, but i have a little problem. - It needs to

[PHP-WIN] Password generator

2003-06-17 Thread Davy Obdam
for your time, Best regards, Davy Obdam // This variable contains the list of allowable characters // for the password. Note that the number 0 and the letter // 'O&#

Re: [PHP-WIN] Installation problems...

2003-05-29 Thread Davy Obdam
. It could be that your password for [EMAIL PROTECTED] is not set properly or it could be that the user cannot connect from localhost. I hope this helps Best regards, Davy Obdam Bobo Wieland wrote: I'm running PHP as ISAPI (i think... ;-) ) and I use Apache2 - which I've rest

[PHP-WIN] date() and mktime() functions: weeknumbers and months.

2003-03-31 Thread Davy Obdam
y: ".date("Y-m-d", mktime(0,0,0,$mnth,$dy-date("w",mktime(0,0,0,$mnth,$dy,$yr)),$yr)).""; echo "next saturday: ".date("Y-m-d", mktime(0,0,0,$mnth,$dy+6-date("w",mktime(0,0,0,$mnth,$dy,$yr)),$yr)).""; $sql =

[PHP-WIN] Confirmation e-mail

2003-02-09 Thread Davy Obdam
achieve this? How is this usualy done? Any thoughts and help is appreciated. Best regards, Davy Obdam -- Davy Obdam - Obdam webdesign© mailto:[EMAIL PROTECTED] web: www.davyobdam.com

Re: [PHP-WIN] PHP and Apache2 experimental?

2003-02-08 Thread Davy Obdam
windows XP system. Best regards, Davy Obdam Matt Hillebrand wrote: Hello. I'm just wondering when the use of PHP with Apache 2 for Windows will no longer be considered "experimental." I'm tired of using Apache 1.3x on our Windows 2000 server. Have any of you had any proble

Re: [PHP-WIN] Looping through the mysql_field_name function

2003-02-03 Thread Davy Obdam
Thanks Cam, That was what i was trying to figure out i just didnt see it Best regards, Davy Obdam mailto:[EMAIL PROTECTED] Cam Dunstan wrote: Davy put this into a script and run it ... $dbase = "somedatabase";// change this to suit !! $db = mysql_connect("lo

[PHP-WIN] Looping through the mysql_field_name function

2003-02-02 Thread Davy Obdam
succesfully... $i = 0; for($a=0; $a < sizeof(mysql_field_name($db->sqlResult, $i)); $a++) { echo mysql_field_name($db->sqlResult, $i).""; $i++; } Can anyone help me please.. Your help is greatly appreciated;-) Best regards, Davy Obdam mailto:[EMAIL PROTECTED] -- PHP Windows

[PHP-WIN] Retrieving field name of Database

2003-02-02 Thread Davy Obdam
part of my database class. : /** * getXMLDocument * * Get the result of your query back in XML document * @authorDavy Obdam */ function getXMLDocument() { //Create XML document if(!$this->xmlDoc = domxml_new_doc("1.0")) {

Re: [PHP-WIN] Re: [PHP] Re: [PHP-WIN] Register globals on and off

2003-01-31 Thread Davy Obdam
Hi Tom, Thanks for you help, got it to work with : php_flag register_globals on in a .htaccess file in the directory`s that need the register globals on. Best regards, Davy Obdam mailto:[EMAIL PROTECTED] Tom Rogers wrote: Hi, Friday, January 31, 2003, 10:42:42 AM, you wrote: DO> Thanks

Re: [PHP-WIN] Register globals on and off

2003-01-30 Thread Davy Obdam
webserver... But its stil not working. I am i doing something wrong? Thanks for your time... Best regards, Davy Obdam mailto:[EMAIL PROTECTED] Davy Obdam wrote: Hello people, On my development machine (win XP/Apache 2.0.44/PHP 4.3.0/MySQL 3.23.55) i have several websites that i made some time

[PHP-WIN] Register globals on and off

2003-01-29 Thread Davy Obdam
option. However in my php.ini i have set register globals to Off because that better. Is it possible to configure my webserver/php so that only those sites that require register globals to be On have that setting, for instance in a .htacces file?? Any help is appreciated:-) Best regards, Davy Obdam

[PHP-WIN] Multitier applications using XML as an output format

2003-01-24 Thread Davy Obdam
direction here;-). Does anyone know some good tutorials about OOP and more specificly Multi Tier applications in PHP? Any thought and help is appreciated. Thanks for your time.. Best regards, Davy Obdam mailto:[EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP-WIN] Tutorials on OOP

2002-12-23 Thread Davy Obdam
Hi people, Thanks for all the reply`s. I found the tuturials very usefull and much better then the most tutorials i have found so far, usualy with an example class car or something not very usefull Thanks, Davy Obdam mailto:[EMAIL PROTECTED] Davy Obdam wrote: Hi people,. I have to

[PHP-WIN] Re: [PHP] Tutorials on OOP

2002-12-22 Thread Davy Obdam
sessionsDo u know any good sites where i can find tutorials/examples about this.? Best regards, Davy Obdam mailto:[EMAIL PROTECTED] Justin French wrote: Both of those classes would already exist on a site like phpclasses.org... do you have to BUILD them, or do you NEED them? Justin on 23/12

[PHP-WIN] Tutorials on OOP

2002-12-22 Thread Davy Obdam
, Davy Obdam mailto:[EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Installing PEAR on windows

2002-12-14 Thread Davy Obdam
... Thanks... Best regards,.. Davy Obdam mailto:[EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Generating forms using OOP

2002-12-06 Thread Davy Obdam
"Test3"; $test[] = "Test4"; $test[] = "Test5"; $select = new selectField("testje", $test); echo$select->generateSelectField(); But all i get is a select box with the word Array in it 5 times...Thanks for your time... Best regards, Davy Obdam mailto:[EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Install PHP4.2.3 with Apache 2.0.43 on Window 2000

2002-11-29 Thread Davy Obdam
. Hope this helps, Best regards, Davy Obdam Obdam w e b d e s i g nC mailto:[EMAIL PROTECTED] tel: +31(0)641 222 385 > -Original Message- > From: Jack R. [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 29, 2002 10:53 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] I

RE: [PHP-WIN] Question from a total newb

2002-11-20 Thread Davy Obdam
.php .php3 .phtml # Restart your webserver and it should work;-) Make a script with : And place it into you webserver root.. Call it info.php for instance and with your browser poin to http://localhost/info.php and if everything works you should see a page. Have FUN. Best regards, Davy Obdam Obd

[PHP-WIN] Mccrypt installation?

2002-11-16 Thread Davy Obdam
produces a error message.. Thanks Best regards, Davy Obdam mailto:[EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Installing extensions (winXP)

2002-11-14 Thread Davy Obdam
alled as a apache(sapi) module. Can anyone help me, any help is apreciated. Also wich extensions should i use or wich are most commonly used? Thanks already... Best regards, Davy Obdam mailto:info@;davyobdam.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

[PHP-WIN] RE: [PHP] How-to instal GD libary

2002-11-07 Thread Davy Obdam
hp... > Thanks for your help;-) Best regards, Davy Obdam mailto:info@;davyobdam.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] How-to instal GD libary

2002-11-07 Thread Davy Obdam
Hi people,. Can anyone tell me how to install the GD libary. I use Apache 2.0.40 and PHP 4.2.3 on a windows XP machine at home. Thanks already Best regards, Davy Obdam mailto:info@;davyobdam.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

RE: [PHP-WIN] Help on \t \r \n

2002-11-03 Thread Davy Obdam
gt; blah blah. more blahs... > > why? -- shall I just forget it and use ? > If you want your code to be more readable instead of all the html codes on one really big line, use dont forget \n :-) Best regards, Davy Obdam mailto:info@;davyobdam.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] RE: [PHP] Re: Need help with HTTP-Authentication

2002-10-18 Thread Davy Obdam
Hi Cam, Thanks for your reaction. I was wondering if u could send me some example code maybe;-) I am a bit new to session based login systems myself;-) Thanks already. Best regards, Davy Obdam, mailto:info@;davyobdam.com > David and Davy, > > My two bobs worth - I like to use

[PHP-WIN] RE: [PHP] Re: Need help with HTTP-Authentication

2002-10-18 Thread Davy Obdam
m with sessions instead, or cookies. What would u use and why? What excactly do u mean with timeouts? > I know this hasnt been any help, sorry! Thats okay;-) Keeps the discusion alive;-) Best regards, Davy Obdam, mailto:info@;davyobdam.com -- PHP Windows Mailing List (http://www.php.net

[PHP-WIN] Need help with HTTP-Authentication

2002-10-15 Thread Davy Obdam
greatly apreciated. Thanks already;-)Maybe some examples?? ;-) Best regards, Davy Obdam, mailto:[EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] HTTP-authentication

2002-10-15 Thread Davy Obdam
first person (myself), but i am unable to login with the second user. Here is my code, i hope someone can help me..:) Thanks already.. Best regards, Davy Obdam, mailto:[EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Need help with Echo

2002-10-10 Thread Davy Obdam
Hi Kieth, I would use this : $result = mysql_query("select * from proprietaires") or die( mysql_error() ); while ($row = mysql_fetch_row($result)) { echo ".$row['Id']."; echo "\n"; echo $row[2]; echo "\n"; } I hope this works, Best reg

RE: [PHP-WIN] Re: [PHP] confirm box

2002-10-09 Thread Davy Obdam
Hi Archie, Thanks it works. Great i knew i was forgetting something. Best regards, Davy Obdam, mailto:[EMAIL PROTECTED] -Original Message- From: Archibald Zimonyi [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 4:44 PM To: Davy Obdam Cc: PHP Mailinglist; PHP-WIN

[PHP-WIN] confirm box

2002-10-09 Thread Davy Obdam
else { return true; } } //--> This is what i use in my PHP code: "; //The rest of my form echo " "; ?> Any help is appreciated, thanks for your time, Best regards, Davy Obdam, mailto:[EMAIL PROTECTED] -- PHP Windows Mailing List (h

RE: [PHP-WIN] RE: [PHP] Deleting multiple items from database using checkboxes

2002-10-08 Thread Davy Obdam
and do u know a solution? Thanks already for your time. Best regards, Davy Obdam, mailto:[EMAIL PROTECTED] You wrote: I think someone already mentioned this, but you can also do this: if(isset($dele) && count($dele) > 0) { $ids = "'" . implode("','&qu

RE: [PHP-WIN] Deleting multiple items from database using checkboxes

2002-10-07 Thread Davy Obdam
Hi Dash,.. Your right i forgot the * in my mysql_query, it should be DELETE * FROM gastenboek WHERE entryID=$whatever Best regards, Davy Obdam, mailto:[EMAIL PROTECTED] -Original Message- From: Dash McElroy [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 11:15 PM To

[PHP-WIN] Deleting multiple items from database using checkboxes

2002-10-07 Thread Davy Obdam
em, but it only deletes one item from the database, my query looks like this : DELETE FROM gastenboek WHERE entryID=$dele . Can anyone help me. Thanks for your time. Best regards, Davy Obdam, mailto:[EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit

RE: [PHP-WIN] RE: [PHP] Re: Using date() function

2002-10-06 Thread Davy Obdam
Hi John, How do u use UNIX_TIMESTAMP or DATE_FORMAT in your query. My query now looks like this: "SELECT * FROM guestbook2002 ORDER BY entryID DESC LIMIT $entry, $show"; Can u help me;-) Thanks for your time Best regards, Davy Obdam, mailto:[EMAIL PROTECTED] -Origin

[PHP-WIN] RE: [PHP] Re: Using date() function

2002-10-06 Thread Davy Obdam
12:56..? Wierd eh? Do u know a solution? Best regards, Davy Obdam, mailto:[EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 06, 2002 1:59 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP] Re: Using date() function Firs

RE: [PHP-WIN] Using date() function

2002-10-06 Thread Davy Obdam
ql['comments']." "; } Do u have any sugestions. Now it just says Thursday, 01 January 1970 all the time. The columm type i use in my mysql database is datetime. Thanks already.. Best regards, Davy Obdam, mailto:[EMAIL PROTECTED] -----Original Message- Fr

[PHP-WIN] Using date() function

2002-10-06 Thread Davy Obdam
uot;]'); echo $entry_date; But then i dont get the date i need. It says Thursday, 01 January 1970 01:00:00 (i wasn`t even born then;-), so it wasn`t me signing that guestbook. Any sugestions what i am doing wrong. Thanks for your time. Best regards, Davy Obdam, mailto:[EMAIL PROTECTED] --

RE: [PHP-WIN] PHP 4.2.3 and Apache 2.0.36

2002-10-06 Thread Davy Obdam
Hi people,.. I have tried Apache 2.0.42 and PHP 4.2.3 and i didn`t get it to work at all. I had to reinstal apache 2.0.40 again and PHP. I would recomend Apache 2.0.40 and PHP 4.2.3;-) as they work well together. Best regards, Davy Obdam mailto:[EMAIL PROTECTED] -Original Message

RE: [PHP-WIN] Alternate table rows

2002-10-04 Thread Davy Obdam
Hi Dash, Thanks it works! Best regards, Davy Obdam mailto:[EMAIL PROTECTED] -Original Message- From: Dash McElroy [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 1:53 AM To: 'Davy Obdam'; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Alternate table rows phpMyAdm

RE: [PHP-WIN] Any one have this problem?

2002-10-04 Thread Davy Obdam
those variables so u get echo $HTTP_POST_VARS['variable']; I hope this is what u mean and it works. Best regards, Davy Obdam mailto:[EMAIL PROTECTED] -Original Message- From: konchim [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 7:10 PM To: [EMAIL PROTECTED] Subjec

[PHP-WIN] Alternate table rows

2002-10-03 Thread Davy Obdam
piece of code: \n \n ".sql['products']."\n//First row \n \n Second row\n \n \n"; } ?> Well u get the idea i think, can anyone help me. Any help is greatly appreciated.;-) Regards, Davy Obdam mailto: [EMAIL PR

[PHP-WIN] Getting last id from database

2002-10-03 Thread Davy Obdam
rk. Thanks already for your help. Thanks,.. Davy Obdam mailto:[EMAIL PROTECTED] url: http:///www.davyobdam.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Installing PHP as SAPI module

2002-09-20 Thread Davy Obdam
module with Apache 2.0.40. Thanks already for the help. Greetings, Davy Obdam mailto:[EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Multiple recipients with mail();

2002-09-02 Thread Davy Obdam
end succesfully echo "Your e-mail is send\n"; echo "Thanks for your time"; echo "Back\n"; } Thanks:-) Greetings Davy Obdam mailto:[EMAIL PROTECTED] url: http:///www.davyobdam.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php