Child pages
  • Chapter 4 - Retrieve Data - Retrieving a Client

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$opt[ 'resource' ] = 'customers';
$opt[ 'id' ] = $_GET[ 'id' ];
$xml = $webService->get( $opt );
Tip

Use " isset" () before setting an ID allows you to easily carry out everything in this chapter.

...