• Member Avatar for pritaeas
    pritaeas

    Began Watching Loading related objects from database

    This is more a general approach question. I have an old ORM like framework for this application. Basically what it does, if it needs to load a bunch of objects/records, …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Proud to announce...

    I might take a peek next week. I am due to make a small CMS anyway, perhaps try yours.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in stored procedure error

    > Could not find stored procedure 'spSearchPlayers'. Check if you have that stored procedures and permissions to execute it.
  • Member Avatar for pritaeas
    pritaeas

    Edited Warning: pack() [function.pack]: Type H: illegal hex digit s in

    I am getting : Warning: pack() [function.pack]: Type H: illegal hex digit s in D:\xampp\htdocs\project\includes\encryption.php on line 139 Warning: pack() [function.pack]: Type H: illegal hex digit s in D:\xampp\htdocs\project\includes\encryption.php on …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Should PowerShell get its own section?

    https://www.daniweb.com/community-center/daniweb-community-feedback/threads/452623/new-forum-topic-idea#post1962905
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in What are your top TV themes?

    Twin Peaks and Green Hornet are the first that come to mind. Twilight Zone is a good third.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hello to Everyone

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Uncaught Exception

    Technically, it's just a redirect. How insecure can it be?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in mvc 4

    Still vague. Something like Quartz?
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Uncaught Exception

    I am getting an error for the line of code included in a js file. $(document).ready(function(){ //Click "Cancel" button return to Restaurant Manager Page $("input[name=btCancel]").click(function(){ window.location.href = "<?php echo APP_WEB_PATH,"/branch_manager.php?id=".$_GET['id'];?>"; …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Uncaught Exception

    > Is it because I cannot mix JavaScript with PHP code. Correct.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Customizing simple MVC app

    With the submit you are posting back to your controller. If you set a debug break there, does it hit? If not, you may need the `[HttpPost]` data annotation (or …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in error in wordpress page

    Show the relevant piece of code.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Customizing simple MVC app

    A quick difference I see is that Edit is a GET request, whereas Delete does a POST. Update: You posted an update while I posted this. Perhaps you need to …
  • Member Avatar for pritaeas
    pritaeas

    Edited two events

    in onblur i called two different events; but its not working. First event only working. How to do? either in onBlur() or onFocus() Example: onblur="a();b();"
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to install 4rum php in ASP Site

    IIRC both require PHP, so check if PHP is running on your host (newer hosts will have it). Install it in a subfolder, and you can have any (sub)domain point …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Edited Calculate Quotation

    Hi Im using framework 4.5, asp.net, c# to caculate quote instantly. The quote for a delivery has be calculated using the kilometres between the pickUp point and DropOff Point, the …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Calculate Quotation

    Closed. https://www.daniweb.com/web-development/javascript-dhtml-ajax/threads/497879/calculation-in-javascript
  • Member Avatar for pritaeas
    pritaeas

    Edited instant quote Calculator

    hi i want to add an instant quote calculator on the about page and i want to know the steps on how to do it. im using asp.net mvc5
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in instant quote Calculator

    Closed. https://www.daniweb.com/web-development/javascript-dhtml-ajax/threads/497879/calculation-in-javascript
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi all :)

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Getting error while using in_array function

    > Any suggestion you would like to make for me I already did: > querying for the username Use the SELECT query to check if the username exists, instead of …
  • Member Avatar for pritaeas
    pritaeas

    Edited Facebook Graph API: How to get AccessToken in PHP SDK v5

    Here are my codes, I want to get access token after user login, but I don't know where am I wrong guys. I know to get access token in PHP …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Getting error while using in_array function

    while ($row = mysqli_fetch_array($query_get)) { $username = $row['username']; } THAT keeps overwriting your username variable, so it's not an array. This is how you build an array. while($row = mysqli_fetch_array($query_get)) …
  • Member Avatar for pritaeas
    pritaeas

    Edited problem with responsive nav

    I am using javascript for a responsive collapsable nav. I have used this script in the past successfully, but now it's not working. The url is [http://www.piscesprep.com/index](http://www.piscesprep.com/index). index.php is calling …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in String percentage formatting

    I think you're looking for: string.Format("{0:#.##}", x) [Docs](https://msdn.microsoft.com/en-us/library/0c899ak8(v=vs.110).aspx)
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in string.Format Text Alignment

    It would only work with a label if you have set a fixed width font.
  • Member Avatar for pritaeas
    pritaeas

    Edited Desktop won't boot.. PLEASE HELP

    Hello. I have tried for 2 weeks to get my Parents computer up and running again. It died several years back, but I cannot for the life of me figure …
  • Member Avatar for pritaeas
    pritaeas

    Edited eclipse odbc

    I am trying to connect access database with eclipse but it is not working. I first created data source in "ODBC Data Source Administrator(32-bits)" for windows than I add the …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Drop Tables

    DELETE FROM yourtable WHERE emailcolumn LIKE '%@mydomain.co.uk'
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How Do I Organize the Classes for this Project?

    > I would NOT be instantiating countries in the World class, as I do with my current version, correct? No, you would actually. At least that is my opinion. Since …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Fractional part of a double

    Ah yes, didn't think of that.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Seagate external HDD not STARTING

    Am not sure whay you mean by "post in the middle", but perhaps you are looking for a "Torx TR" (or TS).
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Fractional part of a double

    I'd use `Truncate` or `Floor` because it returns a `double`. If you cast to an `int` you might get issues, because a `double` can contain much larger values. As for …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Loading related objects from database

    No rush. If it hadn't started raining I wouldn't have posted anything yesterday ;)
  • Member Avatar for pritaeas
    pritaeas

    Edited converting site from mysql to mysqli

    hi i am attempting to change my connection from mysql to mysqli so far i have gone through all the files in the script and replaced mysql with mysql and …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hola/hello

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Loading related objects from database

    Here's a simplified class hierarchy, but enough to get started I think. // base class used for identification (reflection) class BaseClass int Id // PK always class Contact : BaseClass …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Access denied

    I think you just need to configure the correct credentials.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How Do I Organize the Classes for this Project?

    From your samples I wonder if you want to build a "world" class containing all the countries. Basically it contains a list/array of countries, and will have access to the …
  • Member Avatar for pritaeas
    pritaeas

    Edited Server socket waiting problem

    Hi, I am familiar with C and C++, but dont use sockets regularly.I am facing problem in clinet-server program. my purpose is : 1. First client sends some info to …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Loading related objects from database

    I will. But that will be next week probably. Dont have access to a computer at the moment.
  • Member Avatar for pritaeas
    pritaeas

    Edited My SQL2000 server crashed files

    My SQL2000 server crashed, and I was able to recover the data and log files. I had to reinstall from scratch after that. I found that I can use the …
  • Member Avatar for pritaeas
    pritaeas

    Edited SQL Like condition

    Hi, I'm using .htaccess clean url and this is my url, when i want to see all the information of an article: http://localhost/projectoname/news/something-happened-on-todays-news And i have this code so i …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi,

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Loading related objects from database

    Agreed. Using DataAnnotations and Reflection I already know how to determine what is a field/FK to a table. Assuming a simple nesting level of company and contact I can build …
  • Member Avatar for pritaeas
    pritaeas

    Edited Help required for ajax call

    Hello, I have no such information or you can say less information about the ajax can anyone help me out the thing is that i want to pass dir id …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in login script not working properly

    Maybe because the first database result does not match what you input. Your logic is flawed, you shouldn't be looping through all user records.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in login script not working properly

    Fix line 11.

The End.