-
Replied To a Post in Sort Images in Folders
Nope its way too much work if am doing it manual 70k+ files. -
Replied To a Post in Sort Images in Folders
Okay, nope am not building an app, i need to get task done, i dont want to do it manually because its more than 20.000 pictures it would take alot. … -
Edited Sort Images in Folders
Hello there :), i have bunch of pictures which the title is like this `Name-LastName-year-category-....` what i want to do is sort them all in folders which will have only … -
Created Sort Images in Folders
Hello there :), i have bunch of pictures which the title is like this `Name-LastName-year-category-....` what i want to do is sort them all in folders which will have only … -
Began Watching Sort Images in Folders
Hello there :), i have bunch of pictures which the title is like this `Name-LastName-year-category-....` what i want to do is sort them all in folders which will have only … -
Replied To a Post in DaniWeb suggestion
@Dani Exactly! You can make two sections in the inbox popup, Inbox & Notifications and putting a nice audio will be huge plus. **EDIT:** Even more cool will be to … -
Edited DaniWeb suggestion
Since am member of this forum am asking my self one question, why am not informed on time when someone reply to my question? For me the biggest engagement is … -
Created DaniWeb suggestion
Since am member of this forum am asking my self one question, why am not informed on time when someone reply to my question? For me the biggest engagement is … -
Began Watching DaniWeb suggestion
Since am member of this forum am asking my self one question, why am not informed on time when someone reply to my question? For me the biggest engagement is … -
Edited Instagram Web Crawler
Hello, so i tried to make my own insta crawler but having some dificulties, here is the code for now: import requests from bs4 import BeautifulSoup def insta_spider(max_pages): page = … -
Created Instagram Web Crawler
Hello, so i tried to make my own insta crawler but having some dificulties, here is the code for now: import requests from bs4 import BeautifulSoup def insta_spider(max_pages): page = … -
Began Watching Instagram Web Crawler
Hello, so i tried to make my own insta crawler but having some dificulties, here is the code for now: import requests from bs4 import BeautifulSoup def insta_spider(max_pages): page = … -
Replied To a Post in Instagram Crawler
Yea sorry, you are right i have posted in wrong forum... when i run it i get a windows popup and closes imediately, i tried to catch what it says, … -
Replied To a Post in Instagram Crawler
i found this too but dont know how to run it -
Created Instagram Crawler
Hello all, is there some python code or program to crawl instagram? I would like to get the user Username, Bio and 5-6 random pics. - Thank you -
Began Watching Instagram Crawler
Hello all, is there some python code or program to crawl instagram? I would like to get the user Username, Bio and 5-6 random pics. - Thank you -
Replied To a Post in php arrays - Matching td's with database rows
I dont have answer, but thumbs UP for **Dick** hahahaha :D -
Began Watching php arrays - Matching td's with database rows
I have 3 td's in a portion of a table. Sometimes, the data coming in from the database is less than 3. I need a method that will lay-out the … -
Replied To a Post in PHP NEXT & PREV buttons
Thank you @diafol i will have fun tonight :P -
Marked Solved Status for Windows 7 Network Adapter (Cannot connect to the Internet)
I have a serious problem with my new laptop i have installed clean copy of windows 7 on in and it runs okay but now i cannot connect it to … -
Replied To a Post in Windows 7 Network Adapter (Cannot connect to the Internet)
Problem is solved with this solution but i was searching the easier way. - Thank you -
Replied To a Post in Windows 7 Network Adapter (Cannot connect to the Internet)
Yea i forgot that @rproffitt HP 250 G5 Serial: CND6504630 Product: W4M66EA#ABB -
Edited Windows 7 Network Adapter (Cannot connect to the Internet)
I have a serious problem with my new laptop i have installed clean copy of windows 7 on in and it runs okay but now i cannot connect it to … -
Edited Windows 7 Network Adapter (Cannot connect to the Internet)
I have a serious problem with my new laptop i have installed clean copy of windows 7 on in and it runs okay but now i cannot connect it to … -
Created Windows 7 Network Adapter (Cannot connect to the Internet)
I have a serious problem with my new laptop i have installed clean copy of windows 7 on in and it runs okay but now i cannot connect it to … -
Began Watching Windows 7 Network Adapter (Cannot connect to the Internet)
I have a serious problem with my new laptop i have installed clean copy of windows 7 on in and it runs okay but now i cannot connect it to … -
Replied To a Post in PHP UPDATE table row
Heres the full code <form action="" method="post"> <?php $sql = "SELECT ID, votemodelName, votemodelImage, modelLink, votes, ip_address FROM vote ORDER BY ID LIMIT 3"; $result = $conn->query($sql); $user_ip = getenv('REMOTE_ADDR'); … -
Replied To a Post in PHP UPDATE table row
i get an error now `array(1) { ["vote_3"]=> string(0) "" } Fatal error: Uncaught Error: Call to a member function fetch_assoc() on boolean in C:\xampp\htdocs\example\includes\featured.php:12 Stack trace: #0 C:\xampp\htdocs\example\index.php(31): include() … -
Replied To a Post in PHP UPDATE table row
line 31 in the code here when i replace it with the @Norman_4 example -
Replied To a Post in PHP UPDATE table row
I think not it gives me error when i click on the last button for vote `vote_3` `Notice: Undefined offset: 3 in C:\xampp\htdocs\example\includes\featured.php on line 43` -
Replied To a Post in PHP UPDATE table row
Sorry i have forgoten here is the code but its mysqli $DBServer = 'localhost'; $DBUser = 'root'; $DBPass = ''; $DBName = 'voting'; $conn = mysqli_connect($DBServer, $DBUser, $DBPass, $DBName); if … -
Replied To a Post in PHP UPDATE table row
$conn = mysqli_connect($DBServer, $DBUser, $DBPass, $DBName); if ($conn->connect_error) { die('Connect Error (' . $mysqli->connect_errno . ') ' . $mysqli->connect_error); } Sorry i have forgoten -
Created PHP UPDATE table row
I have problem updating the mySQL table i have simple loop to display the rows in the table in HTML FORM but when i try to update the row notting … -
Began Watching PHP UPDATE table row
I have problem updating the mySQL table i have simple loop to display the rows in the table in HTML FORM but when i try to update the row notting … -
Replied To a Post in Computer Language
Definitely python the options are endless, machine learning is the future so best choice will be python! -
Began Watching Computer Language
What programing language should I learn first? I'm a beginner B.Tec 1st Year student. -
Replied To a Post in PHP NEXT & PREV buttons
- Nope i dont have options for sorting the videos but maybe in future i will for now its just a simple slider with two buttons and video. - Mostly … -
Edited PHP NEXT & PREV buttons
How do i select the next row in php from mysql table, i have 4 columns `ID, video_title, video_desc, video_embed` so i have more than 10000 rows in the table … -
Edited PHP NEXT & PREV buttons
How do i select the next row in php from mysql table, i have 4 columns `ID, video_title, video_desc, video_embed` so i have more than 10000 rows in the table … -
Edited PHP NEXT & PREV buttons
How do i select the next row in php from mysql table, i have 4 columns `ID, video_title, video_desc, video_embed` so i have more than 10000 rows in the table … -
Edited PHP NEXT & PREV buttons
How do i select the next row in php from mysql table, i have 4 columns `ID, video_title, video_desc, video_embed` so i have more than 10000 rows in the table … -
Created PHP NEXT & PREV buttons
How do i select the next row in php from mysql table, i have 4 columns `ID, video_title, video_desc, video_embed` so i have more than 10000 rows in the table … -
Began Watching PHP NEXT & PREV buttons
How do i select the next row in php from mysql table, i have 4 columns `ID, video_title, video_desc, video_embed` so i have more than 10000 rows in the table … -
Gave Reputation to gentlemedia in Help with positioning two buttons
> BTW i must ask, is it easier to do this without bootstrap Well, for me it's easier to do without Bootstrap :) and CSS is really not that hard … -
Marked Solved Status for Help with positioning two buttons
I have a problem with bootstrap design i want to make a very simple page which will contain two buttons and a video. The prob. is i dont know how … -
Replied To a Post in Help with positioning two buttons
Still same problem, i think the class `col-md-offset-2` have something with this problem but am not sure? BTW i must ask, is it easier to do this without bootstrap, just … -
Replied To a Post in Can't echo data from phpmyadmin
If you are updating numbers in your table why you have put the variables in quotes? `$update = "update invoice set reg_no = '$reg_no', cost = '$cost' where i_id = … -
Began Watching Can't echo data from phpmyadmin
**Am was already created form like this and working perfect but on last two forms not working, it displays warning-Undefined variable: reg_no and cost. Am trying to follow algorithm as … -
Replied To a Post in Need automated Bot for commenting on blogs
hahaha i wrote that just for fun :D but i wont lie, its for spamming goals and learnign purposes.. i just wanna test it out how it will handle the … -
Replied To a Post in Help with positioning two buttons
Nope, still on old version
The End.