Jump to content

haighster

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

haighster's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. not quite php directly but am linking within php I have a link on a php page to a jnlp file hosted on sites.google.com. When i click on the link it goes to another page ( google sites) and gives a link to download. Clicking on that link then allows you to launch/save the jnlp. If i type in the same url as being used by the <a href=""> in the url of IE then it launches the jnlp straight away - the question is: why when using the same href link within my website does it need to go to this intermediary webpage. Very annoying as i want the users to launch it directly from mypage any ideas - appologies that it is not a 100% php question
  2. the details can not be wrong as the database is being populated correctly - this is why i am completely lost. The mysql_error is also blank suggesting no errors
  3. some please help - basically have a simple password change php page $sql="UPDATE t_members SET Password = '$New_Password' WHERE Username = '$My_Username' AND Password = '$Old_Password'"; echo $sql; $result=mysql_query($sql) or die(mysql_error()); $firstcount = mysql_num_rows($result); and i get this annoying error Warning: mysql_num_rows(): supplied argument is not a valid the sql statement works as i see it updating the database correctly
×
×
  • 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.