Hi, Rename the select name to "sections[]" instead of "sections" so that it can be treated as an array. ... <SELECT NAME="sections[]" MULTIPLE> <OPTION...
Hi....Rupom..... Thanx for the given link.... One thing let me know.. After creating the .po files... is the translation has to be done manually by a...
Simple XML Parsing by enygma Now, I may not be a pro at this XML parsing thing, nor at making the XML files themselves, but I do know that XML can be a really,...
Shimul, What about the following class? It creates a hierarchical array from XML data. ... <?php class XmlToArray { var $xml=''; /** * Default Constructor *...
hi, I need help in integrating java with php.I have done all required setting like changing php.ini file etc.but still i get the error message i.e."Fatal...
hi, i'm sorry i recently joined the group and i haven't read the initial email, but if u want to create an array from a xml file i used "file" function, and...
Hi programmers, WML is a free and extensible Webdesigner's off-line HTML generation toolkit for Unix, distributed under the GNU General Public License (GPL...
Can anybody send me Class that creates Zip files from selected Files and one can add Files as we wish to save it online. So User can easyly Download it. Thanx....
hi may be you are looking for this one . check this class and let me know is this covering your needs or not ? http://www.zend.com/codex.php?id=696&single=1 ...
Hi, Your approach is good. But when we need a generalized version of such parsing, we have to think a lot about the file structure. May be the data always not...
Hi All, We are getting some junk mails in our group. Please don't open unknown type's attachments. They may harm your PC. Currently any mail does not require...
It will work to create zip but when we try to download using explorer, explorer will not able to download it as IE says Invalid Authentication Mozila Blocks it...
But I tested it and got no complication while downloading. This class is a widely used class. You may check out your browser settings. chirag parikh...
But I tested it and got no complication while downloading. This class is a widely used class. You may check out your browser settings. chirag parikh...
Thanks Khaled. It's a very nice class. Khaled Al-Shamaa <khaled.alshamaa@...> wrote: http://www.phpconcept.net/pclzip/index.en.php On 3/3/06, ckp21082...
hi all, i need a setup of gd lib so that image create/display is possible by php. i am trying by some sample code. all of them showing errors as undefined...
Hi Constant, If the OS is Windows, then follow this link: http://www.php.net/manual/en/install.windows.extensions.php And setup your php_gd.dll extension. ...
Hi kushal, Welcome to our group. this group will help you. keep posting your problems and articles. we have many php experts in this group. I hope this...
See thsi link: http://www.regular-expressions.info/email.html http://rupom.itsmyland.com http://www.rupom.tk Join phpResource Group And Enjoy PHPing... ... ...
Hi All, Can you help me in a program which attach a image file with email in PHP. I want to send email using mail function but with a image file attachment. ...
hi, sorry for the late replay, i was away for 3 days, as for the script probem is u haven't solved the problem yet u could very easily use ereg and ereg...
Sure we can solve many problems by ereg, preg, ereg_replace, preg_replace etc. And one thing I want to share with you - we should not guess any format (as u...