PowerBuilder Forum

Members Login
Username 
 
Password 
    Remember Me  
Post Info TOPIC: how to do this in power builder


Newbie

Status: Offline
Posts: 1
Date:
how to do this in power builder


$newProductData = array(
    'name'              => 'name of product',
     // websites - Array of website ids to which you want to assign a new product
    'websites'          => array(1), // array(1,2,3,...)
    'short_description' => 'short description',
    'description'       => 'description',
    'status'            => 1,
    'weight'            => 0,
    'tax_class_id'      => 1,
    'categories'    => array(3),    //3 is the category id  
    'price'             => 12.05
);

 

This is php coding..

 

i want change this coding into power builder to send the data



__________________


Newbie

Status: Offline
Posts: 2
Date:

selva wrote:

$newProductData = array(
    'name'              => 'name of product',
     // websites - Array of website ids to which you want to assign a new product
    'websites'          => array(1), // array(1,2,3,...)
    'short_description' => 'short description',
    'description'       => 'description',
    'status'            => 1,
    'weight'            => 0,
    'tax_class_id'      => 1,
    'categories'    => array(3),    //3 is the category id  
    'price'             => 12.05
);

 

This is php coding..

 

i want change this coding into power builder to send the data


 Try learn array at javascript:mctmp(0); and for the structure at javascript:mctmp(0);



__________________
Page 1 of 1  sorted by
 
Quick Reply

Please log in to post quick replies.

Tweet this page Post to Digg Post to Del.icio.us


Create your own FREE Forum
Report Abuse
Powered by ActiveBoard