|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
:confused: I am new in PHP I have this script:
__________________________________________________ __ <?php $info_box_contents = array(); $info_box_contents[] = array('align' => 'left', 'text' => BOX_HEADING_INFORMATION ); new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('align' => 'left', 'text' => '<a href="' . tep_href_link(FAQ, '', 'NONSSL') . '">' . FAQ. '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONTACT_US, '', 'NONSSL') . '">' . BOX_INFORMATION_CONTACT . '</a>' ); new infoBox($info_box_contents); ?> __________________________________________________ _ And I am tiring to open FAQ in a new page. I wonder if some one could help me ? Please Thanks Joe C |
|
#2
|
|||
|
|||
|
hey joe c, welcome to devarticles forums!!
it's a little confusing what you're trying to do at the moment... could you give us a little more info? Cheers. |
|
#3
|
|||
|
|||
|
PHP Code:
|
|
#4
|
|||
|
|||
|
BTW, looks like he is using OsCommerce
|
|
#5
|
|||
|
|||
|
Yes I am
Sorry I took care of this a long time ago I just rewrote my menu
It was a little confusing since I did not look at the rest of the code !!! Thank You |
![]() |
| Viewing: Dev Articles Community Forums > Programming > PHP Development > PHP Question ? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|