Jump to content

sugan

Members
  • Posts

    69
  • Joined

  • Last visited

About sugan

  • Birthday 06/23/1986

Contact Methods

  • Website URL
    http://www.holidayyear.com
  • ICQ
    0

Profile Information

  • Gender
    Male

sugan's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hi, I am having a site and in that site a page contains AJAX code. A javascript function has a HTTP request to another page with some arguments in the url, the server page gets the values from the url and insert them to the database.Someone had looked at my code and then hacked that to enter wrong values into the database.he directly called the javascript function from the location bar itself.How should i prevent this??Regards,Suganya
  2. sugan

    Join table

    How long it will take to answer. Please be soon.Regards,Suganya
  3. sugan

    Join table

    Can we do this in mysql. I want in mysql.Please help.Regards,Suganya
  4. sugan

    Join table

    Hi,Is it possible to join two tables based on the specified condition. For example, i have two tables t1,t2 and t3. The table t1 and t2 has field called name and the table t3 has field name class. I want to select the names from t1 or t2 based on the condition of class(t3).If class=4 then select name from t1, if class=10 then select name from t2. Please say me the query.Regards,Suganya
  5. sugan

    Select query

    Sorry i couldn't guess up the correct format.Will you please give the exact query
  6. sugan

    Select query

    Hi,How to count the total number of rows that are returned while using a group and having option. Example:select name, count(date) from emp group by date having count(date)>3; The above query returns all the names that have more that 3 entries in the same date.But how to count the total number of rows returned by this query using mysql?Please help me in this.Regards,Sugan
×
×
  • Create New...