Re: [PHP] SOAP and Php question about authentication

2012-07-16 Thread Matijn Woudt
Op 17 jul. 2012 05:23 schreef "James Newman" het volgende: > > I'm having a few authentication issues and I'm not sure if it's my code or > the web service I'm connecting to. The code below shows what I'm working > with not sire if I'm going about it the right way. > > This is the error I get! >

[PHP] SOAP and Php question about authentication

2012-07-16 Thread James Newman
I'm having a few authentication issues and I'm not sure if it's my code or the web service I'm connecting to. The code below shows what I'm working with not sire if I'm going about it the right way. This is the error I get! Fatal error: Uncaught SoapFault exception: [soap:Client] System.Web.Serv

RE: [PHP] Creating drop-down menus

2012-07-16 Thread Daevid Vincent
AJAX. Your page calls a PHP 'ajax' routine that pulls the data, sends it back as a JS array, and you re-populate the second select box. Welcome to the year 2000. Using frameworks like jQuery, this is pretty trivial these days. You're not trading any security since the PHP gets whatever parameters

Re: [PHP] Creating drop-down menus

2012-07-16 Thread Tim Streater
On 16 Jul 2012 at 21:19, Jen Rasmussen wrote: > Sometimes I need to use javascript to fill a drop down box based on the > value of a previous drop down box. However, the information to fill the > latter is stored in mysql and can be a lot, what I have been doing is that, > using PHP, I create h

RE: [PHP] Creating drop-down menus

2012-07-16 Thread Jen Rasmussen
-Original Message- From: Ramiro Barrantes [mailto:ram...@precisionbioassay.com] Sent: Monday, July 16, 2012 3:17 PM To: php-general@lists.php.net Subject: [PHP] Creating drop-down menus Hello, I am making an application using PHP/Javascript/mysql and had a question. Sometimes I need to

[PHP] Creating drop-down menus

2012-07-16 Thread Ramiro Barrantes
Hello, I am making an application using PHP/Javascript/mysql and had a question. Sometimes I need to use javascript to fill a drop down box based on the value of a previous drop down box. However, the information to fill the latter is stored in mysql and can be a lot, what I have been doing is

Re: [PHP] Simplepie characters not showing

2012-07-16 Thread Daniel Brown
On Mon, Jul 16, 2012 at 9:18 AM, muad shibani wrote: > Hi all > > I used SimplePie to collect news feed from 100 Arabic websistes everything > is fine > but when I transfer the website into a new server some feed titles and > descriptons show only numbers or special characters if there are some

Re: [PHP] database hell

2012-07-16 Thread Ressy
On 15/07/2012 17:07, Nick Edwards wrote: > On 7/12/12, Ashley Sheridan wrote: > >> "ma...@behnke.biz [5]" wrote: >> >>> Nick Edwards hat am 12. Juli 2012 um 14:00 geschrieben: >>> On 7/12/12, Gibbs wrote: > mysql_query("DELETE from userprefs where clientr='$User'", >>>