User Profile

Collapse

Profile Sidebar

Collapse
dbest5250
dbest5250
Last Activity: Nov 12 '08, 10:57 AM
Joined: Oct 3 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dbest5250
    replied to FedEx Web Services
    in PHP
    really? so that means i can't use this web service in indonesia? :( is there any soap web service that i can use in indonesia?
    See more | Go to post

    Leave a comment:


  • dbest5250
    replied to FedEx Web Services
    in PHP
    hai guys, i have another problem, u see iam in Indonesia, and i have to shipped in indonesia, when i change the city or the country it seems to not working. Does fedex only support USA shipping? or am i the one that is wrong?
    here is the code :

    Code:
    <?php
    
    // Copyright 2008, FedEx Corporation. All rights reserved.
    // Version 4.0.0
    
    require_once('library/fedex-common.php5');
    ...
    See more | Go to post

    Leave a comment:


  • dbest5250
    started a topic how to use xml in php
    in PHP

    how to use xml in php

    hi guys, im trying to use an xml (any xml) in php, how do i use it? i'm sorry i am a newbie about xml, thanks in advance
    See more | Go to post

  • ic thanks markus. but is it possible if i used cookie? if it is possible how do i use itu? thanks in advance
    See more | Go to post

    Leave a comment:


  • getting function varible and storing it in php session

    hi guys i'm a little confuse about getting a variable in function and storing it in session example :

    Code:
    <html>
    <head>
    function loadContent(paging) 
    {
    	  <?  	
    		$_SESSION['page']=?????? (this is what confuses me because i   
                    have been trying to get the variable "paging" and is not working)
    	  ?>
    }
    </head>
    <body>
    ...
    See more | Go to post

  • im trying to pass a a value example : $50 and the web service will change it to rupiah which is now $1=Rp. 10450 so i will get an output : Rp. 522500 do you undestand what i meant? thanks before :)
    See more | Go to post

    Leave a comment:


  • emm.. i think that the wsdl does not existed. thats why is not working. my point is im trying to find another web service (exchange rate that converts us dollar to indonesian rupiah) that works. do you have any? thanks in advance, im sorry that im not really that clear.
    See more | Go to post

    Leave a comment:


  • im trying to get $1 exchange rate converted to IDR or indonesian rupiah. it is for my ecommerce that i'am building i have this code but i check the wsdl and its not working this is the code:

    Code:
    <?
    require_once('lib/nusoap.php');
    $wsdl="http://www.xmethods.net/sd/2001/CurrencyExchangeService.wsdl";
    $client=new soapclient($wsdl, 'wsdl');
    $param=array(
    'country1'=>'usa',
    'country2'=>'indonesia'
    ...
    See more | Go to post

    Leave a comment:


  • web service for getting exchange rate with nusoap php

    hi guys

    i'm trying to get a web service for get the exchange rate fro USD to IDR can anyone help me? thanks in advance
    See more | Go to post

  • dbest5250
    replied to Sending email in php
    in PHP
    but how do i set the values for the SMTP port? what do set it to? thanks in advance
    See more | Go to post

    Leave a comment:


  • dbest5250
    started a topic Sending email in php
    in PHP

    Sending email in php

    hai all, i have this error :

    Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\Program Files\xampp\htd ocs\tabaru\lupa pass.php on line 46

    this is the coding :

    Code:
    $to = $v2;
    $from_header = "From: dvdexcalibur.com";
    $subject = "Password
    ...
    See more | Go to post

  • dbest5250
    replied to FedEx Web Services
    in PHP
    Code:
    $rsd = end($response->RateReplyDetails->RatedShipmentDetails);
            printf("%.2d %s<br>\n", $rsd->ShipmentRateDetail->TotalNetFedExCharge->Amount, $rsd->ShipmentRateDetail->TotalNetFedExCharge->Currency);
    that magic code above, thanks for everyone that help me, :)
    See more | Go to post

    Leave a comment:


  • dbest5250
    replied to Playing streaming video in php
    for firefox i cant get it working yet, coz i am using xp sp 1 not sp 2, thats why i cant install the plugins :( i'll upgrade soon. thanks again :)
    See more | Go to post

    Leave a comment:


  • dbest5250
    replied to Playing streaming video in php
    acoder, i figure it out, i tried playing with IE and it works, thanks so much, you've been alot of help, thanks
    See more | Go to post

    Leave a comment:


  • dbest5250
    replied to Playing streaming video in php
    firefox, do i have to download the windows media player plugin for firefox?
    See more | Go to post

    Leave a comment:


  • dbest5250
    replied to Playing streaming video in php
    i tried it already and nothing happened.. what do you mean i have to have the windows media player plugins? thanks in advance..
    See more | Go to post

    Leave a comment:


  • dbest5250
    replied to Playing streaming video in php
    i tried the coding that u gave me the link to which is :

    Code:
    <html>
    <body>
    
    <h2>Playing The Object</h2>
    
    <object
    classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
    <param
    name="FileName"
    value="/1.wmv" />
    </object>
    
    </body>
    </html>
    ...
    See more | Go to post

    Leave a comment:


  • dbest5250
    replied to FedEx Web Services
    in PHP
    i figure it out guys, thanks so much for your help. u all been great. thanks
    See more | Go to post

    Leave a comment:


  • dbest5250
    replied to FedEx Web Services
    in PHP
    thanks pbmod, but i have tried all the possibilties but it seems the result is always null. i tried your path and it is not printing anything. wow this fedex webservice is hard :( i cant get the right path. can anyone help me?
    See more | Go to post

    Leave a comment:


  • dbest5250
    replied to FedEx Web Services
    in PHP
    there is no error.

    Code:
    printRequestResponse($client);
    the code above works, and i added what u told me to add and is successful also.
    im using php5. u have any other solution? thanks for ur help.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...