Jump to content

nabeelkhan

Members
  • Posts

    10
  • Joined

  • Last visited

    Never

Posts posted by nabeelkhan

  1. I have written this following code snippet somewhere in my code...

    [code]<iframe id="abc" name="abc" height="100%" width="100%" src="view.php?mode=view&id=<?=$_GET['id']?>"> </iframe>[/code]

    in Internet Explorer it behaves exactly as it should. i.e displays the page view.php in teh iframe...

    But in Mozilla it displays an empty iframe written in it this code..

    [code] <script language='javascript'>
                location.href = 'editor.php?id=2&category=2'
                </script><P>asdas</P>
    <P>asdas</P>
    <P>asd</P>
    <P>.</P> [/code]

    how to solve it...
  2. @redbullmarky
    I just frogot to post in a single forum.. apologies.


    @AndyB
    Don't be so smart. Google did not help me in figuring some code to make thses things in PHP so that I asked for help here. I found 1 or 2 pages which describe PHP code but not enough helpful.
  3. I want to use some online web service. but am not expert in this field.

    a tutorial on the net said something like this.. (was about NuSoap library)

    require_once('nusoap.php');

    [code]$wsdl="http://www.xmethods.net/sd/2001/CurrencyExchangeService.wsdl";
    $client=new soapclient($wsdl, 'wsdl');
    $param=array('country1'=>'usa', 'country2'=>'canada');
    echo $client->call('getRate', $param);[/code]

    it was using nuSoap library. nut when viewing this page after coding it. nothing appears on screen.

    what is the porblem

    (if u knwo about PEAR_SOAP, u can help also)
  4. I want to use some online web service. but am not expert in this field.

    a tutorial on the net said something like this.. (was about NuSoap library)

    require_once('nusoap.php');

    [code]$wsdl="http://www.xmethods.net/sd/2001/CurrencyExchangeService.wsdl";
    $client=new soapclient($wsdl, 'wsdl');
    $param=array('country1'=>'usa', 'country2'=>'canada');
    echo $client->call('getRate', $param);[/code]

    it was using nuSoap library. nut when viewing this page after coding it. nothing appears on screen.

    what is the porblem

    (if u knwo about PEAR_SOAP, u can help also)
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.