Re: [PHP] Classified Ad system (was: MySQL vs Flat File)

2001-10-17 Thread Thomas Deliduka
On 10/17/2001 6:11 PM this was written: Thomas Deliduka wrote: On a related note, does anyone here know of a GOOD program in PHP to do classified ads? I just picked up November 2001 Web Techniques today and it has an article you can check out for a classified ad system. I haven't played

[PHP] I wan't to use the pthread function in php

2001-10-17 Thread Sil Lee
Hi all, I wan't to use the pthread function like C language in PHP. The PHP language don't support these functions... How cant I use thread function in php? Any ideas? Thank in advance, Sil Lee -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: [PHP] security question

2001-10-17 Thread Daniel Goldin
Tried this. Get an error from my host: open_basedir restriction in effect. I'm new at this. Do you know what this means and is there a work around? -Original Message- From: Alexander Deruwe [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 17, 2001 3:28 PM To: [EMAIL PROTECTED]

[PHP] zip_open in 4.0.6 ?

2001-10-17 Thread Ilya V. Lazarev
Hi ! Has anyone tried zip_open in PHP 4.0.6 ? It says me that no such function. I've looked at php src and found zzip_open(), but this one expect more than 1 arg ( supposedly 2 ). Any ideas ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP] mail function and lots of form fields

2001-10-17 Thread Chip
Great help dude, it works fine now. Much appreciated. I created mainfile.php which is a form that is submited to thanks.php, which contains just the small mail function stuff and a call to include mailbody.inc, which has all the fields layed out nicely on screen for the user to see as well as

Re: Re[2]: [PHP] working with XML

2001-10-17 Thread Philippe Saladin
You would copy php_domxml.dll (found in php\extensions) to win\system32, or modify extension_dir in php.ini, AND uncomment the line extension=php_domxml.dll in php.ini. Regards, Philippe Olexandr Vynnychenko [EMAIL PROTECTED] a écrit dans le message news: [EMAIL PROTECTED] Hello Augusto,