Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: index.html link to index.php  (Read 2920 times)

0 Members and 1 Guest are viewing this topic.

raph2424

  • Guest
index.html link to index.php
« on: July 11, 2010, 09:54:12 PM »
i have an index.html page with jobs TAB and want to link the jobs TAB to an index.php page that has been created in a folder call jobs which has been uploaded in local public html folder on my control panel. need your help please.

kpac

  • Web moderator
  • Moderator


  • Hacker

  • kpac®
  • Thanked: 184
    • Yes
    • Yes
    • Yes
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 7
Re: index.html link to index.php
« Reply #1 on: July 12, 2010, 04:22:43 AM »
Please explain in more detail. Can you post some code?

Xyphon



    Greenhorn

    Re: index.html link to index.php
    « Reply #2 on: July 14, 2010, 05:09:58 PM »
    Um, do you mean just a link?!

    Code: [Select]
    <a href='jobs/index.php'>Jobs</a>
    Gasp! How could you not know this?! Did you look at the basic tutorials?!

    Or am I wrong, and you mean something entirely different?