Jump to content

link action.php instead of index


BewareOfButtlice

Recommended Posts

Hello. So i'm working on a custom pilot center using Action.php to avoid the java scripts and junk from my current theme. Anyway, im setting up the pages, for example, my flight bids. Theres the following code in there:

<td><a href="<?php echo url('/pireps/filepirep/'.$bid->bidid);?>">File PIREP</a><br />

When i have http://localhost/site/action.php/schedules/bids open and you click on "File PIREP" it takes me back to Index.php. It needs to go to action.php. How would i change the above code to go to action.php rather than "URL" which goes to Index?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...