-
Replied To a Post in Quebec's plan to ban religious symbols
> Even though there is majority public support for this legislation ther has been a strong backlash with the claim that this impinges on religious freedom. Jim, us inquisitive non-Canadians … -
Replied To a Post in Resume
It depends what you have to offer and what industry you're in. If you're a programmer, having a Github account with open source projects or contributions is vital. -
Began Watching Resume
What is the the best website to build up your resume? -
Replied To a Post in Quebec's plan to ban religious symbols
> There was a case quite a few years back where a Sikh wanted to become a member of the RCMP. The RCMP has a strict dress code that includes … -
Replied To a Post in Detected problem in webmaster in it internal server error in my website?
A 5xx error means that the web server is configured incorrectly. When I tried to load your website, it took a *very* long time to load, but it finally did, … -
Began Watching Detected problem in webmaster in it internal server error in my website?
 The question is above my website (https://www.templatetrip.com) of webmaster in it detected problem, and we are trying all types of problem remove but there are problem is going on … -
Replied To a Post in PHP script to not allow the approver same as login email
Sorry, I'm not understanding what you're trying to do. It looks like you're checking to see if an email is the same as a staff's email address, and if it … -
Began Watching PHP script to not allow the approver same as login email
Hi, Is there a PHP script that doesn't allow the approver to be the same as the login e-mail? > $checkEmail = test_input($_POST["Approved_by_Email"]); > if (filter_var($checkEmail == session('session_staff_email'))) { > … -
Replied To a Post in PHP $_GET is returning empty value if it's inside $_POST
I don't see `if (isset($_POST['add_submit']))` anywhere in your code. Please show the code that includes that and then I can let you know if there are any typos that might … -
Began Watching PHP $_GET is returning empty value if it's inside $_POST
Why is $if (isset($_GET['edit']) returning empty value when it's inside if (isset($_POST['add_submit']) but it's returning the value that I want When it's not inside if (isset($_POST['add_submit']) and how to fix … -
Replied To a Post in Retain Selected Value PHP Dynamic Drop Down List
Sorry, I'm a little confused by what you mean. What do you mean by retain the selected value? When do you want it to retain the value? After submitting the … -
Began Watching Retain Selected Value PHP Dynamic Drop Down List
I have read quite a few posts on how to do this (Retain Selected Value PHP Dynamic Drop Down List), but cannot quite understand what to do. What I have … -
Replied To a Post in How to promote my business?
> I've seen folk try to use SEO and such as you listed but their basic product and reputation remain the same. I consider product, company and the folk that … -
Replied To a Post in How to promote my business?
> Digital marketing is NOT SPECIAL. It's just marketing done over the Internet or some call digital signage, digital marketing. Nothing has really changed in marketing. Just a change in … -
Began Watching How to promote my business?
Hello friends, How to promote my business through Digital Marketing? My business purely depending on Oil and Gas Industry. -
Replied To a Post in Design an algorithm for finding the sum of n numbers
It’s hard for anyone to help you because you’re not really describing what your problem is. Is the code you provided not working? Are you getting any error messages? Your … -
Began Watching Design an algorithm for finding the sum of n numbers
#include<iostream> using namespace std; int main () { int arr[14], n, i, sum = 0; cout << "Enter the size of the array : "; cin >> n; cout << … -
Edited Win32::Clipboard
Hi all, There are not too many threads that I start, but I wanted to share with you all something I discovered last week that saved me tons of time. … -
Created Logical operators to perform Operations in SAP HANA
I am facing issues using logical operators to perform operations in SAP HANA. Can anyone help me? -
Edited Connecting a database table to a login form
I'm trying to connect a database with a login form to verify user as an existing one or a new one to sign up Private Sub Command1_Click() Adodc1.RecordSource = "select … -
Replied To a Post in why's the error not found namespace or class ?
Can you please post your code here? The page you linked to seems very spammy. -
Began Watching why's the error not found namespace or class ?
You see the example below why the error not found namespace or class ? [url]http://www.mediafire.com/file/iiak7w5nhhab3ju/Namespace_asp_net.rar/file[/url] -
Created Swagger UI Alternative
I'm looking for some alternatives to Swagger UI that I can use with my API's swagger file to generate our official documentation. So far I've been looking at Apiary and … -
Began Watching Swagger UI Alternative
I'm looking for some alternatives to Swagger UI that I can use with my API's swagger file to generate our official documentation. So far I've been looking at Apiary and … -
Replied To a Post in Python help with problem
This appears to be part of a homework assignment, in which txt files are required but you didn’t attach them to your post. Where are you stuck with this assignment? … -
Began Watching Python help with problem
Your goal is to write a Python function that takes a file handle as input and returns the most common words in the text file -
Replied To a Post in Is it realistic to pursue a career in programming?
Good idea, Jim. You're also not going to suffer from ageisim going that route because you'll be in the same age bracket as everyone else with COBOL skills. The flip … -
Replied To a Post in Is it realistic to pursue a career in programming?
Also, you might wish to connect with [Narue](https://www.daniweb.com/members/17893/narue) who works as a programmer in the same city as you. -
Replied To a Post in Is it realistic to pursue a career in programming?
Hopefully you have no regrets 5 years from now. I still think the logical progression for your career is a data analyst or database admin for the modern web. It … -
Tweeted 13 Ways To Secure Your Android Smartphone
Got Android? Then you had better be on top of your security smarts. With Android cornering more than 80 per cent of the mobile operating system market, it's no surprise … -
Tweeted Facebook Login with cURL
By this script you can remotely login into facebook account with your password and username and fetch/send data. -
Edited fstream Tutorial
File I/O With C++ Fstream **Intro** File handling is as simple as writing in a book, much easier to modify and find. It's so simple people get confused with it … -
Replied To a Post in Newbie Introduction
HI William! Welcome to DaniWeb :) -
Began Watching Newbie Introduction
Hi, I'm williams and im an seo specialist. I hope i will get the best inforamtion about seo here. -
Edited please help
hello brothers, I have this VBScript program: Set WSHShell = Wscript.CreateObject("WScript.Shell") Set FSO = Wscript.CreateObject("Scripting.FileSystemObject") Set EnvVar = wshShell.Environment("Process") tBestand= EnvVar("USERPROFILE") & "\Desktop\Items Numbers.txt" Set Bestand = fso.createtextfile(tBestand,2) For x … -
Edited URL shortening effects the POST data in php?
Hello everyone, Does URL shortening effects the POST data in php? whenever we used it for using services like Bitly, Google URL Shortner etc. -
Edited Error: no match for operator ==
i get this error when i try executing it, no match for the operator == now i understand you can't compare a string with a char, so i tried other … -
Edited Which python data structure uses divide and concur algorithm?
I would like to know Which are the python data structures uses divide and concur algorithm? Please explain me? -
Edited Formatting SQL Query in PHP
How do i format my Query result so it has thousand seperator and only to 2 decimal places <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta … -
Edited Getting MS SQL Query to work in PHP
Hi I have the following code that i can run in MSSQL Query and the result are returned correctly but when i try to run it in PHP it errors … -
Edited How to repair SQL database without backup
I read several forums questions related to SQL database corruption. As we all know, backup is the best way to repair SQL database. What a user will do when backup … -
Edited VS-15 does not run after update of Win-10
A cumulative update May-18 released by Microsoft, there are some new features added and I update my W10 in my lap but after updating VS-15 Pro does not load its … -
Edited Connecting to Microsoft SQL using PHP
I am trying to connect to a Microsoft SQL server database using PHP 5.6 and am getting the error "could not find driver". I am initially attempting to use PDO … -
Edited Undefined errors
hi all im attempting to update some script and i have a undefined error in a page see coding for error $column = "select * "; $sql .= " from … -
Edited Mustang Insurance Site, Scratch or Improve?
Built an insurance website for mustang owners. Its set up for comparisons, figuring mustang owners are challenged by higher rates. Not much response, considering scrapping the whole thing. Any thoughts … -
Edited what is google tag manager?
what is google tag manager? -
Edited what is the use of filter in google analytics?
what is the use of filter in google analytics? -
Edited looking to guide for develop wordpress site
hey my name is john i am looking for guide where i implement on [patatealforno.com](https://www.patatealforno.com/) -
Edited Google Playstore Api
I need API (Java) to connect to Google Playstore to be able to download apps. Just as [www.apkpure.com](http://www.apkpure.com) and others, but l need to connect from my application. Can somebody … -
Edited Java language (ArrayList)
java language (ArrayList) The Registrar Office at the university has asked you to help them write a Student Information System (SIS). The system can be used to store information about …
The End.