• Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in References needed

    I think you need to look up Application Lifecycle Management.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching databasesecurity

    good morning pleace I want to know how link data base to web page
  • Member Avatar for pritaeas
    pritaeas

    Began Watching databasesecurity

    good morning pleace I want to know how link data base to web page
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in databasesecurity

    What scripting language are you using?
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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, …
  • Member Avatar for pritaeas
    pritaeas

    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. ![0ab8e0c6fc92294cb65c942ed5249b0b](/attachments/large/0/0ab8e0c6fc92294cb65c942ed5249b0b.png "0ab8e0c6fc92294cb65c942ed5249b0b")
  • Member Avatar for pritaeas
    pritaeas

    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. ![0ab8e0c6fc92294cb65c942ed5249b0b](/attachments/large/0/0ab8e0c6fc92294cb65c942ed5249b0b.png "0ab8e0c6fc92294cb65c942ed5249b0b")
  • Member Avatar for pritaeas
    pritaeas

    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?
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in specific social sharing script

    If you inspect that page's source, you'll see.
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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?
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching html connectivity with ms access

    hi please how can i do connectivity in html with ms access using java script...
  • Member Avatar for pritaeas
    pritaeas

    Began Watching html connectivity with ms access

    hi please how can i do connectivity in html with ms access using java script...
  • Member Avatar for pritaeas
    pritaeas

    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.
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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.
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in query in different cases

    Do a UNION of both queries then, and limit the result again to 6.
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Complete PHP logon system

    Looks like a decent start at first glance.
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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.
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in query in different cases

    SELECT uid, status FROM user ORDER BY status, uid LIMIT 6
  • Member Avatar for pritaeas
    pritaeas

    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');
  • Member Avatar for pritaeas
    pritaeas

    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');
  • Member Avatar for pritaeas
    pritaeas

    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.
  • Member Avatar for pritaeas
    pritaeas

    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');
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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 …
  • Member Avatar for pritaeas
    pritaeas

    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.