[PHP] Re: Documenting Code Question

2005-06-13 Thread Bogomil Shopov
Hi Cris, I think object is necessary for PHPDoc standart (or similar);) But a detailed description of what object contains will be very helpfull. Unfortunatly you should make it in a separate file. -- Bogomil B. Shopov http://purplerain.org Reply --- Chris Drozdowski wrote: I

[PHP] Re: Form to email with Special Characters

2005-01-06 Thread Bogomil Shopov
Hello Can you show me the script? Please look first at mail functions on php.net/mail to see how to use headers (and encodings too) Best Regards Bogomil Shopov http://purplerain.org Hugo Tavares wrote: Hello: I'm new (very new) to php. I'm making a simple srcipt wich sends and email from

[PHP] Re: Saving Files

2005-01-05 Thread Bogomil Shopov
Hello Yes you can do that. Please follow the steps: header('Content-type: application/pdf'); header('Content-Disposition: attachment; filename=downloaded.pdf'); readfile('original.pdf'); Bogomil http://purplerain.org [EMAIL PROTECTED] wrote: Hi all. Note, this may be a bit off topic.

[PHP] Re: php terminal.

2004-12-21 Thread Bogomil Shopov
Hello First try to ask what permissions you have on your server. After that if you have permissions you can using system() command to emulate some functionality. Regards Bogomil Shopov http://purplerain.org Adwin Wijaya wrote: Hello all.. Since my webhosting didnt provide me with telnet access

[PHP] Re: strlen question

2004-07-23 Thread Mr. Bogomil Shopov
try isset() Bogomil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: string filtering

2004-07-21 Thread Mr. Bogomil Shopov
Hello http://bg2.php.net/manual/en/function.preg-match.php Regards Bogomil http://spisanie.com/indexen.php - WebDevMagazine C.F. Scheidecker Antunes wrote: Hello all, I need to filter some strings. They can only contain characters like a...z or A..Z and 0..9. Some strings have blank spaces,

[PHP] Re: is there any application ,

2004-06-21 Thread Mr. Bogomil Shopov
hello , yes there is a phpBlender application.Please look at http://phpblender.com All the Best Bogomil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP Contest (rev2)

2004-06-21 Thread Mr. Bogomil Shopov
The Spisanie.com Magazine together with its enlisted partners is the organizers of the Balkan PHP programming/developing competition. The first stage had already been started and will reach completion on the 15th of July 2004 with the following task: Development of an encryption algorithm for

[PHP] Can I make make email accounts in vpopmail using PHP

2004-06-18 Thread Mr. Bogomil Shopov
Can I make make email accounts in vpopmail using PHP. Thank you -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Can I make make email accounts in vpopmail using PHP

2004-06-18 Thread Mr. Bogomil Shopov
Thanks Smarty ;))) I would like to know How I can make user email accounts using vpopmail, but Not using PECL extension. Regards Bogomil Jay Blanchard wrote: [snip] Can I make make email accounts in vpopmail using PHP. Thank you [/snip] Yes. You're welcome

[PHP] PHP and MySQL problem, please help

2003-11-18 Thread Mr. Bogomil Shopov
hi folks, A query in mysql become with STATE set to STATISTICS and all queries after this query are LOCKED. What is the decision please. Best Regards Bogomil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP Conf 2004 Sofia, Bulgaria

2003-11-07 Thread Mr. Bogomil Shopov
The first Web Technology conference in Bulgaria will be held in March 2004 at the city of Sofia. Within its framework, the first PHP conference will be held. The purpose of this meeting is to discuss the new tendencies in this direction and to popularize the Internet technologies in the

[PHP] Re: COM and PHP.ini

2003-11-07 Thread Mr. Bogomil Shopov
see this page http://purplerain.org/article.php ensure that are you using all necessary settings Regards Bogomil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP and XML help needed

2003-09-11 Thread Mr. Bogomil Shopov
Hi folks How I can put some php code in a XSL template. I have a function that returns a value and I want this value to be entered in a img tag in XSL template? Thanks Bogomil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ActivePHP help

2003-07-22 Thread Mr Bogomil Shopov
I have compiled php4activescript.dll and a register it with regsvr32 and then when i try the sample code , didnt work, please! Bogomil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: XML + XSL

2002-12-17 Thread Bogomil Shopov
xsl:script language=javascript ![CDATA[ pos = 0; function getpos(spos){ epos = spos + 4; pos = pos + 1; if(pos = spos pos = epos){ return true; }else{ return false; } } ]] /xsl:script -- PHP General Mailing

[PHP] PDF Lib

2002-12-16 Thread Bogomil Shopov
hi folks Is there any way to include in PDF file .gif file with more than 8 colors? Error:Warning: Internal PDFlib warning: Color depth other than 8 bit not supported in GIF file regards Bogomil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] PDF Lib

2002-12-16 Thread Bogomil Shopov
yes thats right but what that error mean: Error:Warning: Internal PDFlib warning: Color depth other than 8 bit not supported in GIF file regards Bogomil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PDF Lib

2002-12-16 Thread Bogomil Shopov
thanks a lot -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PDF Lib problem with Gif files

2002-12-13 Thread Bogomil Shopov
Fatal error: PDFlib error: Bad image number -1 in PDF_place_image Anyone to have any idea Best regards Bogomil Shopov -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PDF Lib problem with Gif files (2)

2002-12-13 Thread Bogomil Shopov
Warning: Internal PDFlib warning: Color depth other than 8 bit not supported in GIF file -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php