First  |  Prev |  Next  |  Last
Pages: 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
SOAPParam - Does it possible?
Hi, I'm creating a wsdl server but I have one doubt about the soapparam::soapparam(). I want to know how to return several parameters using the soapparam::soapparam(). I'm doing this: class MyApi implements API { public function Send($param) { $resp = array('resposta' => 'works', 'events... 9 Jul 2010 19:27
Login In script quesitons
On 9 July 2010 16:42, Gary <gpaul(a)paulgdesigns.com> wrote: [snip] Take a look at https://code.google.com/p/loginsystem-rd/ ... 9 Jul 2010 18:21
Last day to submit your Surge 2010 CFP!
Today is your last chance to submit a CFP abstract for the 2010 Surge Scalability Conference. The event is taking place on Sept 30 and Oct 1, 2010 in Baltimore, MD. Surge focuses on case studies that address production failures and the re-engineering efforts that led to victory in Web Applications or Internet Arc... 9 Jul 2010 11:40
validating form input
Hello, Got a form that takes in data to enter in to a database. I want to make it as secure and as invulnerable to sql injection and other attacks as possible. I'm wondering if mysqli_real_escape_string or stripslashes should be used or if the former does the latter. For example, I have a name variable: $name =... 9 Jul 2010 11:40
MSSQL failing.
Is there something that needs to be tweaked or added to get this to work? I am trying to connect to server 2008 w/ MS SQL 2008. I can see the connections fail in the servers event logs if I take away \domain from \domain\username (mixed auth is turned off) so the communication is somewhat working. What am I miss... 9 Jul 2010 10:34
Setting up a XDebug debugging environment for PHP / WAMP / Eclipse PDT
On Thu, Jul 8, 2010 at 6:40 AM, David NĂ©grier < d.negrier(a)thecodingmachine.com> wrote: Hi list, After struggling a bit to set-up a debug environment in PHP, I decided to write a complete tutorial to explain how to set-up XDebug in a WAMP / Eclipse PDT environment. Everything was already availabl... 8 Jul 2010 13:38
Simple XML - problem with errors
Why am I still getting an exception when I do this: libxml_use_internal_errors(true); $this->xml = new SimpleXMLElement($this->htmlString); or this $this->xml = new SimpleXMLElement($this->htmlString, LIBXML_NOERROR|LIBXML_NOWARNING); ? The exception says "Exception: String could not be parsed as XML". N... 8 Jul 2010 15:53
interface name file
Hi, I want to know which file name is appropriate for a interface. Today, for a PHP class I use: NAME.class.php. What about a interface? Is there a definition about it ? Thanks Augusto Morais ... 8 Jul 2010 08:04
Date Test...
Hello all, I am processing an array to build an INSERT string in PHP. The code below I build an a separate array for the TARGET fields and the VALUES. I am trying to trap for a NULL ENTRY in a Date Input Field. Date fields are identified with: $ffield['s']=='/' I tried to add the "&& !empty($fval)" to th... 8 Jul 2010 13:38
Creating image on-the-fly
Hello, I was wondering if there was any way I can create an image from some text with php? For Eg: I have a text box that will have a number/letter combo, I want it to dynamically gen the num/lett combo, then create say a transparent png of that number/letter combo then display it to the user. Can I take t... 7 Jul 2010 17:54
First  |  Prev |  Next  |  Last
Pages: 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40