• Member Avatar for pritaeas
    pritaeas

    Replied To a Post in print the result

    http://www.php.net/manual/en/book.printer.php
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Enable/Disable network card

    Have a look at [NetworkInterface.GetAllNetworkInterfaces](http://msdn.microsoft.com/en-us/library/system.net.networkinformation.networkinterface.getallnetworkinterfaces(v=vs.110).aspx)
  • Member Avatar for pritaeas
    pritaeas

    Edited Reputation Points

    1. What the deal with rep points? 2. How do they increase? Iv got a few upvotes for helping others but I dont seem to be earning any points.
  • Member Avatar for pritaeas
    pritaeas

    Edited working software to change the ip address

    hi, I need a software to change my ip address.Please can you tell me about any software?
  • Member Avatar for pritaeas
    pritaeas

    Edited Change of Email

    I have changed my email address due to issues with spam filtering. I have changed my email through the 'edit profile' tab but the notifications of post replys arnt coming …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Algorithm to split a array into two arrays with minimal sum difference

    > Would'nt the output be the same if i reverse the list and start from top element? Depends on the numbers. Imagine a list of a hundred 1's and one …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Algorithm to split a array into two arrays with minimal sum difference

    Wouldn't it be more accurate if you sort descending (or loop in reverse order), so the largest items come first? Remove lines 13 and 14, they are adding duplicates.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in PHP Webservice

    http://sourceforge.net/projects/nusoap/ https://github.com/Luracast/Restler
  • Member Avatar for pritaeas
    pritaeas

    Edited PHP Webservice

    Any one can help me, i have to create a webservice in PHP with help of SOAP or REST for anoriod.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Assignment Operators

    All you really need is here: http://msdn.microsoft.com/en-us/library/6a71f45d.aspx You may cause some confusion with the double assignment in your second example.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Problem solving skills

    > it's not taught in schools That's where I got taught. 1. Practice, practice, practice. 2. In school we were taught flowcharts, DFD's, waterfall development, UML, etc. These all help …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi Everyone

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in loop column names and value into data-attribute

    Try: $i = 1; $str = ''; foreach ($row as $column => $value) { str .= " data-column{$i}='{$value}'"; $i++; } echo $str;
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hello all new here

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi from Expertmagician

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Edited What animation file format do I choose?

    Hello, first time poster. Total newbie. It's a fairly specific question, but if you could look it over I would really appreiate it. I'm having trouble getting a really solid …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in SEO

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Idea for website?

    Since you build the site, fill it with content about how to do just that.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in how to pass id from one page to another page using get and post method in php

    $product = $_GET['Product_id']; // This should match the URL
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Idea for website?

    > anything what you can write a lot about it Building/maintaining/upgrading a website.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in php sql sequence

    Use `UNSIGNED`
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Visual C++ question

    Reply to this thread, not in the reputation comment box!
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in php sql sequence

    That is because you are storing the poNo as a string. Try this: SELECT * FROM po ORDER BY CAST(poNo AS INTEGER) ASC
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Visual C++ question

    What do you have so far?
  • Member Avatar for pritaeas
    pritaeas

    Edited How to assign the result of a query to a string

    try { int req_id=Integer.parseInt(request.getParameter("id")); Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); Connection con=DriverManager.getConnection("jdbc:odbc:amcdb","",""); Statement st=con.createStatement(); ResultSet rs=st.executeQuery("select email from detail where id="+req_id+""); String result; String to=rs.getString(4); }
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in SQL Table Name Requirement

    Where and how are you creating your tables? There could be a policy in place.
  • Member Avatar for pritaeas
    pritaeas

    Edited getting file from ftp or http web server

    when getting file from a web server or ftp server, if we use `u = urllib2.urlopen(url)` Correct me if I am wring, it is not getting downloaded to disk, i …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in down-vote

    You might want to read this: http://www.daniweb.com/community-center/daniweb-community-feedback/threads/450045/downvotes
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Auto Tags

    So when can we select multiple tags? ;)
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in What's up with the tag overflow?

    Am sure we chatted about it. Was weeding out useless tags, but now they're back, and even more than before.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in What's up with the tag overflow?

    Great, all work for nothing.
  • Member Avatar for pritaeas
    pritaeas

    Edited giving error like SQL statement ignored please help

    CREATE OR REPLACE PROCEDURE transfer( crdtacno IN NUMBER, dbtacno IN NUMBER, amount NUMBER, transno NUMBER ) IS BEGIN INSERT INTO transaction VALUES(transno,amount,SYSDATE); UPDATE account SET accbal=accbal+amount WHERE accno=crdtacno; INSERT INTO …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in ASP.net 4.0 programming textbook

    http://www.amazon.com/gp/offer-listing/0071604103/ref=dp_olp_all_mbc/181-3598283-3024802?ie=UTF8&condition=all
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in ASP.net 4.0 programming textbook

    I've looked and this book is available online for $10. > companies are all about money and tend to rip their customers off Of course they are, how else would …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Choosing the Language

    Go with the connected version, until you run into performance issues. Then worry about optimizations.
  • Member Avatar for pritaeas
    pritaeas

    Edited import excel file to sql server via cakephp

    i'm not sure what is the syntax error. I try in this source code in dreamweaver, it shows line 8 is a syntax error. $destination = realpath(‘../../app/webroot/uploads/excel/’); App::import(‘Vendor’, ‘php-excel-reader/excel_reader2’); //import …
  • Member Avatar for pritaeas
    pritaeas

    Edited Ghost downvotes????

    Uhhhh, so take a look at my profile. I apparently have one downvoted response but when I click on Posts Voted Down, I get "There are currently no matching articles …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Ghost downvotes????

    It's not a glitch. The post voted down must have been upvoted, so the result is nothing. The downvote results page only shows posts which are negative.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Choosing the Language

    > now am left stranded in which language I should develop the site. Choose what you know. Both technologies can handle a lot of data easily (assuming ASP.NET, not classic …
  • Member Avatar for pritaeas
    pritaeas

    Gave Reputation to Maywyn in Do you feel old yet?

    I am old. The first time grandkid spoke to me on the phone, he said,"I can't see you." I wish I had a mirror to see the look on my …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Change the default blue on <select>

    > i found this but it doesnt work for me Works with my Opera.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to download Microsoft SQL Server Express 2014

    Why not just go here: http://www.microsoft.com/en-us/download/details.aspx?id=42299 BTW, just now looked closer, and this link is also in the comments section of your first link Rev ;)
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Change the default blue on <select>

    I doubt it, because that is actually an OS setting. However, there are other ways such as this: http://tympanus.net/codrops/2012/10/04/custom-drop-down-list-styling/
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in ckeditor

    If you select a file from your computer it's not automatically uploaded. So either choose an image on the server, or upload it first. There is information about this in …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Error:Unknown column 'ID' in 'field list' ..cannot fix

    You can, if it's relevant. I still need to know the query you are executing, the code doesn't show that.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Error:Unknown column 'ID' in 'field list' ..cannot fix

    Ok, wasn't sure, so the error is in the insert query? Can you echo `$sql` and show what gets executed here?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Rich text editor

    http://www.1stclassmedia.co.uk/developers/clean-ms-word-formatting.php
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Error:Unknown column 'ID' in 'field list' ..cannot fix

    I think it should be: CREATE TABLE empl ( ID INT NOT NULL AUTO_INCREMENT, FirstName CHAR(30), LastName CHAR(30), Age INT, PRIMARY KEY (id) )
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in how to sum columns in ms access and display it in a textbox in vb.net

    > how am i supposed to check it???! If NOT IsDbNull(row.Cells("Total")) total += row.Cells("Total").Value
  • Member Avatar for pritaeas
    pritaeas

    Edited 2d sheet optimization program in Java

    Hi, I am looking for 2D sheet optimization software (that reads inputs for different size of sheet and required cut size) the program should give an optimum cutting plan with …

The End.