• Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Connecting database(somee.com)to a external free host(000webhost)

    Wouldn't it be easier to contact their sales department?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Connecting database(somee.com)to a external free host(000webhost)

    > I think that the problem is the free hosting that does not allow such a connection to their servers, what' s your opinion? Usually not with free hosting. You …
  • Member Avatar for pritaeas
    pritaeas

    Edited Connecting database(somee.com)to a external free host(000webhost)

    public string Data() { string dohvat_podatka = ""; using ( MySqlConnection con = new MySqlConnection("Server=xxx.000webhost.com;Port=3306;Database=xxx;Uid=xxx;password=xxx;")) { con.Open(); using (MySqlCommand cmd = new MySqlCommand("SELECT ime FROM `nastavnik` WHERE prezime=@prezime", con)) { …
  • Member Avatar for pritaeas
    pritaeas

    Edited facebook

    how can i invite to friends of all my members which login to my website with fb id?
  • Member Avatar for pritaeas
    pritaeas

    Edited need to find a computer programer to run proofs

    I am looking for someone who can make a specialized programm for blackjack, to run proofs. there is nothing to do that is available. I am willing to happily pay …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in need to find a computer programer to run proofs

    Closed. If you are serious about hiring, post in the [Jobs and Resumes](http://www.daniweb.com/business-exchange/jobs-and-resumes/52) forum.
  • Member Avatar for pritaeas
    pritaeas

    Edited need to find a computer programer to run proofs

    I am looking for someone who can make a specialized programm for blackjack, to run proofs. there is nothing to do that is available. I am willing to happily pay …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Slideshow Solution

    What OS is running? http://code.msdn.microsoft.com/windowsdesktop/VBImageFullScreenSlideShow-364ae534
  • Member Avatar for pritaeas
    pritaeas

    Gave Reputation to ddanbe in What are you eating/drinking right now?

    Drinking a Duvel ![9a8efd5a45d6639220ffed744de1206b](/attachments/small/1/9a8efd5a45d6639220ffed744de1206b.jpg "align-left")
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Get paid to answer questions

    > The green arrow is lost on me Accepted answer chosen by OP.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in php packaging

    Run from the command-line.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Get paid to answer questions

    > what does SO do SO enables the OP to choose just one answer.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Get paid to answer questions

    > what motivation do they have to mark it and pay for it? Pay up front, put it in a DW account... distribute after. If they don't mark it, bad …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Please help me in Warning: Cannot modify header information

    IIRC you need `ob_end_clean()` before `header()`.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in User login/logout authentication in php

    @lps: The single quotes around the table and column names are wrong. Either remove them or use backticks.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Please help me in Warning: Cannot modify header information

    Make sure there is nothing outputted before calling `header()`. I'm positive you missed something, since you're not showing all your code. It could be as simple as a space somewhere.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in retina/iris comparision of 2 faces in asp.net

    http://electronics.howstuffworks.com/gadgets/high-tech-gadgets/facial-recognition.htm http://www.face-rec.org
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Get paid to answer questions

    No, I did not mean automatically. The OP should be able to select one or more helpful answers. Often enough the combination of two replies solves it, not just a …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in retina/iris comparision of 2 faces in asp.net

    I think you'll need to research HOW to determine similarity first (the theory behind it). You'll need to be able to detect and compare facial features. If you understand how …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Get paid to answer questions

    I can imagine the use and need. You could also have a time limited bounty. There are always serious questions that need to be answered "today" so to speak, to …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in retina/iris comparision of 2 faces in asp.net

    What exactly do you need help with?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Greetings from KR Rahman

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Edited python doubts

    def get_inverse_dict(): """ returns a dictionary which maps a -> z, b->y ... z->a Hint: 1. see the constants in the string module, and the zip builtin function. 2. google …
  • Member Avatar for pritaeas
    pritaeas

    Revoked Solved Status for python doubts

    def get_inverse_dict(): """ returns a dictionary which maps a -> z, b->y ... z->a Hint: 1. see the constants in the string module, and the zip builtin function. 2. google …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Swallow duplicate entries

    > Where the first two are my PK. No need to update the PK's if they're the same: insert IGNORE into table(Time_Stamp, Time_Stamp_ms, p1) values (time, timems, '1') The above …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Activity stream

    > What, no comment on the changes? :) Why is it now looping information?
  • Member Avatar for pritaeas
    pritaeas

    Edited On Nigerian scammers

    Thought you might enjoy this. The first is a piece about the evolution of the scam, followed by a Q&A with a British guy who enjoys scamming the scammers. Who …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Need PHP SOAP assistance

    Perhaps [this thread](http://www.daniweb.com/web-development/php/threads/462975/consuming-soap-webservice-in-php) will get you started.
  • Member Avatar for pritaeas
    pritaeas

    Edited Need PHP SOAP assistance

    **Need assistance in using PHP to connect to webservice using SoapClient (I am kinda new to SOAP)** Here is the WSDL URL: https://uat.fiadmin.com/scs.webservice/ScsAutoService.asmx Here is the SOAP request from SoapUI …
  • Member Avatar for pritaeas
    pritaeas

    Edited Need PHP SOAP assistance

    **Need assistance in using PHP to connect to webservice using SoapClient (I am kinda new to SOAP)** Here is the WSDL URL: https://uat.fiadmin.com/scs.webservice/ScsAutoService.asmx Here is the SOAP request from SoapUI …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in database

    Please provide more information about what you have, and what you want to achieve.
  • Member Avatar for pritaeas
    pritaeas

    Edited Introduction

    This Forum is probably the best forum that i have ever used and i would just like to say how proud i am to be a member of this forum
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to force user to enable JavaScript?

    You have no control over the browser or browser plugins, so there's no way to guarantee visibility for all users.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Getting duplicate key error: See log where the INSERT query error is

    http://www.lucasnotes.com/2012/10/querying-sql-server-error-log.html http://www.brentozar.com/archive/2013/08/what-queries-are-failing-in-my-sql-server/ http://dba.stackexchange.com/questions/35015/log-all-errors-in-queries
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to force user to enable JavaScript?

    > Are there any other solutions, that are more universal? You can add a text div that is visible, and remove it with Javascript. If Javascript is not enabled, it …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in drag and drop contents from one table to another

    > how to make it work with database On drop you can make an ajax call to update both tables.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in payment gateway

    https://developer.paypal.com/webapps/developer/docs/classic/lifecycle/ug_sandbox/
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Sharepoint

    > I thought it should be totally different. Why would they be different? It serves HTML like other websites, so you can make it look however you want.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in JSP

    Provide? No. But if you show what you have, and tell us where you have a problem, am sure someone will help.
  • Member Avatar for pritaeas
    pritaeas

    Edited mysqli_query(): Couldn't fetch mysqli

    Hi guys I know this might be a repeated post, someone has looked at the code and they seem to think that it all look fine, but I'm getting this …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in mysqli_query(): Couldn't fetch mysqli

    Closed. http://www.daniweb.com/web-development/php/threads/477271/-mysqli_query-couldnt-fetch-mysqli The answers are in that thread already.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Shared Hosting Recomendations?

    I've been using BlueHost and JustHost (next to local providers) and so far pretty satisfied. Price is good, and support pretty quick with answers. Both have a cPanel back-end.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Help

    Post your (relevant) code, and explain your problem.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in mysql_result() error Help!

    http://www.iodigitalsec.com/mysql_real_escape_string-wont-magically-solve-your-sql-injection-problems/ Or consider this: $id = mysql_real_escape_string("1 OR 1=1"); $sql = "SELECT * FROM table WHERE id = $id"; Quotes aren't a necessity for injections.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in mysql_result() error Help!

    > But backticks are also a vector for bad practices The user is the problem, not the backticks. I'd worry more about SQL injection in the above code then about …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in mysql_result() error Help!

    $query = mysql_query("SELECT COUNT(1) FROM `categories` WHERE `name` = '{$name}'") or die(mysql_error()); Table names and column names must not be surrounded by single quotes, but by backticks.
  • Member Avatar for pritaeas
    pritaeas

    Marked Solved Status for 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

    Edited notion of event driven architecture JAVA

    what is the notion of event driven architecture in context of GUI ?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Chat being search engine indexed

    Chat log is also available from within the site, so even if it isn't indexed, it's still retrievable.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Introduction

    Welcome to DaniWeb.

The End.