[PHP-DB] Password generator

2003-06-17 Thread Davy Obdam
for your time, Best regards, Davy Obdam ?php // A function to generate random alphanumeric passwords in PHP // It expects to be passed a desired password length, but it // none is passed

Re: WG: [PHP-DB] Confirmation e-mail

2003-02-09 Thread Davy Obdam
link... if possible without any additional tables in my db. I users do not confirm thier account i wanna remove thier data from the database after 48hours. Thanks for your time.. Best regards, Davy Obdam info@phpken wrote: hi, too please don't send password over the internet. better you ask

[PHP-DB] MySQL : InnoDB tables

2003-02-03 Thread Davy Obdam
with the PhpMyAdmin then with my database i gues. Best regards, Davy Obdam -- Davy Obdam - Obdam webdesign© mailto:[EMAIL PROTECTED] web: www.davyobdam.com

[PHP-DB] Retrieving field name of Database

2003-02-02 Thread Davy Obdam
* @authorDavy Obdam */ function getXMLDocument() { //Create XML document if(!$this-xmlDoc = domxml_new_doc(1.0)) { die([ERROR] Cant create XML document); } // Create root element $this-root_element = $this-xmlDoc-create_element

RE: [PHP-DB] substituting for $id with globals off (newbie)

2002-11-20 Thread Davy Obdam
-Oorspronkelijk bericht- Van: Davy Obdam [mailto:[EMAIL PROTECTED]] Verzonden: woensdag 20 november 2002 17:39 Aan: 'mike karthauser' Onderwerp: RE: [PHP-DB] substituting for $id with globals off (newbie) Hi Mike, $result = mysql_query(SELECT * FROM address WHERE id

RE: [PHP-DB] Find out a pic size?

2002-11-11 Thread Davy Obdam
Hi There, You could also use the getimagesize(); function for this ?php $image=getimagesize(images/image01.jpg); Echo img src=\image01.jpg .image['3'].; ? This will give img src=image01.jpg width= height= Hope this helps Best regards, Davy Obdam mailto:info;davyobdam.com

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

2002-10-18 Thread Davy Obdam
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 Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP-DB] Need help with HTTP-Authentication

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

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

2002-10-15 Thread Davy Obdam
'gebruikers'(means users) table, but i can only login with the first user. When i try the 2nd user nothing happends. Do u know a solution or maybe some better http-authenticate script? Thanks alot:-) Best regards, Davy Obdam, mailto:[EMAIL PROTECTED] Regards, P.E. Baroiller Davy Obdam [EMAIL