• Member Avatar for pritaeas
    pritaeas

    Replied To a Post in RSS Feed Reader

    Am not familiar with `Rss20FeedFormatter` but the link below appears to tackle the same issue you are having. I know that when parsing this as XML, I'd add a namespace …
  • Member Avatar for pritaeas
    pritaeas

    Edited RSS Feed Reader

    Hello, I'm playing with some RSS functions, and I like to fetch/extract the (image:thumbnail) url from the CNN RRS Feed: http://rss.cnn.com/rss/edition.rss In this (and other) RSS feeds there can be …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Help with this mysql query

    I copied your data to try when I get home. If you want others to help, I suggest you post dummy data instead.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Design issue in C#

    Since you are refactoring, why are you passing the rows and cols to your iteration method? If you always iterate over all rows and columns, you can use the matrix …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Help with this mysql query

    All your sub-queries join campaignRecipts so it might be possible to get your results with a regular join and aggregates. Without some sample data it'll be hard to give a …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Bound Parameters -vs- Escape Strings

    Technically, it's possible. However, both do the same thing. So if you escape your string, the binding might escape the already escaped string again, leading to strange results (more quotes …
  • Member Avatar for pritaeas
    pritaeas

    Edited null2unknown

    My PHP code starts like this, <?php // Standard Receipt Data $amount = null2unknown($_GET["vpc_Amount"]); $vpc_message = null2unknown($_GET["vpc_Message"]); $cardType = null2unknown($_GET["vpc_Card"]); $receiptNo = null2unknown($_GET["vpc_ReceiptNo"]); $merchTxnRef = null2unknown($_GET["vpc_MerchTxnRef"]); $transactionNo = null2unknown($_GET["vpc_TransactionNo"]); $txnResponseCode …
  • Member Avatar for pritaeas
    pritaeas

    Edited Foreign key is disturbing can't handle

    I have created a vendors page where I want to show how many vendors exist in the database. I have succcssfully done but main problem is that how do i …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in CVs on DANIWEB

    > we will not reach any consensus. Let's agree on that. > It just states a fact. That's an opinion, not a fact. The definition of a script kiddy is …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in CVs on DANIWEB

    If you had written your previous posts in the same manner as the one above, you'd have been taken seriously from the start. > when you want to be respected, …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in adding a filter option to table

    if ($foundnum > 25) { // output the filter option here } Although I'm not clear on what you want to put in it (yet).
  • Member Avatar for pritaeas
    pritaeas

    Gave Reputation to mgreiner28 in adding a filter option to table

    if its something that can't be done, please don't stress yourself over it. thanks
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in popup I keep getting

    > I meant pm alert Which is completely unrelated to this thread.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in move uploaded foto

    `mysqli_query` is a different extension then `mysql_error`. Fix it and then give us the error you get.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in TrueCrypt Replacement

    http://www.theregister.co.uk/2015/04/02/truecrypt_security_audit/
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Inheritance problem in C#

    Are you looking to return an instance (`return this;`) or just the int (`return T;`) ?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Inconsistent jquery function

    > sometime it actually displays the entire content. But is that content consisting of a single li?
  • Member Avatar for pritaeas
    pritaeas

    Edited Help with text-based game Python!

    Hello! I'm starting to learn python and are doing a "big" assigment for my programming course. I'm having trouble how to structuralize my code, I have gotten some not that …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Inconsistent jquery function

    > Any further thoughts! Not until I can try your code at home. Ok, I have one more: $('ul#contents > LI:not(:contains(' + s + '))').hide(); http://api.jquery.com/child-selector/
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to solve this question?

    Start here: http://php.net/manual/en/language.types.array.php
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Inconsistent jquery function

    Try: $('#contents ul#contents LI:not(:contains(' + s + '))').hide(); > I'm just not clear on its intended behaviour. He has a nested li. He should hide the parent one if it …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in save xml to a variable c#

    As a `string` or an `XmlDocument`. The last one provides easier access to it's contents.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Inconsistent jquery function

    Why do you have two of these? $('LI STRONG').click(function(e) { /* */ }); It's not showing everything because your $('#contents LI:not(:contains(' + s + '))').hide(); is also hiding the li's …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in c# multiple file retrieval and upload to db

    You can use the DirectoryInfo and FileInfo classes to get a list of your folders and files. I'd start there.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in c# multiple file retrieval and upload to db

    What exactly do you need help with? Do you want a website that does this, or an application, or a service? If you have processed a file, will you delete …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Need help with php booking form

    > Can't use mysqli as the current phpmyadmin am using is the older version The MySQLi extension and PhpMyAdmin are unrelated. > i dont know how to use the switch …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Marketplace activity level

    I remember Dani posting about this a while back. I think this was done to get rid of the spam while thinking about how to go forward with it.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in MVC and SP

    This helped me: http://blog.markjohnson.io/exorcising-entity-framework-from-asp-net-identity/ Then add any DB you want.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Newbie Here

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Prepared Statements in MySQLi

    > I am assuming that by using prepared statements it is completely different from what I am currently using No. It's not. Only lines 17-19 are different. Prepare, bind, execute.
  • Member Avatar for pritaeas
    pritaeas

    Edited don't know Connection string parameter in C#

    Hi, i am developing an application in C#,i have create database1.mdf by right clicking on my project,add item then creating a database. my intial problem was,i was able to execute …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Stored Procedure To Return Primary Key On Insert - mySQL

    CREATE DEFINER = `root`@`localhost` PROCEDURE `SPNEWUG` ( IN `@GroupName` VARCHAR( 255 ) , IN `@HeadOffice` TINYINT( 2 ) , OUT `@UG_ID` INT( 8 ) ) COMMENT 'Add New User Group' …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Marketplace activity level

    The marketplace was a huge spam magnet. Since the introduction of a donation for access... no more spam (nor posts).
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi! SEO tool builder here..

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Is it possible to create template within another template using mustache js

    The manual doesn't mention the possibility of nesting templates. Perhaps you can use the output of one template as input for the next, just like any other variable.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in [newbie] Need help with basic Pseudocode

    Please show some patience. This is a forum, not a chatroom.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Prepared Statements in MySQLi

    $userName = $_POST['user']; If it comes from a form, use that. Can you post a piece of code illustrating your flow. I think we're going in circles.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Introduction

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given

    Do $res = mysql_query("SELECT * FROM pelajarpraktikal LIMIT ".$per_page." OFFSET ".$offset) or die(mysql_error()); and post the error message here.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi, Everybody..

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Introduction

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Prepared Statements in MySQLi

    Am not sure I understand, you prepare the query after the user has submitted the form. The binding for the prepare binds that variable to a specific position in the …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Unbale to upload video file to folder

    Did you read the link? You might need to set post limit and memory limit as well.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Unbale to upload video file to folder

    By default the upload file size is 2mb. Is the video file larger? If yes, check your PHP.INI.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Prepared Statements in MySQLi

    > I need to find an example of how to do this using this method. https://www.daniweb.com/web-development/php/code/462098/mysqli-binding-example > Would I just write one of these statements for each of the pre-existing …
  • Member Avatar for pritaeas
    pritaeas

    Edited How to sum last two rows with same ID for one column and then sum again

    I'm trying to make average consumption of fuel in my db. But I do not know how to do it. This is an little explanation: I have 2 tables: Tabe …
  • Member Avatar for pritaeas
    pritaeas

    Edited Airbrush For Painting?

    I used to be wondering if any person used (or makes use of) an airbrush for machine restorations. I purchased a Badge 350 (and) a Paasche Talon (siphon) with a …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Automation of things

    The users here have a history of just quoting the whole post without deleting anything. A discussion thread gets real messy very quickly.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Automation of things

    > If one quotes other post and its too long/has many inadequate things, one deletes whats inappriopriate and thats it You might, and I will, but unfortunately most users on …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in No deletion of post/articles/reviews whatever

    > why not make who voted visible Because she doesn't want to.

The End.