• Member Avatar for pritaeas
    pritaeas

    Edited Unable to save data in mysql database

    Hi,am new in php and appreciate your help in this matter....tried to save the record below into mysql database but couldn't.The field are blank and the Targetid field is always …
  • Member Avatar for pritaeas
    pritaeas

    Edited Unable to save data in mysql database

    Hi,am new in php and appreciate your help in this matter....tried to save the record below into mysql database but couldn't.The field are blank and the Targetid field is always …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Problem when going online

    No. View it with the webbrowser.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Problem when going online

    Check the file size. php.ini has a limit by default of 2mb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in help with Select Case

    `>=` means greater than. `<=` means less than, the one you want I guess. Note that if you switch, the order of the `WHEN` matters.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in upload photo other than jpg

    > i kinda tried it but maybe i did the wrong way. Show what you've tried.
  • Member Avatar for pritaeas
    pritaeas

    Edited biometric voting system

    hi. can someone give me a specific title for biometric voting system.. please, i badly need it :(
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in 2checkout Error Message

    What does the documentation say?
  • Member Avatar for pritaeas
    pritaeas

    Edited C++ Q&A Community Event with Bjarne Stroustrup

    The father of C++, Bjarne Stroustrup took part in a live Q&A via Google Hangout-On-Air. The Q & A was moderated by Patrick S, one of the moderators from the …
  • Member Avatar for pritaeas
    pritaeas

    Edited problem with uploading video file

    hello i want to upload video file it works on localhost but when i upload it to server it saves to database but the video not moves to the folder …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in 2checkout Error Message

    Are you not getting an error message (if it happens) back on the same URL?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Unanswered should not include snippets

    If I browse web dev (or php) - unanswered, I can still see rubberman's tutorial (which was just added). In addition, it would be nice to see the unanswered solved …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Jquery sometimes doesn't work well

    Did you check to see if status actually returns a 200 OK every time? Did you debug to see where you get, or don't get? You can write messages with …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Get Facebook API For Get Friends Contacts

    https://developers.facebook.com/docs/graph-api/reference/v2.1/user/friends
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hello

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Scan UPC produces odd results

    tldr; > because the bar code scanner automatically sends a CR after each scan, This behaviour can be turned off on every scanner I've used so far. > However, this …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in wordpree

    That's not enough information.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in upload photo other than jpg

    I don't see a restriction in the code. I think you just have to replace the hardcoded `.jpg` with `$_FILES['file']['type']`
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Mysql Qry

    Aha. $qry=mysql_query("INSERT INTO category(category) VALUES('$cat $cat3 $cat2')", $con);
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Mysql Qry

    I think he wants to read comma separated values from one column, and insert them as separate records in another.
  • Member Avatar for pritaeas
    pritaeas

    Gave Reputation to alex9620 in JSON Parameter for Web Service

    I changed from @GET request to @POST. Next, I created a new class called jsonFormat which will take in the 3 parameters passed in the @POST request and changed the …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Is Giving Out Bank Details Safe?

    Don't know what a BSB is, but it should be safe. When I had a company I was required by law to provide my bank details (among other things) on …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in XPATH in C# - select nodes - variable reference in attribute value

    SelectSingleNode(string.Format("//viewentries/viewentry[@position='{0}']", posSecond)); should work, assuming the position attribute contains a string value.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in getting a key of a certain value in the hastable

    Loop the entries: Hashtable hashtable = new Hashtable(); hashtable.Add("1", "one"); hashtable.Add("2", "TEST"); hashtable.Add("3", "one"); string key = string.Empty; foreach (DictionaryEntry entry in hashtable) { if ((string)entry.Value == "TEST") { key …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in What happened to Pyglet?

    https://code.google.com/p/pyglet/ Appears they didn't pay the bill for pyglet.org
  • Member Avatar for pritaeas
    pritaeas

    Edited Conversion from string "_0" to type 'Integer' is not valid

    I am in the process of converting a program from vb 6 to VB.Net. I am taking a large amount of data and placing it in the proper sql collum. …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Sql Server query-PHP

    > when i put the query in php and run the code Show that code.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Techniques to Learn Drupal

    https://www.drupal.org/documentation
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Sql Server query-PHP

    > but when i put in php its not working Show what you tried.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Count Total Data Base On Dropdown menu Using Jquery / Javascript

    You'll need to use Javascript/AJAX to request the value from a PHP script.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in HTML5 data attributte security question

    > Is it really that easy to manipulate a live site, just by changing whatever attributtes used? Basically. If you don't think ahead, you might forget this can happen. I've …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in PHP-SQL

    In MySQL you can use [GROUP_CONCAT](http://dev.mysql.com/doc/refman/5.0/en/group-by-functions.html#function_group-concat).
  • Member Avatar for pritaeas
    pritaeas

    Edited PHP-SQL

    I have table as follows C Common Code 337080.00 15 Jan 2014 14 Jun 2017 Ananth Krishnan ee C Common Code 337080.00 15 Jan 2014 14 Jun 2017 Balaji Srinivasan …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in why my code is not remeber the pass and email

    http://php.net/manual/en/function.setcookie.php *"setcookie() defines a cookie to be sent along with the rest of the HTTP headers. Like other headers, cookies must be sent before any output from your script (this …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in What are a web designer's most common requests?

    > the most common tasks which you are requested to perform as part of your jobs? In my experience, the most common tasks are the tiny little things a customer …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to learn web app

    > Can code be added to daniweb post? Just type or paste it, be sure to indent it with 4 spaces.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in unable to insert into mysql table

    [Check for errors](http://php.net/manual/en/pdo.errorinfo.php).
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Login error!

    I don't think all your curly braces are in the right place either.
  • Member Avatar for pritaeas
    pritaeas

    Edited category added in custom post type in wordpress

    i add category in custom post type from wp admin and add post in that category every thing is fine here but when i click on category name on front …
  • Member Avatar for pritaeas
    pritaeas

    Edited translate values

    A data that will declare the following variables with the corresponding data types and initialization value. Output the variables names together with the values. **Variables** **Data types initial value** Letter …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Company Ended 6-Month Contract Early

    I suggest contacting a lawyer. There are usually regional laws at play (if it's not mentioned explicitly in your contract). A lawyer will know exactly what to look for.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Newbie here

    You might get better answers if you ask a more specific question ;) (although this forum is not very active compared to the others)
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Submit button does not work

    But there is when you click Yes/No for spouse? My reasoning being that that triggers something that influences your form.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi, and a bit about me

    https://www.daniweb.com/software-development/2
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi, and a bit about me

    Welcome to DaniWeb. Sounds like Software Development is where you want to be. Any language in mind?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How area is selected automatically when hovering?

    Perhaps you can make a script that scans the image and creates all area tags.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Been hazy with ecommerce since day 1

    Basically, yes. Am sure there are services you can use, for the right price. But that is probably better at a later stage. Parcel services will pick your stuff up, …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Thesis Document

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

    Replied To a Post in Submit button does not work

    Is there Javascript involved, specifically when you click submit?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in store email message

    You should set your email to HTML. How depends on how you are actually sending it.

The End.