Check email if exist or not code is not working
How can i check if email exists i have this code but it is not working <?php include "Config.php"; function mksafe($data){ $data=trim($data); $data=strip_tags($data); $data=htmlspecialchars($data);...
View ArticleMake a like button, that show who has liked my post, on a social network.
How can I make a like button, that show who has liked my post, on a social network?
View Articlereference to AxXtremeCalendarControl
Hi all I Have a CalendarvProject with a 3rd party Calendar control. the application was working fine untill I upgraded the Calendar Control . When I opened the solution two references were no longer...
View ArticleStart new topic bug
I started my previous question with the title "Filter by" . I typed my question, clicked go to the next step. After that I clicked "Free" and only after that I got turned back to my question...
View Articleshoot and kill pygm
hello everyone iam kinda new with pygame. I wanted to create a one mans game which is similar to shoot and killl. i was able to move around my play but the issue is that whenever i press the K_space...
View ArticleENEMY SHOOTING NON STOP
which code can i use to make enemy shoot at the player non stop and when the bullet catches the player the health decreases any kind of help i appreciate - pygame
View ArticleReplacing variable name in excel
Hi all, Before I begin this question, and before you tell me we dont do homework, I would like to state that I have read a few articles, I have tried a couple of functions (=REPLACE, =SUBSTITUTE) but...
View ArticleI need help with "before insert" Trigger
I'm trying to create a trigger that does two things, first take an ip that's in dot notation and run inet_aton on it and put the result in another field. Second, checks a lookup table to identify an...
View Articlewhats the error in the method call in this switch block?
import java.util.Scanner; class bank{ public void termDeposit(){ int principle; double rate,years; Scanner sc=new Scanner(System.in); System.out.print("Enter Principle Amount : "); principle =...
View Articlehow to load text file into exe
Hi. here is my code, actually what i meant is , i have created a button called button into my exe, and linked it to text file. so when user click on the update button, it will copy all the text file...
View Article#include #include #include using namespace st
A.Employee and ProductionWorker Classes Design a class named Employee. The class should keep the following information in Employee name Employee number Hire date Write one or more constructors and the...
View ArticleStreamSubscription calling from another class
In my main activity, I have two tab, named tab1 and tab 2. Tab 2 page consists of a listView and I use StreamSubscription to listen upload progress result. On tab2 action bar, it has one icon. When...
View ArticleVB Access Buttons
Hello, Can someone assist me how to create here buttons - Button7 - First - Button5 - Next - Button6 - Previous - Button8 - Last To search in database and display the results. Here is my project until...
View ArticleC++ to Python Conversion
Hi all, I am new to C++, I am studying a C++ code and would like to learn how to implement it in Python. I encountered the following: 1 unsigned short arr1[2]; 2 unsigned int arr2 = (unsigned int )...
View ArticleWhy my website connection not secure?
Hello Friends, Recently I have created a website. And whenever I am visiting my website one yellow i can see left side of address bar. It saying my connection not secure. "Part of this page are not...
View ArticleBot traffic in Google analytics
How can I tell how much bot traffic I'm getting in Google Analytics? I've been doing a lot of work on improving my crawl budget and I want to see if Google Analytics reports similar data to the Search...
View ArticleAdding extra element with modulus in a PHP loop
Hello guys, I am using a Bootstrap grid with 6 element (As articles). 5 come directly from the database, and I need to add one more article element at the beginning, just for aesthetics. This is what...
View Articlepycharm syntax warning when I use "is" instead of ==
Following The New Boston on youtube, he is using is in an if statement and doesnt show any error, on mine I get a syntax warning and it asks if I meant ==, but still displays the output the way it...
View ArticleBad gateway using resttemplate
Hi have 2springboot applications running on ports 8085 and 8084. When I try to use RestTemplate to try to connect from one service to another, I get a BadGateway 502 exception. Below is the stacktrace...
View ArticleAPI not accepting input
Hello. I am making a database using SQLite. Then I need to make an API with functions that returns information about that database. Then I need to print out a report. However, when I try to return an...
View Article