[PHP] Can't get XSLT on PHP

2006-03-29 Thread MARG
Hi, I'm trying to get XSLT support on PHP, but i'm not able :( I've compiled Sablotron 1.0.2 successfully and compiled PHP 5.1.2 with --enable-xslt \ --with-xslt-sablot I get no errors and PHP works fine, but i get no XSLT support (confirmed via phpinfo()). Any ideas ? Any help would be

Re: [PHP] Can't get XSLT on PHP

2006-03-29 Thread MARG
Anthony Ettinger wrote: obvious one, but did you restart apache? Sure :) -- AM On 3/29/06, MARG [EMAIL PROTECTED] wrote: Hi, I'm trying to get XSLT support on PHP, but i'm not able :( I've compiled Sablotron 1.0.2 successfully and compiled PHP 5.1.2 with --enable-xslt \ --with-xslt

[PHP] Site bloated by images

2006-02-16 Thread MARG
help would be apreciated. Warm Regards, MARG -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Moving code from a specific file to a generic one

2005-12-11 Thread MARG
newsletter.php ? I've already tried to make it a function, of course, but no good :( I'm driving nuts with this :( Any help would be apreciated. Warm Regards, MARG -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Value (not) being retuned by a function

2005-12-11 Thread MARG
($email); if (!eregi (^([-!#\$%'*+./0-9=?A-Z^_`a-z{|}~^?])+@([-!#\$%'*+/0-9=?A-Z^_`a-z{|}~^?]+\\.)+[a-zA-Z]{2,6}\$, $email)) return 1; } // is EmailOk ? --- Why is that happening ? Any help would be apreciated. Warm regards, MARG -- PHP General Mailing List

Re: [PHP] Value (not) being retuned by a function

2005-12-11 Thread MARG
on that is asking for trouble, and I doubt you knew so in the first place). Cheers, Rob. Yes, i knew that. The code was like ot was for the sake of simplicity. Warm Regards, MARG -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php