It's the stupid PHP!

that code make a little file then does nothing with it!

add some regular output and see what you get!

or practice with a simple text file!

Using firefox+firebug , you can monitor just what gets returned from ajax calls!

> This is a stupid PHP code which I verify if the script go in function
> creating a txt file with a simple text inside
> // script.php
> <MyPHPCode>
> <?php
>   $f = "db.txt";
>   $t = "Hello JQuery!";
>   $fh = fopen($f, 'wa') or die("Error!!!");
>   fwrite($fh,$t);
>   fclose($fh);
> ?>
> </MyPHPCode>
>
> --
> Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/
> "It's easier to invent the future than to predict it."  -- Alan Kay
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>


-- 
Ⓙⓐⓚⓔ - יעקב   ʝǡǩȩ   ᎫᎪᏦᎬ
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to