Jump to content

Aman22

New Members
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Aman22's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi there, How to work out?? We have our web page where we enter our client information.. Part A Than same information we have to enter third party web page. Part B How can we transfer same information fr our web page to third party web page like .. Input in text field instead of type each box… Please if someone can guide us or any link to follow…
  2. Please advise me, to this following group function in PHP. this works perfectly fine,it groups the airline name and starts with the MIN price, however the problem is that it also shows the season but it is picking the MIN season which is not required. I want it to pick the season for the MIN price which it applies for in the same row. the code is below...all help is much appreciated...thank you in advance: $sql="SELECT MIN(price),dep,des,airline,flighttype,baggage,season,cabin,id FROM faresheet WHERE cabin = '".$q."' AND des = 'DEL' GROUP BY airline ORDER BY MIN(price) ASC";
  3. the link you have given me, does call the windows explorer which is great, however the problem im getting is that i want it to go directly to the ftp file only and not be open to all other files. the reason for not using the browser is that it only lets me view the files, whereas if i was using the windows explorer i can also edit/delete/add when required.
  4. Thnx for the help...however I dont want it to open in the internet page. I want it to open in the windows explorer...please help
  5. Hi Spiderwell sorry for confusion, what i simply want to do is when im on my web page I want to view my ftp files, so I want to create a button, which when clicket it will promt windows explorer to open another window with a link to the ftp files so I can login from any individual pc when required.
  6. I am new to all this, so please help I want to create a request form, basically when I click onto a hyperlink on my web page I want it to call windows explorer with the following ftp;//test.co.uk (example), which will bring up the page and I can log in. Any help would be a much appreciated
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.