ujita tharani Posted September 19, 2013 Share Posted September 19, 2013 hello, suppose i want to give the link of contact us. html page in php so how can i give that??? php code: <li><a href="<?php echo $contact; ?>"><?php echo $text_contact; ?></a></li>html page link: http://www.hieteq.com/contact.html thank you.... Link to comment Share on other sites More sharing options...
vekia Posted September 19, 2013 Share Posted September 19, 2013 echo '<a href="PAGE">CONTACT</a>'; in your case something like: echo '<a href="'.$contact.'">'.$text_contact.'</a>'; Link to comment Share on other sites More sharing options...
ujita tharani Posted September 19, 2013 Author Share Posted September 19, 2013 sorry sir, its not working Link to comment Share on other sites More sharing options...
ujita tharani Posted September 19, 2013 Author Share Posted September 19, 2013 vekia do you know opencart? Link to comment Share on other sites More sharing options...
ujita tharani Posted September 19, 2013 Author Share Posted September 19, 2013 please any one help me out with this.... Link to comment Share on other sites More sharing options...
vekia Posted September 19, 2013 Share Posted September 19, 2013 why opencart? Link to comment Share on other sites More sharing options...
ujita tharani Posted September 19, 2013 Author Share Posted September 19, 2013 (edited) because now i have to work on it.... i don't know any thing in that.... are you familiar with it???? Edited September 19, 2013 by ujita tharani (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 19, 2013 Share Posted September 19, 2013 well, it is prestashop forum, and i don't use open cart unfortunately. Link to comment Share on other sites More sharing options...
Recommended Posts