First  |  Prev | 
Pages: 170 171 172 173 174 175 176 177 178 179 180
pear::soap
Hi all, Is it true when I argue that pear::soap only supports soap version 1.0 and 1.1 whereas ext/soap in php5 also supports version 1.2? -- Hilsen/Regards Michael Rasmussen http://keyserver.veridis.com:11371/pks/lookup?op=get&search=0xE3E80917 ... 8 Feb 2006 18:21
HTML_QuickForm trackSubmit
Hi, I have 2 forms on the same php page. When submitting the 2nd form I don't want that the fields from 1st form are being validated. I use following code: $form = new HTML_QuickForm('frmQuestionnaire','post','','',TRUE); The boolean value TRUE should track if a given form is submitted or not, but it does... 7 Feb 2006 15:42
Cannot redeclare class in PEAR Packages with Zend Debugger
Hello Guys, I want to debug my application using Zend Studio debugger in server mode. When i try to debug a page using Zend Firefox extension (or debug URL in Zend Studio itself) i got an: Cannot redeclare class pear_config in C:\php\PEAR\PEAR\Config.php on line 2052 after disabling this require_once, anot... 1 Feb 2006 10:53
Setting the style for the HTML_Ajax loader
hi there, ive tried setting the style and position of the loader div for Ajax however it wont work, what is the way to style it properly ?? HTML_AJAX_Loading { font: 11px Arial; }... 18 Jan 2006 00:09
DB_common escapeSimple() not found
DB-1.7.6/DB/common.php call DB_common::quoteSmart($str) in my script (which has previously used DB methods fine): Fatal error: Call to undefined function: escapesimple() in /usr/local/php/lib/php/DB/common.php on line 434 This is pretty strange. PHP refuses to recognize escapeSimple method called from qu... 4 Nov 2005 04:07
SOAP_Attachment
I'm trying to create a SOAP Client which attached a DIME attachment. This is using pear::soap 0.9.1, Mail_Mime 1.3.1 & Net_DIME 0.3 installed Problem is that the attachment does not get attached.. The call does get placed and the other parameters are processed. Can anyone point me to wh\at I'm missing cuz I'm stu... 2 Oct 2005 17:32
quickform and optgroup
Hi, Is it possible to add an optgroup tag in a select element ? example : <select name="test"> <optgroup label="test 1"> <option>test 1 1</option> <option>test 1 2</option> </optgroup> <optgroup label="test 2"> <option>test 2 1</option> <option>test 2 2</option> </optgroup> </... 7 Sep 2005 12:55
Need Help with Auth_Radius
Hello all, I am running 5.0.3. I have the pecl radius extension installed and also have crypt_chap installed. When trying to use auth_radius, I get this error: PHP Fatal error: Call to undefined function radius_auth_open() in /usr/local/lib/php/Auth/RADIUS.php on line 579 I checked that file and there i... 7 Mar 2005 01:28
Trouble installing PEAR on Windows
Hello, I am in dire need of help. I just bought the book:Web Database Applications with PHP and MySQL by Hugh E. Williams and David Lane and I have meticulously followed the instructions in the back of book. I have installed the PEAR package HTML_Template_IT in C:\progra~1\easyph~1\php\pear\pear.bat and I have edi... 3 Mar 2005 14:20
redeclaring _pear_call_destructors() when I require_once('DB.php')
Hallo -- I have a problem trying to use PEAR::DB. When I include it in my script and then try to connect with it, I get the following error: Compile Error: PEAR.php line 769 - Cannot redeclare _pear_call_destructors() (previously declared in C:\php\PEAR\PEAR.php:736) Stepping through the code, I can see that ... 3 Mar 2005 12:41
First  |  Prev | 
Pages: 170 171 172 173 174 175 176 177 178 179 180