• Member Avatar for pritaeas
    pritaeas

    Began Watching which better to develop e-commerce website?

    hello everyone i want to develop e-commerce website but i don't know what is the best(secure, fastest and easiest) progamming language to do so, also i've no experience at developing …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in which better to develop e-commerce website?

    If you have no experience, wouldn't it be better to start with an existing package and go from there? There are already discussions on ASP.NET versus PHP, so I suggest …
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching hide a div from 9PM to 9AM using php/jquery

    Hi, Need Suggestion for hiding a div from 9Pm to 9Am.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching validation over JQUERY Form

    I have .aspx form and I wanted to put jquery validation over it ..some validation already been working like minlength: "Your password must be at least 5 characters long written …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching validation over JQUERY Form

    I have .aspx form and I wanted to put jquery validation over it ..some validation already been working like minlength: "Your password must be at least 5 characters long written …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in validation over JQUERY Form

    Just copy what's set for password, to username and lastname.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching hide a div from 9PM to 9AM using php/jquery

    Hi, Need Suggestion for hiding a div from 9Pm to 9Am.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in hide a div from 9PM to 9AM using php/jquery

    That should be `&&`, and the comparison reversed.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching execute queries with condition

    Please help! i am troubling about on how can i execute my sql script properly. Thanks!Here's my code $sql="INSERT INTO inventory(account_number,serial_number,locator,remarks,`date_assigned`) VALUES('$accountno','$serial','$locator','$remarks',NOW())"; $sql.="INSERT INTO action_log(action,username,`date`) VALUES ('assigns the box($serial) to …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching execute queries with condition

    Please help! i am troubling about on how can i execute my sql script properly. Thanks!Here's my code $sql="INSERT INTO inventory(account_number,serial_number,locator,remarks,`date_assigned`) VALUES('$accountno','$serial','$locator','$remarks',NOW())"; $sql.="INSERT INTO action_log(action,username,`date`) VALUES ('assigns the box($serial) to …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in execute queries with condition

    `mysql_query` does not allow multiple queries to be sent at once. If you want to use this feature, I suggest you switch to MySQLi where you can use `mysqli_multi_query`
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching What movie have you seen lately?

    Hi I watch a few movies the past weekend, just to relaxed and not think about work. I saw a few movies. I saw: **The Raid Redemption** - The best …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching What movie have you seen lately?

    Hi I watch a few movies the past weekend, just to relaxed and not think about work. I saw a few movies. I saw: **The Raid Redemption** - The best …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in What movie have you seen lately?

    > Breaking Bad I liked that one, although the sory gets a little too far fetched IMO. Am just a few episodes away from finishing The Killing. Not the US …
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching best local search engine open source toll

    I want to integrate local seach engine to my website. Which open source tool is best for it, I want to search pdf files also. Will google custom search do …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching best local search engine open source toll

    I want to integrate local seach engine to my website. Which open source tool is best for it, I want to search pdf files also. Will google custom search do …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in best local search engine open source toll

    Perhaps this answers your question: https://support.google.com/webmasters/answer/35287
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Fatal errors

    How can I catch and log PHP fatal errors in CodeIgniter? if (defined('ENVIRONMENT')) { switch (ENVIRONMENT) { case 'development': error_reporting(E_ALL); ini_set('display_errors', '1'); break; case 'testing': case 'production': error_reporting(0); break; default: …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Fatal errors

    How can I catch and log PHP fatal errors in CodeIgniter? if (defined('ENVIRONMENT')) { switch (ENVIRONMENT) { case 'development': error_reporting(E_ALL); ini_set('display_errors', '1'); break; case 'testing': case 'production': error_reporting(0); break; default: …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Fatal errors

    > I have error logging enabled but it only catches PHP notices and warnings. Check your INI file, mine is set to E_ALL and the log shows them.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Tell Google that pages have been deleted

    Aside from one-off removal requests in Google Webmaster Tools, is there some automated way (atom feed with PubSubHubBub, etc) to tell Google that pages have been permanently removed?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Tell Google that pages have been deleted

    AFAIK there still isn't. I return a 404 page.
  • Member Avatar for pritaeas
    pritaeas

    Edited I want coder

    Hello dear, I'm playing a normal game called "Kal-Online" and am doing my own server and im looking for a coder who can help to code skills and some stuffs …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching I want coder

    Hello dear, I'm playing a normal game called "Kal-Online" and am doing my own server and im looking for a coder who can help to code skills and some stuffs …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in I want coder

    Please repost here: http://www.daniweb.com/business-exchange/jobs-and-resumes/52 Closed.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching jQuery OAuth API stopped working

    prompted by the discussion on antoher thread... This has stopped working (jQuery/OAuth): http://dw.diafol.org/en/dw-box/ Although this still works (php/no OAuth): http://dw.diafol.org/en/dw-badge/ When I start the ball rolling with a click on …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in jQuery OAuth API stopped working

    Not yet. Busy with more important issues unfortunately.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Getting incorrect response in JsonP

    I am sending data from index.php fiel to another exec.php file using $.ajax method and executing the data on that file now when i am sending back output data using …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Getting incorrect response in JsonP

    Can you show the rest of the PHP code. It looks like you're outputting the 2311 too.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Needs for building a website

    Hello to everyone! Please help me with some useful infos. I want to create my own website in C# ASP.NET MVC 4, but I don't exactly know which other tools …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Needs for building a website

    > Or is it just better to start with CMS (e.g. DotNetNuke)? If you think DNN has all you need, why not just start with that and see if it …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching how can i get invoice number that has only items from LOC_CD = 1 ?

    dear all i have tables(aztrd) it conatis invoice deatils like itm_code , date,loc_cd ..... ect - in each in invoice they are itmes (itm_cd) from loc_cd "1" or loc_cd "2" …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in how can i get invoice number that has only items from LOC_CD = 1 ?

    I said it was untested, and meant to get you started towards your own solution.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Security: hashing/encrypting URL data?

    Just curious about your thoughts on this subject. **Example:** www.site.com/?id=1 or www.site.com/?id=8adyfa8df614812yasdf (which is also "1", but encrypted) What would you recommend? What do you use? Anyone with pros and/or …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Security: hashing/encrypting URL data?

    IMO, security through obscurity isn't really a solution, nor worth the effort.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Php code not working on IE,chrome

    Hi, Below code working fine in firefox,but not working in IE,Chrome,Opera. Need Suggestions. <div class="topheading"><b>Headlines:</b></div> <div id="marquee_wrap"> <marquee direction="left" scrollamount="2"> <?php include('../db.php'); $headlineNewsQuery=mysql_query("SELECT * from svn_headline order by newsid DESC …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Php code not working on IE,chrome

    > Below code working fine in firefox What exactly isn't working?
  • Member Avatar for pritaeas
    pritaeas

    Began Watching how can i get invoice number that has only items from LOC_CD = 1 ?

    dear all i have tables(aztrd) it conatis invoice deatils like itm_code , date,loc_cd ..... ect - in each in invoice they are itmes (itm_cd) from loc_cd "1" or loc_cd "2" …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in how can i get invoice number that has only items from LOC_CD = 1 ?

    Something like this I think. Untested, but it should get you started. SELECT * FROM ( SELECT tr_no, loc_cd, COUNT(*) FROM aztrd GROUP BY tr_no, loc_cd ) t GROUP BY …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching php query not working

    i am trying to get all the result from my databse table but this query is not working. <?php try { $pdo = new PDO('mysql:host=localhost;dbname=articles', 'Avik', ''); } catch (PDOException …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in php query not working

    After executing `query` you need to fetch the results first. See my [code snippet](http://www.daniweb.com/web-development/php/code/435142/using-phppdo-with-error-checking). `$result` does NOT contain the returned rows.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Undefined Index

    Sir, I am using these codes if(isset($_POST['update'])) { // Get values from form $name=$_POST['name']; $moba=$_POST['moba']; $mobb=$_POST['mobb']; $ptcl=$_POST['ptcl']; $fax =$_POST['fax']; $email=$_POST['email']; $web =$_POST['web']; $add =$_POST['add']; $city =$_POST['city']; $country =$_POST['country']; $job =$_POST['job']; …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Undefined Index

    > You query is missing comma's and single quotes. It will never run. Check the MySQL manual to see how an UPDATE query should be written.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Undefined Index

    Sir, I am using these codes if(isset($_POST['update'])) { // Get values from form $name=$_POST['name']; $moba=$_POST['moba']; $mobb=$_POST['mobb']; $ptcl=$_POST['ptcl']; $fax =$_POST['fax']; $email=$_POST['email']; $web =$_POST['web']; $add =$_POST['add']; $city =$_POST['city']; $country =$_POST['country']; $job =$_POST['job']; …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Undefined Index

    > mysqli_error() expects exactly 1 parameter http://www.php.net/manual/en/mysqli.error.php It needs your `$con` as parameter.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching New Homepage

    Nearly 5 am and I lost track of time and spent alllll night coding up our new homepage, which features our Activity Stream. Secondly, there's now a 'New' tab within …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in New Homepage

    Hey. Nice change to the profile page I see.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching how can i get invoice number that has only items from LOC_CD = 1 ?

    dear all i have tables(aztrd) it conatis invoice deatils like itm_code , date,loc_cd ..... ect - in each in invoice they are itmes (itm_cd) from loc_cd "1" or loc_cd "2" …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in how can i get invoice number that has only items from LOC_CD = 1 ?

    If for every invoice you count the lines for each unique loc_cd, and then group them (by invoice and loc_cd), you can then select the invoices that have only one …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Undefined Index

    Sir, I am using these codes if(isset($_POST['update'])) { // Get values from form $name=$_POST['name']; $moba=$_POST['moba']; $mobb=$_POST['mobb']; $ptcl=$_POST['ptcl']; $fax =$_POST['fax']; $email=$_POST['email']; $web =$_POST['web']; $add =$_POST['add']; $city =$_POST['city']; $country =$_POST['country']; $job =$_POST['job']; …

The End.