[PHP] OOT - Ajax definitiondear all,

2007-07-27 Thread Yeni Setiawan
Dear All, We all knew that AJAX is an achronym of Asynchronous Javascript And XML. When I use another data format like YAML or CSV, will it still be called as AJAX? Or just "yet another asynchronous method"? -- regards, Yeni Setiawan

[PHP] question for "translating" fsockopen into CURL

2007-03-13 Thread Yeni Setiawan
ere's my script using fsockopen(), and it run very well: then, I tried following script using CURL: but it like looping forever and none the result displayed. actually I was confused which one to replace fputs() function. any response will be great. -- regards, Yeni Setiawan

[PHP] failed to upload files into directory named "bin"

2007-02-13 Thread Yeni Setiawan
quot;bin/" I was confused because ./userupload.php failed to upload while ./admin/upload.php run as expected. Was it because the directory name "bin"? This problem solved when I rename the directory into another name. FYI, I'm using AppServ with PHP 4.4.1 on Windows environtmen

[PHP] is there socket.so file?

2007-02-03 Thread Yeni Setiawan
" socket.so" or something else to activate socket extension. And the question is, do I need socket extension in Linux? -- regards, Yeni Setiawan