Mehmet Emin Acar

less info
24 reputation
5
bio website
location Turkey
age 15
visits member for 7 months
seen May 17 at 13:16
stats profile views 20

Mar
19
accepted Storing too large integers in PHP
Mar
19
asked Storing too large integers in PHP
Jan
16
revised DropDownList load options attribute
corrected spelling
Jan
16
suggested suggested edit on DropDownList load options attribute
Jan
13
accepted My loader doesn't calls complete event in Actionscript 3
Jan
12
asked My loader doesn't calls complete event in Actionscript 3
Jan
12
comment Loading Facebook profile image with Bulk-Loader
Error is gone but now I'm getting another error, my loader.getBitmap("profilephoto"); returns null. My new load code is: loader.add(Facebook.getImageUrl(String(response.id), "large"), {id:"profilephoto"});
Jan
12
awarded  Commentator
Jan
12
comment Loading Facebook profile image with Bulk-Loader
I'm using facebook-actionscript-api. But I don't know whether the BulkLoader is adding an access token or not.
Jan
11
asked Loading Facebook profile image with Bulk-Loader
Jan
9
asked Detecting redirected URL in ActionScript 3
Jan
9
accepted PostgreSQL doesn't insert values into table?
Jan
9
comment PostgreSQL doesn't insert values into table?
Yes, that's true. It was a connect problem. And solved by telling port=5482 and sslmode=require to pg_pconnect.
Jan
8
comment PostgreSQL doesn't insert values into table?
Please look at my edited question.
Jan
8
awarded  Editor
Jan
8
revised PostgreSQL doesn't insert values into table?
Details
Jan
8
comment PostgreSQL doesn't insert values into table?
I used echo pg_last_error(); and it doesn't give me an error. I'm using pgAdmin 3. When I looking at Server Status' log section, it says "Logs are not available for this server".
Jan
8
comment PostgreSQL doesn't insert values into table?
Erwin Brandstetter, still not working. I removed quotes of now() but the same error stands.
Jan
8
comment PostgreSQL doesn't insert values into table?
I found this php.net/manual/en/function.pg-query-params.php, but I don't know what should I add as a third parameter params. In other say, I don't know x in pg_query_params ($pg_conn, $myquery , x ). Thanks.
Jan
8
asked PostgreSQL doesn't insert values into table?