Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [Closed] PHP and WF - is there a way ?

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[Closed] PHP and WF - is there a way ?
 Login/Join
 
Silver Member
posted
Hi everybody,
I've searched through the forum about how to embed PHP in WF but found nothing useful.
e.g. :
 -HTMLFORM BEGIN
<HTML>
<BODY>
<?PHP ECHO "abc" ?>
<FORM METHOD = "POST" NAME = "N1" ACTION = "">
	<INPUT TYPE = "TEXT" />
</FORM>
</BODY>
</HTML>
-HTMLFORM
-EXIT
 

The php tag is ignored and nothing prints but my TOMCAT is configured with PHP. Thanks in advance Smiler

This message has been edited. Last edited by: Martin_fmi,


WF 7.6.5 / OS: XP / FOCUS
 
Posts: 42 | Registered: September 01, 2008Report This Post
Expert
posted Hide Post
Looks like HTML to me, not WebFOCUS...


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
 
Posts: 1972 | Location: Centennial, CO | Registered: January 31, 2006Report This Post
<SomeUsr>
posted
Embedding PHP into an HTMLFORM of a WebFOCUS fex file will not work because you are running inside the WebFOCUS agent engine outside of the PHP engine.

PHP can work with WebFOCUS, but it has to be the other way around. Write your PHP code and treat WebFOCUS like an external source of data to PHP. Basically you would execute WebFOCUS from within your PHP code and do whatever you needed with the results of the call. e.g., just pass on the formated result, process the result further with PHP, etc...

WebFOCUS can be treated as an external source of data from just about any programming language.
 
Report This Post
Silver Member
posted Hide Post
Thanks Smiler - I'll give it a try.


WF 7.6.5 / OS: XP / FOCUS
 
Posts: 42 | Registered: September 01, 2008Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [Closed] PHP and WF - is there a way ?

Copyright © 1996-2020 Information Builders