[PHP] Re: PHP Template Function

2003-12-18 Thread dirk maetens
Hi Cameron, Seems like http://xaoza.net/software/phpmesh/ could be of some interest to you. I'm checking it out myself as we speak, so I cannot confirm whether it gives you template inheritance via subdirectories. It does provide a means to do away with standard includes anywhere on your site...

[PHP] Re: PHP Webpage like MySql- need to be able to see all fields and edit

2003-07-25 Thread dirk . maetens
an audience into the world of content management /quote I recently incorporated it in a homegrown Content Management System and am very happy with it... As always everything depends on the knowledgeability of your userbase... Hope this helps, Dirk Maetens -- PHP General Mailing List (http

[PHP] Store file remotely using socket/fopen

2001-10-26 Thread dirk . maetens
Hello list, Simple Enough Objective: store file remotely (wu-ftp); MinorSnag: PHP's ftp-functions unavailable at localhost; BelowWorkaround: works fine for deleting remote file; MajorSnag: how to STORE a file remotely using socket? ?php $ftp=fsockopen(ftp.server.com, 21, $errno, $errstr, 60);

[PHP] How upload file(s) using socket/fopen

2001-10-25 Thread Dirk Maetens
Hello list, Simple Enough Objective: store file remotely (wu-ftp); MinorSnag: PHP's ftp-functions unavailable at localhost; BelowWorkaround: works fine for deleting remote file; MajorSnag: how to STORE a file remotely using socket? ?php $ftp=fsockopen(ftp.server.com, 21, $errno, $errstr, 60);

[PHP] Upload file(s) using socket/fopen

2001-10-25 Thread Dirk Maetens
Hello list, Simple Enough Objective: store file remotely (wu-ftp); MinorSnag: PHP's ftp-functions unavailable at localhost; BelowWorkaround: works fine for deleting remote file; MajorSnag: how to STORE a file remotely using socket? ?php $ftp=fsockopen(ftp.server.com, 21, $errno, $errstr, 60);

[PHP] Passing files from A to B

2001-10-02 Thread Dirk Maetens
PROTECTED] would be nice) Thanks. -- Dirk Maetens Belgium -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]