User Profile
Collapse
-
I will make local service using PHP to get the needed data using normal ajax request. I think this may helps ! -
-
The value look OK when alerting it inside the function. But when we try to get by return fails !Leave a comment:
-
Undefined value returned by Ajax!
I am trying to get all Following IDs using Twitter API. Now on Load function am trying to alert the IDs array (FollowingArray ) which returned by GetFollowing.
I've test the value of array inside the function , but it looks OK. When i try to alert it appears as undefined.
...Code:function Load() { alert(GetFollowing("hatem")); } function GetFollowing(ScreenName) { -
-
So ? actually i hear this before on Official MySQL Forums but without any benefit !...Leave a comment:
-
error 150: Can't create table
Hi
Am trying to create a table called (sub_categories ). This table have two columns :
sub_category_id : Primary (int)
parent_category id: not null (int)
Both tables reference the column (id) from categories table. When i try to creating the table it gives me the error :
ERROR 1005: Can't create table 'shoppingcart.s ub_categories' (errno: 150)
Here is the SQL syntax...
No activity results to display
Show More
Leave a comment: