View Single Post
  #6  
Old 01-10-2022, 10:32 AM
jsr
Hill Giant
 
Join Date: Aug 2008
Location: melbourne
Posts: 188
Default

You probably worked this out, but just to clarify - you don't put anything where it says 'string', that's just to tell you the type of data that is expected to replace 'website_url'

i.e.

$client->SendWebLink("www.somewebsite.com");
Reply With Quote