• Member Avatar for pritaeas
    pritaeas

    Edited From CSV to Mysqldata base using perl

    i tried to upload some data from csv to MySql data base. but it not working someone help me on this. the below one is my code #!/usr/bin/perl -w use …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Delete row that have fk

    What does your trigger do? Doesn't it just need to run on an INSERT?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Difference between ' and "

    http://www.php.net/manual/en/language.types.string.php Basically, a double quoted string is parsed for embedded variables, a single quoted string is not. echo "Your ID is: '$id'"; echo "Your ID is: \"$id\""; Javascript accepts both …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in introduce

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Edited Hello Everyone

    Newbie here on site and I'm really enjoying the page. Looking forward to talking to everyone here.
  • Member Avatar for pritaeas
    pritaeas

    Edited snake game in c lanuage

    i want the code o snake game by using c lanuage anyone can help?:)
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in object reference not set to an instance of an object"

    Apparently it hasn't been instantiated.
  • Member Avatar for pritaeas
    pritaeas

    Gave Reputation to jstfsklh211 in pdo update

    $stmt->bindValue(':over_14', $_POST['over_14']); try this instead $stmt->bindValue('over_14', $_POST['over_14']);
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in object reference not set to an instance of an object"

    Which line triggers the exception?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in pdo update

    See my example [here](http://www.daniweb.com/web-development/php/code/462126/pdo-binding-example) how you can catch exceptions. It will help you find the problem.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Decipher Broken English

    > writing code is the same all around the work (I assume you meant world) It is? The logic of code is, comments and method/variable naming is very often in …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in pdo update

    Line 31.
  • Member Avatar for pritaeas
    pritaeas

    Edited Having trouble with error

    This is the code I have and I am trying to get rid of the error but there is always an error after error even with me looking it up: …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Decipher Broken English

    > Its just laziness to not even make an attempt. A little short-sighted imo. There are more people than you think that are non-english, who have to use English to …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Apache

    What's in the log file?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in SQL Contains From Table Column

    > I want to compare between these columns for any similarities in their names. Define similarities. A query cannot guess what the eye can easily distinguish as similar. So you …
  • Member Avatar for pritaeas
    pritaeas

    Edited Help Please

    hello everyone,here is a serious question,if i want to publish Ads on my Blog,do i have to through Google AdSense? Because i have applied Google AdSense but failed.
  • Member Avatar for pritaeas
    pritaeas

    Edited I need help to use the YETI layout with a link of MVC

    Hi there, i just copy the css of the YETY layout and everything works fine but i have a proble to apply the dropdown menu on my MVC link.... i …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Text editor for my subtitle and body in MVC

    CKEditor or TinyMCE perhaps.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hello!!! Everyone! ( Geek's )

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Edited php

    hi friends, i need h
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in VbTab in Delphi?

    VK_TAB. Here's a list: http://delphi.about.com/od/objectpascalide/l/blvkc.htm
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Big concern

    > That way if the user tampered with the random string it wouldn't updae because it doesn't exist in the db and they could never guess the string? Correct. > …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Import CSV to MySQL - PHP Code

    You are starting a mysql**i** connection, yet use a mysql query.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Big concern

    Database ID's should never be exposed to users. Are you sure there is no way around this? For example storing those ID's in your session somehow. What is the reason …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Lagging again

    Finally caught one. About 1 min wait after clicking a thread link.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in DaniWeb down for a while there?

    There was no notice, but I've experienced downtime too.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Lagging again

    Back online. Didn't get any connection at all a while back, so disregard my email Dani.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Lagging again

    @blud: how would that help? They load the page (without logging in) from their server, not from my location. If I get the chance I'll take a sceenshot of Opera's …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Full website functionality???

    I think you need one more post.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Happy to be here!

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Lagging again

    I'm guessing server, it's more likely. Sometimes it takes long to actually start loading a page after clicking a link. That means a server response. Posting a reply also takes …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Gridview Binding with linq statement

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

    Replied To a Post in Query Suggestion

    WHERE user_id = 1 OR (user_id = 2 AND source LIKE '%facebook%') If that's not what you mean, show some sample data and required result.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Code Release

    You need an account there to create a new repo, and a client application to upload your sources. They're all the same. With VS2013 Express I got a TFS online …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Database Connectivity ...

    Start here: http://php.net/mssql
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Code Release

    > Question I have is what would be the best way to do this and how? GitHub or the likes perhaps?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in only image which is 150 dpi is upload

    I don't understand your question. Can you give an example of what you want?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in jQuery hide and show with specified div element

    This should work (off the top of my head): $(".course a.clickshow").click(function(){ $(this).next("div").toggleClass("hidden"); })
  • Member Avatar for pritaeas
    pritaeas

    Edited All Developer | IT let's Get together

    Developers and IT's let's get together better, this site is a home of discussion and solution however a more personal interaction can solve a lot of ribs problem we face …
  • Member Avatar for pritaeas
    pritaeas

    Edited issue with function call in wamp

    when i call function inside html tags it fails in wamp but executes fine in xampp <?php admin_check(); //this works in wamp and xamp ?> <html> <div> <?php admin_check(); //this …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in issue with function call in wamp

    Fails how?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in code behind page "argumentexception was unhandled by user code"

    > new OracleConnection("SConnectionString") I think you need to pass an actual connection string.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in only image which is 150 dpi is upload

    If you use Imagick, it has a method to determine resolution. Not sure if GD provides one. Otherwise there's still an option to read it directly from the file (saw …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in PHPMailer wont authenticate yahoo smtp server

    > do I still need to use PHPMailer? You only need PHPMailer if you need to authenticate when sending emails. So, it depends upon your mail server settings.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Undefined function 'REPLICATE' in expression

    Try `REPEAT('0', 10)`
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in source code for android app

    Sounds dubious. Any app in particular?
  • Member Avatar for pritaeas
    pritaeas

    Created Lagging again

    Not sure if it's just me, but I've been experiencing a slow DaniWeb again. Posting a reply takes seconds to complete. Sometimes, loading new pages appears to halt. Other sites …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in PHPMailer wont authenticate yahoo smtp server

    See [this article](http://kodegeek.wordpress.com/2009/09/05/send-email-using-phpmailer-with-yahoo-business-account/). It states you can only use Yahoo when you have a business account. So your form won't appear because the sending of the mail fails, and then …
  • Member Avatar for pritaeas
    pritaeas

    Edited Want to know about new in SEO 2014?

    Hello Everyone! Want to know about what to do in 2014 to get keywords ranked in Google search results. Thanks.

The End.