downloading an application from a site

Reply

Join Date: Mar 2008
Posts: 7
Reputation: infernodeep is an unknown quantity at this point 
Solved Threads: 0
infernodeep infernodeep is offline Offline
Newbie Poster

downloading an application from a site

 
0
  #1
Jul 25th, 2008
hi
can anyone help me plzz im very new to php.

  1. http://localhost/cion_latest/download.php?code=adm&user=7&download_type=trial

from this im try to download an application.
Application downloading correctly but when im try to install app. im getting this error

This installation package could not be opened.
contact the application vendor to verify that this is a valid windows installer package.


but in original app. works fine

this is im sending

  1. $query_string = 'code='.urlencode($_POST['pname']).'&user='.urlencode($row[id]).'&download_type=trial';
  2. <a href="http://localhost/cion_latest/download.php?'.htmlentities($query_string).'">http://localhost/cion_latest/download.php?'.htmlentities($query_string).'</a>

im attaching the code also
plz.. its very urgent
Attached Files
File Type: zip code.zip (2.8 KB, 0 views)
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the PHP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC