The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Web Services Not Working on Websites
Hello Rapid Miner Community
I Have created WebService(which display html5 charts) in RapidminerServer. Now i want to use this services in my website which is built in PHP now in order to use that service what service link should I use either Embeddable HTML Code
or not so please help me out with this problem thank you.
Tagged:
0
Answers
Hi rabna,
The "embed code" is a block of HTML which is embedded in the page-source and creates an object in doing so. HTML: one of the most basic languages used on the web, used to design and lay out web pages. Check this out for adding HTML embed codes,
http://blog.hubspot.com/marketing/how-to-add-html-embed-codes-ht#sm.00002cs7hvfntcris7y1m9v6ebuj1
Using the direct link, you can open the service from a browser. You can try to copy the direct link and paste in chrome to view the result table.
However, it is not recommended to embed html codes inside php codes...http://stackoverflow.com/questions/7054780/what-is-the-recommended-way-to-embed-html-codes-inside-php-codes
Usually people do the opposite way, Embedding PHP in HTML.
Hope this helps.
YY