Simple HTML/PHP Form

Associate
Joined
31 Jan 2010
Posts
283
Location
UK
So I’m working on a simple intranet page for work, it will be using a bootstrap template and be hosted on a private github repo.

Its all text apart from the 1 form I need to quickly track customers parcels when then are on the phone.

I just need 2 boxes next to each other on the form, one to enter tracking number and the other to enter a postcode, along with a button that says “Track”

This will be using the URL below with the two variables. I think I need to use the PHP GET function from the research I have done but not sure?

Code:
https://dx-track.com/track/DX.aspx?consno=[TRACKING_NUMBER]&postcode=[POST_CODE]

Anyone able to advise on this please?
 
Associate
OP
Joined
31 Jan 2010
Posts
283
Location
UK
Thank you for the above examples I have used them to make 4 different tracking forms, and they all work perfect there is one I am struggling to create, I’m certain its an easy one but I cannot get my head around it.

It’s to track using this URL layout:

Code:
https://www.collectplus.co.uk/track/[TRACKING-NUMBER]


So its just that tracking number at the end that changes, I think this is confusing me because the URL layout doesn’t use any ? or = symbols its just a straight URL if that makes sense.

Thanks in Advance
 
Back
Top Bottom