Jump to content

Correct sintax


NoName.ba

Recommended Posts

Hello! I'm learning PHP I need some help with php sintax so I hope someone will find a minute to help me. Here is explanation what I want to achieve:

 

<?php $myTabs->startTab("TAB TITLE","TAB DESCRIPTION"); ?>

 

Instead of "TAB TITLE" and "TAB DESCRIPTION, I need variable values:

 

_TAB_TITLE

_TAB_DESCRIPTION

 

I find out that I can use variable value in HTML with this code:

 

<?php echo _TAB_TITLE; ?>
<?php echo _TAB_DESCRIPTION; ?>

 

Thank you.

Link to comment
https://forums.phpfreaks.com/topic/199485-correct-sintax/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.