-
Stopped Watching References needed
Esteemed folks of Daniweb, I find myself in a small quandry. I am part of a test organization working to test a piece of software that the developer does not … -
Began Watching References needed
Esteemed folks of Daniweb, I find myself in a small quandry. I am part of a test organization working to test a piece of software that the developer does not … -
Replied To a Post in References needed
I think you need to look up Application Lifecycle Management. -
Stopped Watching databasesecurity
good morning pleace I want to know how link data base to web page -
Began Watching databasesecurity
good morning pleace I want to know how link data base to web page -
Replied To a Post in databasesecurity
What scripting language are you using? -
Stopped Watching WP Demonstration - Why is OOP Important
First things first, the story about this article. Recently I've created an Wordpress Plugin [WordPress - WP - Keywords To Tooltip | CodeCanyon](http://codecanyon.net/item/wp-keywords-to-tooltip/6513598) After a few days, somebody asked me … -
Began Watching WP Demonstration - Why is OOP Important
First things first, the story about this article. Recently I've created an Wordpress Plugin [WordPress - WP - Keywords To Tooltip | CodeCanyon](http://codecanyon.net/item/wp-keywords-to-tooltip/6513598) After a few days, somebody asked me … -
Replied To a Post in WP Demonstration - Why is OOP Important
Nice example. Just a rant. I hate WP's "OOP" because of this: global $wpdb; This goes against all that OO stands for, and although I understand the ease of use, … -
Stopped Watching Link underline
http://www.daniweb.com/web-development/php/threads/470495/trim-content#post2052543 I see the link in the code as strikethrough (Win7/IE11). Image attached.  -
Began Watching Link underline
http://www.daniweb.com/web-development/php/threads/470495/trim-content#post2052543 I see the link in the code as strikethrough (Win7/IE11). Image attached.  -
Replied To a Post in Link underline
Just an additional question. The first link in [this thread](http://www.daniweb.com/hardware-and-software/microsoft-windows/viruses-spyware-and-other-nasties/threads/471051/i-need-a-good-keylogger-software-help) is crossed out. Although SmartScreen warns against going there, it's still valid. Is this by design too? -
Stopped Watching specific social sharing script
Just curious if anyone knows where to find the very identical social sharing script + icons found at this link (the FB/Twitter ones right above "previous post" on the bottom … -
Began Watching specific social sharing script
Just curious if anyone knows where to find the very identical social sharing script + icons found at this link (the FB/Twitter ones right above "previous post" on the bottom … -
Replied To a Post in specific social sharing script
If you inspect that page's source, you'll see. -
Stopped Watching Advance Random
As some of you might know I'm working on a movie database to help track my movie collection. For a while I was having trouble getting the output I wanted … -
Began Watching Advance Random
As some of you might know I'm working on a movie database to help track my movie collection. For a while I was having trouble getting the output I wanted … -
Replied To a Post in Advance Random
Remove: where mg.GenCode='Action' or mg.GenCode='Adven' Add: having find_in_set('Action', group_concat(DISTINCT g.GenCode)) and find_in_set('Adven', group_concat(DISTINCT g.GenCode)) This will get you started I think. Not sure if it's correct since you didn't show … -
Stopped Watching query for multiple values in one column
hi.please help me with mysql query. i have a table tblGrades with fields ID, Subject, Remarks. how can i create a stored procedure that will display the students that have … -
Began Watching query for multiple values in one column
hi.please help me with mysql query. i have a table tblGrades with fields ID, Subject, Remarks. how can i create a stored procedure that will display the students that have … -
Replied To a Post in query for multiple values in one column
You mean you want to check if a student passed all of his subjects? -
Stopped Watching html connectivity with ms access
hi please how can i do connectivity in html with ms access using java script... -
Began Watching html connectivity with ms access
hi please how can i do connectivity in html with ms access using java script... -
Replied To a Post in html connectivity with ms access
You can't. The database is on the server, Javascript is on the client, so you need something in-between. -
Stopped Watching Help with logic/database flow of a finance app
I'm writing a PHP/MySQL app for myself as both a tool I want to use, and a learning excersie for coding. The app is a very basic finance or budget … -
Began Watching Help with logic/database flow of a finance app
I'm writing a PHP/MySQL app for myself as both a tool I want to use, and a learning excersie for coding. The app is a very basic finance or budget … -
Replied To a Post in Help with logic/database flow of a finance app
> How could there be a single DB record but showing an unpaid AND future unpaid bill? So it IS financial, and not just a calendar. -
Edited Checker board
I have mentioned the code for checker board made on visual studio .I dont know whats the problem with this code .. it just draw only one row of checker … -
Stopped Watching query in different cases
Hi, I have a table: user uid status 1 1 2 1 3 1 4 2 5 2 6 1 7 2 8 1 9 3 10 2 I am … -
Began Watching query in different cases
Hi, I have a table: user uid status 1 1 2 1 3 1 4 2 5 2 6 1 7 2 8 1 9 3 10 2 I am … -
Replied To a Post in query in different cases
Do a UNION of both queries then, and limit the result again to 6. -
Stopped Watching Complete PHP logon system
Guys, I got a quick question, I want to know what you guys use or what resources you have for a complete secure PHP login system. Using salts, hashes and … -
Began Watching Complete PHP logon system
Guys, I got a quick question, I want to know what you guys use or what resources you have for a complete secure PHP login system. Using salts, hashes and … -
Replied To a Post in Complete PHP logon system
Looks like a decent start at first glance. -
Stopped Watching query in different cases
Hi, I have a table: user uid status 1 1 2 1 3 1 4 2 5 2 6 1 7 2 8 1 9 3 10 2 I am … -
Began Watching query in different cases
Hi, I have a table: user uid status 1 1 2 1 3 1 4 2 5 2 6 1 7 2 8 1 9 3 10 2 I am … -
Replied To a Post in query in different cases
Give some sample data and show what you need as a result. I guess you need to remove the priority constraint and use it in the order by. -
Stopped Watching One db connection file for two databases
Dear, I have two database connection files. It is possible to use them to connect with two database instead of one only? this code shown below is the coding of … -
Began Watching One db connection file for two databases
Dear, I have two database connection files. It is possible to use them to connect with two database instead of one only? this code shown below is the coding of … -
Replied To a Post in One db connection file for two databases
Yes, it's possible like you described. Solution depends on how you want to use it. If you want a more detailed answer, share both your files (remove your credentials) and … -
Stopped Watching query in different cases
Hi, I have a table: user uid status 1 1 2 1 3 1 4 2 5 2 6 1 7 2 8 1 9 3 10 2 I am … -
Began Watching query in different cases
Hi, I have a table: user uid status 1 1 2 1 3 1 4 2 5 2 6 1 7 2 8 1 9 3 10 2 I am … -
Replied To a Post in query in different cases
SELECT uid, status FROM user ORDER BY status, uid LIMIT 6 -
Stopped Watching inserting duplicate record should not allowed
how do i stop user inserting duplicate records INSERT INTO person_tbl(person_name,person_status,creation_time,modified_time) VALUES ('$person',$status,$ctime,$mtime) WHERE person_name NOT IN(SELECT person_name FROM person_tbl WHERE city_name='$person'); -
Began Watching inserting duplicate record should not allowed
how do i stop user inserting duplicate records INSERT INTO person_tbl(person_name,person_status,creation_time,modified_time) VALUES ('$person',$status,$ctime,$mtime) WHERE person_name NOT IN(SELECT person_name FROM person_tbl WHERE city_name='$person'); -
Replied To a Post in inserting duplicate record should not allowed
Set a unique index on person_name in your table. If you try to insert a duplicate, the query will throw an exception. -
Edited inserting duplicate record should not allowed
how do i stop user inserting duplicate records INSERT INTO person_tbl(person_name,person_status,creation_time,modified_time) VALUES ('$person',$status,$ctime,$mtime) WHERE person_name NOT IN(SELECT person_name FROM person_tbl WHERE city_name='$person'); -
Stopped Watching Help with logic/database flow of a finance app
I'm writing a PHP/MySQL app for myself as both a tool I want to use, and a learning excersie for coding. The app is a very basic finance or budget … -
Began Watching Help with logic/database flow of a finance app
I'm writing a PHP/MySQL app for myself as both a tool I want to use, and a learning excersie for coding. The app is a very basic finance or budget … -
Replied To a Post in Help with logic/database flow of a finance app
> Similar to what you've already suggested, thinking about this as a calendar rather than a register, does that change anything? Yes. Then you don't need to create one-off entries …
The End.