> $result2 = mysql_query("INSERT INTO winLoss(login, pass)
> VALUES('$login', '$pass')");
>
> if($result2)
> {
> $fp = fopen
("/home2/colorado/public_html/profiles/$screen_name$ext",
> "w");
> fwrite($fp, " $result = mysql_query("SELECT * from winLoss WHERE
I'm having trouble creating a php file. I've tried to explain it to the
peeps in IRC but am having trouble. It'll be easier to paste my code:
...
$result2 = mysql_query("INSERT INTO winLoss(login, pass)
VALUES('$login', '$pass')");
if($result2)
{
$fp = fopen ("/home2/colorado/public
2 matches
Mail list logo