|
First
|
Prev |
Next
|
Last
Pages: 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186
PEAR::MDB2 Hi, im trying to work with MDB2 and hace some problems. Maybe someone can help me. First, once i have a mdb2 connection on $mdb2 im trying to make a query using quote to prevent SQL Injections. $int = $mdb2->quote('11', 'integer'); $query = 'SELECT someDate, someNumber FROM myTable WHERE someInteger = ' . $int;... 21 Nov 2006 15:54
Spreadsheet_Write_Excel Hello. I have a doubt related to Spreadsheet_Write_Excel package. How can I merge cells vertically? PS: I´m sorry if I wasn't supposed to ask this here, but I was going to send this message to the package lead maintainer, but I was informed ( http://pear.php.net/account-mail.php?handle=xnoguer) to not do that. ... 21 Nov 2006 13:47
QuickForm_Renderer_Tableless - template help I don't understand how to rebuild the template so I don't have ordered lists for each fieldset when using HTML_QuickForm_Renderer_Tableless. outputted source code looks like this: <form action="/estimate.php" method="post" name="frmEstimate" id="frmEstimate"> <div style= "display: none;"></div> <fiel... 21 Nov 2006 04:40
Pear Soap Problem Hi, I was wondering if someone may be able to help me. I am having problems with Pear Soap and the following .net web service. http://www.thedrmcentre.com/Customer/Service/Soap20060925.asmx?WSDL The web service is for retrieving drm licenses for windows media content. It has the following 6 methods: Exam... 20 Nov 2006 18:43
[ANNOUNCEMENT] PHP_ParserGenerator-0.1.3 (alpha) Released. The new PEAR package PHP_ParserGenerator-0.1.3 (alpha) has been released at http://pear.php.net/. Release notes ------------- fix Bug #9346: lots of PHP warnings instead of syntax error fix phplemon.bat replacements Package Info ------------ Translate a grammar file in the lemon parser generator format in... 20 Nov 2006 16:37
PECL install Xdebug When trying to install Xdebug from the Pecl repository (pecl install xdebug) I get the following error: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 65 bytes) in /usr/share/php/PEAR/Registry.php on line 1012 Allowed memory size of 8388608 bytes exhausted (tried to allocate 40 ... 17 Nov 2006 14:17
QF - file upload and group Hi, I'd like to upload some files. Here's my code: for ($a = 1; $a <= $_SESSION['site_shop_attachnum']; $a++) { ${'doc'.$a} =& HTML_QuickForm::createElement('text', 'attname'.$a, null); ${'att'.$a} =& HTML_QuickForm::createElement('file', 'attfile'.$a, null); $form->addGroup(array(${'doc'.$... 15 Nov 2006 05:31
Help on international characters with Spreadsheet/Excel/Writer Hello all, I'm using PhpBugTracker (freeware bug tracking tool, based on php/mysql), which includes an excel export functionality, using Spreadsheet/Excel/Writer. Strangely, all international characters (like French accentuated characters) show correctly in the web pages, but they don't in the excel export.... 15 Nov 2006 13:03
DB_DataObject_FormBuilder: how to use preProcessForm? Hello, I can't find out to use preProcessForm(&$values, &$formBuilder). I have created my form: $var =& DB_DataObject::factory('var'); $formBuilder =& DB_DataObject_FormBuilder::create($var); $form =& $formBuilder->getForm(); [...] How can I use my own preProcessForm funtion? Thank you Julien ... 13 Nov 2006 20:17
PEAR I am currently working on a project and I have this question concerning PEAR. What is the PHP PEAR repository used for, and could you give an example of a case where a PEAR module (such as the XML_RPC module) might be used. Kind Regards, Rami ... 14 Nov 2006 01:30 |