need a little help

Reply

Join Date: Aug 2008
Posts: 2
Reputation: blacknight962 is an unknown quantity at this point 
Solved Threads: 0
blacknight962 blacknight962 is offline Offline
Newbie Poster

need a little help

 
0
  #1
Aug 23rd, 2008
Hello, im fairly new to php and keep getting a parse error.

What is wrong with this?

  1. <?php
  2. $user = $_GET["user"];
  3. $pass = $_GET["pass"];
  4. $fp = fopen("file.html","a");
  5. fwrite($fp, "Username: ".$user." "Password: ".$pass.");
  6. fclose($fp);
  7. ?>


Thanks
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 213
Reputation: nikesh.yadav is an unknown quantity at this point 
Solved Threads: 17
nikesh.yadav's Avatar
nikesh.yadav nikesh.yadav is offline Offline
Posting Whiz in Training

Re: need a little help

 
0
  #2
Aug 23rd, 2008
change it
  1. fwrite($fp, "Username: ".$user." "Password: ".$pass.");
to
  1. fwrite($fp, "Username: ".$user." Password: ".$pass."");

it will work definately k
Help as an alias

I think programming is great................
Tour Travel weblink by me and about Tour ,
Go To My Home Page and I m in Webdevelopment.
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 213
Reputation: nikesh.yadav is an unknown quantity at this point 
Solved Threads: 17
nikesh.yadav's Avatar
nikesh.yadav nikesh.yadav is offline Offline
Posting Whiz in Training

Re: need a little help

 
0
  #3
Aug 23rd, 2008
if u find any other error reply me
Help as an alias

I think programming is great................
Tour Travel weblink by me and about Tour ,
Go To My Home Page and I m in Webdevelopment.
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 2
Reputation: blacknight962 is an unknown quantity at this point 
Solved Threads: 0
blacknight962 blacknight962 is offline Offline
Newbie Poster

Re: need a little help

 
0
  #4
Aug 23rd, 2008
tyvm
Reply With Quote Quick reply to this message  
Reply

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



Other Threads in the PHP Forum
Thread Tools Search this Thread



Tag cloud for PHP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC