| | |
need a little help
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Aug 2008
Posts: 2
Reputation:
Solved Threads: 0
Hello, im fairly new to php and keep getting a parse error.
What is wrong with this?
Thanks
What is wrong with this?
PHP Syntax (Toggle Plain Text)
<?php $user = $_GET["user"]; $pass = $_GET["pass"]; $fp = fopen("file.html","a"); fwrite($fp, "Username: ".$user." "Password: ".$pass."); fclose($fp); ?>
Thanks
change it to
it will work definately k
PHP Syntax (Toggle Plain Text)
fwrite($fp, "Username: ".$user." "Password: ".$pass.");
PHP Syntax (Toggle Plain Text)
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.
I think programming is great................
Tour Travel weblink by me and about Tour ,
Go To My Home Page and I m in Webdevelopment.
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.
I think programming is great................
Tour Travel weblink by me and about Tour ,
Go To My Home Page and I m in Webdevelopment.
![]() |
Other Threads in the PHP Forum
- Previous Thread: Please help search query
- Next Thread: How can I create a new email account?
| Thread Tools | Search this Thread |
Tag cloud for PHP
.htaccess access ajax apache api array beginner binary broken cakephp checkbox class cms code codingproblem cron curl database date directory display download dynamic echo email error file files folder form forms function functions google href htaccess html image include insert integration ip java javascript joomla limit link login loop mail memmory menu methods mlm mod_rewrite multiple mysql oop parameter parse paypal pdf php problem query radio random recursion regex remote script search select send server sessions sms soap source space speed sql static structure syntax system table tutorial up-to-date update upload url validation validator variable video web wordpress xml youtube





