• Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Time to ask that question again ...

    > server side js How is that different from the Javascript/AJAX forum?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to make Auto Complete Text Input (List) ?

    http://jqueryui.com/autocomplete/
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Help Sanitizing SQL requests

    Are you concatenating strings to build your query? If so, switch to using parameters.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Samsung Vs Ipad

    What are your requirements?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in VB the combobox y cant come out

    Line 8 is not a valid query.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Assalamualaikum

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Gave Reputation to happygeek in Blowing my own trumpet

    As the title says, I'm just bigging myself up here but am stoked to have won the award for 'Best Investigative Feature of the Year' at the BT Information Security …
  • Member Avatar for pritaeas
    pritaeas

    Edited Greetings

    Hello everyone. i'm new here.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Greetings

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Database index

    It means that an index entry knows the exact position of it's record on disk.
  • Member Avatar for pritaeas
    pritaeas

    Edited PHP Prepared Statement

    Hi Everyone, I have the following prepared statement and I am having problems displaying data from my test db Can someone help me out please. $STM = $dbh->prepare('SELECT * FROM …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Happy Coding to Everyone.

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to insert data in one or more mysql tables using php

    Do you get an error?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to insert data in one or more mysql tables using php

    Line 31 overwrites line 26. In between you should have what's on line 38.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in database question

    What topic are you most interested in? There are so many.
  • Member Avatar for pritaeas
    pritaeas

    Edited avast pop up a webshield blocked message when i am browsing anything

    when i browse anything using Mozilla firefox,chrome,torch my avast anti virus i have already installed can pop up a webshield has blocked a harmful webpage or file message always.what i …
  • Member Avatar for pritaeas
    pritaeas

    Edited Apache Xampp

    I have Skype installed on my PC, as i knew using port 80 as default. Then, i changed httpd.config to 8080, but my apache not starting After did a little …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in My Respects.

    > Can this be moved onto the correct thread diafol? Unfortunately, we cannot merge threads.
  • Member Avatar for pritaeas
    pritaeas

    Edited database question

    Hi!I'm stundent in year 2 in computer science i would ask all frind to tell me the best book that i can read so that i get better knoledge about …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in what elements in masterpage

    > I set the class to change to active when the value of the variable changes, but I'm not resetting the class to " ", This is set to `""` …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in what elements in masterpage

    The master already exists in the pages (property `Master`). You need to do: if (Master is Site) (Master as Site).ActiveClass("OPLink"); instead of creating a new master page.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in what elements in masterpage

    Exactly. > where do I put the target page within an asp link by the way? `Target="About.aspx"`
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in File Upload

    Check permissions with cPanel or a decent FTP client.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in help it

    Can you be more specific?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in File Upload

    Does the path have write access? Does the file size exceed the maximum as defined in the php.ini file?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in File Upload

    > I'm having problem with uploading the file to the server. What problem?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in what elements in masterpage

    > Thanks, but I presume that even if I add a public method I still need to somewhow figure out which page to add the active class to, as JorgeM …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Mismatch in reputation points

    You mean endorsements? The overview shows the total, the icon in Software Dev the sub-total for that forum.
  • Member Avatar for pritaeas
    pritaeas

    Edited java

    Hi how do I remove [] in my arraylist my sample output is [[3, 6, 5, 1, 2, 8, 50, 6, 1, 3, 1, 54, 1, 3, 1]] I just …
  • Member Avatar for pritaeas
    pritaeas

    Edited hallo

    Hello,i am very happy that i could be a number of you forum.Hope we can learn from each other.
  • Member Avatar for pritaeas
    pritaeas

    Edited khan

    HoW Are U To Aal FriEnds
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in khan

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hello

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in what elements in masterpage

    > Or you can try to do this from the individual pages, but then you have to access the controls that are on the master page. I'd add a public …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in what elements in masterpage

    > how do I then place the class in the right place on the right page? If you use `<asp:HyperLink ID="HomeLink" runat="server">Home</asp:HyperLink>` instead of `a`, then you can add `HomeLink.CssClass …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in how to store mobile numbers in a variable with comma seperator using pdo

    Why not use: SELECT GROUP_CONCAT(mobno1) AS mobno1, GROUP_CONCAT(mobno2) AS mobno2 FROM custreg
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in mySQL update querry not working

    See here how to check for errors: https://www.daniweb.com/web-development/php/code/434415/using-phpmysql-with-error-checking
  • Member Avatar for pritaeas
    pritaeas

    Edited mySQL update querry not working

    cannot update the db with below query. little help will be much aprreicated. Thanks in advacne $order_number=$_GET['order_number']; $invoice_id=$_GET['invoice_id']; $credit_card_processed=$_GET['credit_card_processed']; $total=$_GET['total']; $key=$_GET['key']; $email=$_GET['email']; $query = "UPDATE register_users SET order_number=$order_number, invoice_id=$invoice_id, credit_card_processed=$credit_card_processed, …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in mySQL update querry not working

    You are missing single quotes around the varchar columns. It would be best to add some error checking, so these kinds of mistakes are easily spotted.
  • Member Avatar for pritaeas
    pritaeas

    Edited vb.net

    train travels 40 miles .per hour for 3 hours, the distance traveled is 120 miles. need input box asking for the speed of the vehicle in miles per- hour, followed …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Navigation Tab

    http://jqueryui.com/tabs/
  • Member Avatar for pritaeas
    pritaeas

    Edited Meaning of the sql query

    Can someone help me explain the coding? if(isset($_SESSION['patron_ID'])) { set_time_limit(0); include 'dbconnect.php'; $studylevel1 = $_POST['studylevel']; if(isset($_POST['submit'])) { do { $senderid = $_SESSION['patron_ID']; $studylevel1 = $_POST['studylevel'];}}}
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in mysql_fetch_array() expects parameter 1 to be resource

    Line 16 of your OP snippet...
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Unknown column 'pcinumber' in 'field list'

    > Unknown column 'pcinumber' in 'field list' Does this column exist?
  • Member Avatar for pritaeas
    pritaeas

    Edited Unknown column 'pcinumber' in 'field list'

    Hi.. I'm getting error in my query.. while using it in oracle it is working.. But when using it in mysql it is not working.. i'm getting error as insert …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to create a instead of trigger to prevent Duplicate number insertion

    Why not use an IDENTITY column? You can prefix the DO and zeros in a view or query.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Buying a lapsed domain

    http://www.mikeindustries.com/blog/archive/2005/03/how-to-snatch-an-expiring-domain Old, but I don't think much has changed.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Dynamic element on click is not working

    Instead of $("#action").on("click", "a.a", function() { try using: $("ul.dropdown-menu").on("click", "li > a.a", function() { Side note: `id` should be unique, so it would be better to use `class="action"`
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Online Survey in PHP

    If you already have a logged in user, I suggest storing his vote in the database somewhere. That way he could change his vote if you allow it. You can …

The End.