Most discussed posts
Posts with the highest number of comments:
- Importing large files into mysql with phpmyadmin (196)
- Create photo albums and upload photos using the Facebook Graph API (71)
- Using Crontab with Plesk to call PHP files (36)
- Best way to store IP addresses in MySQL (26)
- Using FB.api to make a full post to a users wall (21)
- Non-standard page size's in TCPDF (17)
- Drupal - Getting the image path of a CCK field (12)
- How to get the path of a node from the node ID in Drupal (11)
- Programming and software development quotes (11)
- Software to put on a clean install of Windows 7 (8)
- Wrap text on an HTML input button with CSS (7)
- Drupal - Delete all content nodes of a given type (6)
- Calculate text width and height with JavaScript (5)
- Exporting data from SQL Server Express 2005 to CSV using PHP (5)
- How to convert the Drupal node "created" date to something readable (4)
Recent comments
- Samreen: I am trying to import a large file,i have changed post_max_size and upload_max_filesize to 128M,but wen i import it , it is showing Error:#1046 No database selected. Kindly help me to solve this error.
- swargam dinesh: Thank you IT working great
- RussellSwain: Thanks, Worked perfectly for me.
- jerbey: i cant find $cfg[‘UploadDir’] in my config.inc.php im using xampp can you help me because im importing 500k rows of csv files…
- Bob: Hello, my name is Bob, you are totally discriminating IPv6(because ip2long doesn't support IPv6), so if you want to support IPv6 in this function you can use my function if($ip == 0) { $ipParts = explode(":", $ip); for($i=0;$i<=7;$i++) $ip += hexdec($ipParts[$i]); } which is detecting IPv6 and converting it into int too! With greetings your dear Bob!
- David Wilford: Better to use a VBO called with Drush. e.g. drush vbo-execute si_vbo action::views_bulk_operations_delete_item You can run this is linux 'screen' to avoid interruption. I've been using to remove over 500,000 complex entities.
- Parth Thakkar: It Worked!!Thanks
- John: Your --random-wait example lacks a --wait=. According to the --random-wait man page, "This option causes the time between requests to vary between 0 and 2*wait seconds, where wait was specified using the --wait option, in order to mask wget's presence...".
- Niranjan: Thanks dear it works fine
- Arindam: How can I make the image large in fb wall? currently it is showing thumb size. But I want large size.