[PHP] AW: WAP and PHP
It worked for my test scripts. Check out the attached file. You will have to skip over some of the DB abstraction class stuff. good Luck, Florian Florian Clever [EMAIL PROTECTED] http://www.Clever-Software-Solutions.de/ PGP Key @ ldap://certserver.pgp.net/ > -Ursprüngliche Nachricht- > Von: Alastair Binns [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 23. Januar 2001 08:38 > An: [EMAIL PROTECTED] > Betreff: WAP and PHP > > > > Hi, > > I am trying to dynamically create WML pages using PHP and mysql. I can get > the PHP to output WML however I am having problems with > postfields. They do > not seem to be populating the $HTTP_POST_VARS array. > > Has anyone come across this before and no why this is the case. I could > create the query string myself and create links in the code but > as far as I > can tell the postfield should send variables through to the script. > > TIA > > Al > > -- > > - > Alastair Binns > Programmer > Lawton eMarketing > 4 Grosvenor Square > Southampton > SO15 2BE > > Email: [EMAIL PROTECTED] > Tel: 023 8082 8560 > Fax: 023 8082 8566 > > A division of Lawton Communications Group Ltd > www.lawton.co.uk > > - > > EMAIL DISCLAIMER: > The information in this e-mail is confidential and may be legally > privileged. It is intended solely for the addressee and access to > the e-mail > by anyone else is unauthorised. If you are not the intended recipient, any > disclosure, copying, distribution or any action taken or omitted > to be taken > in reliance on it, is prohibited and may be unlawful. When > addressed to our > clients, any opinions or advice contained in this e-mail are > subject to the > terms and conditions expressed in the governing client engagement > letter or > contract. > > > -- 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]
[PHP] detecting extension (XSLT) Version
I am wondering if there is a way to detect the version of the underlaying library used in an extension. For example: Determine the version of the slabtron library invoked by your PHP script. Is it Version 0.81 or 0.70? I could see this being extremly usefull. I remember reading a while back that somebody was implementing extension versioning. But I believe that will probably only cover the PHP API of this extension. thanks, Florian Florian Clever http://fc.clever-soft.com/ -- 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]
RE: [PHP] Outreaching (announcement)
This sounds pretty nice. Is there a place to look at some screen shots or even a live demo, etc.? Florian http://fc.clever-soft.com/ > -Original Message- > From: Bogdan Stancescu [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 24, 2002 7:14 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Outreaching (announcement) > > > Hi all! > > As posted some time ago, the company I'm working for developed a > GPL system > for project development (basically keeping in touch with the > customers while > developing a project). I think this project may be of some > interest for some > of you (well, hopefully, for may of you), so here's the manifesto: > __ > > OPT (Outreach Project Tool) is a PHP general-purpose virtual > commonplace for > customers and developers to collaborate in developing projects. > The system > provides documents archive, e-mail archive, request tracker, task > management, > knowledge base, news administration, newsletter support and a lot > of other > features (some project-based, some system-based). > __ > > Hope this may help some of you with your customers! The current > version is > 0.9 (beta - the first public release), but it's stable and comes > with a nice > setup interface (yes, I have been thinking of you guys). This release has > been tested for more than eight months in a production > environment, with real > customers. > > So, the URL is http://sourceforge.net/projects/outreach - and you know my > e-mail for complaints :-) > > HTH > > Bogdan > > -- > 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] > -- 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]
RE: [PHP] WinNT extensions
> IMAP support was not compiled into the > Windows version of PHP. Unfortunately, > compiling it by hand is very difficult. > It requires having Microsoft Visual C++, along > with a bunch of other tools. So...it looks like > you'll need to use another method to view mail. > Sorry for the bad news. Yes if you want to compile php_imap.dll yourself than you need all these tools, but luckily kind folks in the PHP community compile it for you. So if you download the full binary from www.php.net (http://www.php.net/do_download.php?download_file=php-4.1.1-Win32.zip) you can simply include it in php.ini. So I do not at all understand the provider's problem. I would not recommend using dl(), because a) I think it has been deprecated more or less and b) it is not so fast. Florian > > I thought imap functionality was in a dll which can be loaded dynamically: > dl("php_imap.dll"); > imap_open("a","u","p"); > > Can anyone please enlighten me? Is it built in? They use PHP 4.1.1. > > Malcolm > > > > -- > 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] > Florian Clever http://fc.clever-soft.com/ -- 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]