Most discussed posts
Posts with the highest number of comments:
- Importing large files into mysql with phpmyadmin (75)
- Create photo albums and upload photos using the Facebook Graph API (57)
- Using Crontab with Plesk to call PHP files (24)
- Using FB.api to make a full post to a users wall (13)
- Best way to store IP addresses in MySQL (11)
- How to get the path of a node from the node ID in Drupal (9)
- Programming and software development quotes (9)
- Drupal - Getting the image path of a CCK field (9)
- Non-standard page size's in TCPDF (9)
- Software to put on a clean install of Windows 7 (6)
- How to convert the Drupal node "created" date to something readable (3)
- Removing unwanted stylesheets from Drupal (3)
- Exporting data from SQL Server Express 2005 to CSV using PHP (3)
- The decline of IE6 (2)
- Defensive coding in JavaScript with Namespacing (2)
Recent comments
- nathan: Very nice and easy
- Gandhar: how can i create an album in a group? I get the following error when I try to create an album in a group (#10) Application does not have permission for this action Following is my code:- $facebook = new Facebook(array( 'appId' => APP_ID, 'secret' => SECRET_ID, 'cookie' => true )); $loginUrl = $facebook->getLoginUrl( array('scope' => 'read_stream,publish_stream,photo_upload,user_photos, user_photo_video_tags,user_groups,offline_access')); $album_details = array( 'message'=> 'Test Album from api', 'name'=> 'Test Album' ); $create_album = $facebook->api(GROUP_ID.'/albums', 'post', $album_details);
- Suhas: Thanks dear... You helped me lot.... :)
- Man: this is exactly what I needed!
- User: Thanks
- RJ: Thanks for the script. Is there anyway to include the field names in the dump?
- ashley sargent: i have followed this exactly but my crons still dont work please can you help me its for my text based browser game
- Tim: I had everything BUT the -q. Without the -q I was getting errors that cron couldn't access the file. With -q, everything works just fine. Thanks!
- Erwin Zarria: Very good... Thanks!
- Nir: Great great great! But it takes forever to upload a 6.5 GB database
Subscribe via RSS
Twitter