Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
filter
- Page 1
OpenAI o3 vs Anthropic Claude 4 for Text Classification & Summarization
Programming
Computer Science
5 Days Ago
by usmanmalik57
… = dataset[(dataset['airline_sentiment'].str.strip() != '') & (dataset['text'].str.strip() != '')] #
Filter
the DataFrame for each sentiment neutral_df = dataset[dataset['airline_sentiment'] == 'neutral…
Re: Screaming Frog Comparisons
Digital Media
Digital Marketing
Search Engine Strategies
3 Weeks Ago
by toneewa
… for this. Added – URLs in previous crawl that moved to
filter
of current crawl. New – New URLs not in the previous…, that are in current crawl and
filter
. Removed – URLs in
filter
for previous crawl, but not in
filter
for current crawl. Missing – URLs…
Re: Screaming Frog Comparisons
Digital Media
Digital Marketing
Search Engine Strategies
2 Weeks Ago
by toneewa
…. Added is URLs in previous crawl that moved to
filter
(internal, external, security, canonicals, page titles, url… url, etc...) for previous crawl, but not in the
filter
(internal, external, security, canonicals, page titles, url, …; means it no longer meets the criteria for that
filter
(internal, external, security, canonicals, page titles, url…
Re: What are "Other agent type" Googlebot types in GSC crawl stats?
Digital Media
Digital Marketing
Search Engine Strategies
3 Weeks Ago
by bijutoha
…’t been reported yet or a new, really strict automated
filter
that’s hitting certain types of sites or setups rather…
Re: Screaming Frog Comparisons
Digital Media
Digital Marketing
Search Engine Strategies
2 Weeks Ago
by Dani
…; I'm confused what the difference between them is? What
filter
? They show up even when I'm not filtering?
Re: Screaming Frog Comparisons
Digital Media
Digital Marketing
Search Engine Strategies
2 Weeks Ago
by graceweb
….) play into it. So if a URL moves from one
filter
category to another between crawls, it’s considered “Added” or…
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
2 Months Ago
by usmanmalik57
… one of three categories: `positive`, `negative`, and `neutral`. We will
filter
100 tweets for testing with equal distribution of the three… = dataset[(dataset['airline_sentiment'].str.strip() != '') & (dataset['text'].str.strip() != '')] #
Filter
the DataFrame for each sentiment neutral_df = dataset[dataset['airline_sentiment'] == 'neutral…
Re: Lots of new members but no one posts
Community Center
Meta DaniWeb
1 Month Ago
by John_165
Why do spammers want to sign up? What do they gain from programming forums?
Re: Lots of new members but no one posts
Community Center
Meta DaniWeb
1 Month Ago
by trcooke
Profile spam for sweet sweet SEO internet points. Create an account, put a link in the profile, but never post anything thus reducing the likelihood of triggering the spam alarms and getting deleted down by the site moderators. It's the back-link on a public facing web page that they want, and for that there's no difference between a forum post …
Re: Lots of new members but no one posts
Community Center
Meta DaniWeb
1 Month Ago
by Dani
> Why do spammers want to sign up? What do they gain from programming forums? A very common, and dare I say well-respected, SEO technique (that is actually vouched for by Google!) is to post in forums to earn backlinks back to your site. The legitimate way of doing it is to find forums and communities relevant to your site, and personally …
Re: Lots of new members but no one posts
Community Center
Meta DaniWeb
1 Month Ago
by Dani
> Profile spam for sweet sweet SEO internet points. Create an account, put a link in the profile, but never post anything thus reducing the likelihood of triggering the spam alarms and getting deleted down by the site moderators. > > It's the back-link on a public facing web page that they want, and for that there's no difference …
Re: Lots of new members but no one posts
Community Center
Meta DaniWeb
1 Month Ago
by Dani
> It's the back-link on a public facing web page that they want, and for that there's no difference between a forum post and a profile page. From an actual SEO perspective, there's a very strong difference between a forum post and a profile page (not all pages are created equal), but for the purposes of this discussion, I digress.
Re: Filter
Programming
Web Development
11 Years Ago
by diafol
…,0,1)); if(ctype_alpha($input)) $
filter
= " WHERE `name` LIKE '$
filter
%'"; } $query = "SELECT ..." . $
filter
; now run the query and do…
filter cars according to their brands
Programming
Web Development
4 Years Ago
by IbtiSsam
….com/attachments/4/999b4e6902a96108f372a91436f490d7.png) > hiplease help me to *
filter
the cars* that's the code of > index.php…
filter combobox in a datgrid based on another combobox vb.net
Programming
Software Development
11 Years Ago
by spider2vb
filter
combobox in a datgrid based on another combobox vb.net …
Re: Filter
Programming
Web Development
11 Years Ago
by tqmd1
…require_once("connect.php"); $
filter
= ''; if(isset($_GET['
filter
']) && trim($_GET['
filter
'])) { $input = trim($_GET['
filter
']); $input = strtoupper(substr($input…not work. I enter some value into textbox and press
Filter
Result button then it says: Warning: mysqli_fetch_array() expects parameter…
Re: Filter
Programming
Web Development
11 Years Ago
by tqmd1
…;/style> </head> <body onload="form1.
filter
.focus()"> <div id="box2">… require_once("connect.php"); $
filter
= ''; if(isset($_GET['
filter
']) && trim($_GET['
filter
'])) { $input = trim($_GET['
filter
']); $input = (substr($input,0,1…
Re: Filter
Programming
Web Development
11 Years Ago
by tqmd1
… body tag is like this <body onload="form1.
filter
.focus()"> <div id="box2">…("connect.php"); $
filter
= ""; if(isset($_GET['
filter
']) && trim($_GET['
filter
'])) { $input = trim($_GET['
filter
']); $input = (substr($input,0…
Filter
Programming
Web Development
11 Years Ago
by tqmd1
…="search"> <label for="
filter
">
Filter
</label> <input type="text&…quot; name="
filter
" value="" id="
filter
" /> </div> &…jpg[/IMG] Now I want to apply incremental search with
Filter
box. For example: If I type "B"…
Re: Filter
Programming
Web Development
11 Years Ago
by tqmd1
…query in this way $sql = "SELECT * from contacts $
filter
order by name"; echo $sql; it shows: SELECT * from… contacts WHERE `name` LIKE '%' order by name It means $
filter
is not getting any value from form. Should we fill… <input type="text" name="
filter
" value="" />
Re: Filter
Programming
Web Development
11 Years Ago
by tqmd1
where should i put my query? I want to populate it with <input type="text" name="
filter
" value="" id="
filter
" />
Re: Filter
Programming
Web Development
11 Years Ago
by diafol
That error message suggests that there is a typo or wrong fieldname/ tablename etc in the query. $sql = "SELECT * from contacts .$
filter
order by name"; You've included the concatenator (.) within the string - no need: $sql = "SELECT * from contacts $
filter
order by name"; Try that.
Re: Filter
Programming
Web Development
11 Years Ago
by diafol
…'t taken out the concatenator: $sql = "SELECT * from contacts .$
filter
order by name"; SHOULD BE $sql = "SELECT * from… contacts $
filter
order by name"; Then... $table = ''; $select = mysqli_query($con, $sql…
filter
Programming
Web Development
11 Years Ago
by randhymuthola
…sesadmin.php"; include_once "library/inc.library.php"; #
Filter
Terpilih $dataTahun = isset($_POST['cmbTahun']) ? $_POST['cmbTahun'] : …; bgcolor="#CCCCCC"><strong>
FILTER
DATA </strong></td> &…and the question is.... I try to make
filter
for Dokter, and when i choose the dokter …
Re: Filter
Programming
Web Development
11 Years Ago
by diafol
"SELECT ... WHERE `name` LIKE 'B%'" So.. "SELECT ... WHERE `name` LIKE '$
filter
%'"
Re: Filter
Programming
Web Development
11 Years Ago
by diafol
My bad, the line should be... if(ctype_alpha($input)) $
filter
= " WHERE `name` LIKE '$input%'";
Re: Filter
Programming
Software Development
13 Years Ago
by mKorbel
what's
Filter
for why reason is
Filter
what's KeyWord where do you want to put
Filter
that can filtering some (of) KeyWord(s) too hard to start to wrote anything else without yours ...
Filter
Programming
Software Development
13 Years Ago
by Majestics
I hope u havnt taken it
filter
in java :-), i want to create a
filter
for internet which do content filtering on some keyword, but dont know how to start , any body just an hint please..... Thank you
Re: Filter
Programming
Software Development
13 Years Ago
by Majestics
Alot questions??? You made me confuse mkorbel Well let me put it very simple I want to create a content filtering software which
filter
the website on specific keywords which are feeded in the software.... :)
Re: filter combobox in a datgrid based on another combobox vb.net
Programming
Software Development
11 Years Ago
by spider2vb
ok how can i do that i want to
filter
cboemp_dept based on cboemp_manage learn me please
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC