Search:

Type: Posts; User: colrh

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. How to fetch maximum record from my table in mySql database

    Hi. I've a table purchases which has the following fields:


    purchase_id
    vendor_id
    fuel_type_id
    purchase_quantity_liters
    purchase_price_per_liter
    date_of_purchase
    is_deleted
  2. Re: Ajax Call does not receive the return data from PHP file

    I've found the problem.

    My jQuery was not properly working. It was actually not loaded properly, which was making problems.

    I changed the jQuery folder name and assigned new path and it started...
  3. [RESOLVED] Ajax Call does not receive the return data from PHP file

    Hi. This is just my learning practice, in which I've just made a simplest home.php and get.php page.
    The Call is made from home.php and the PHP code code is in get.php which is echoing a paragraph...
  4. Re: How to make Angular MVC Application in Single project of Visual Studio

    Thank you OptionBase1

    I'm trying to get sticky with it. But its not helping much. For myself, I really want to learn it but learning is not giving me what I want to learn, because he said selected...
  5. How to make Angular MVC Application in Single project of Visual Studio

    Hi.
    I don't know how to write this long story (my problem) in shortest possible words.

    We were told that the newly started project will be in C# and SQL Server or purely ASP.Net Project.
    At the...
  6. Re: Why there is Parentheses at the end of the List in C#

    The only thing which I understood with this website and few others I visited is that:
    Default Constructor is created by the C# by itself, when you the programmer does not create a constructor. The...
  7. Why there is Parentheses at the end of the List in C#

    Hi.
    In continuation to my learning, I've reached to List<T>.

    I was looking around some websites and couple of Tutorials where I learned to create object of the List.
    Here is mine:

    List<int>...
  8. Re: How to learn C# for APIs and Network Programming

    Thank you for your time jmc.

    I regret to say that my words were not could not speak for me.

    I want to know that I've been hearing and reading on different places that JAVA and C# are powerful...
  9. How to learn C# for APIs and Network Programming

    Hi. This is an ongoing discussion of learning C#.

    Thank you very much for the honorable members of this forum who guided me to start C#.

    After climbing the stairs of learning C# I posted...
  10. VS 2019 Re: Do we really need to use Angular for building C#, Web Application (MVC Based)

    @PlausiblyDamp
    Well asked.
    Yes they believe that C# will be used for APIs.
    Angular will be the front End.

    But they also said that We are using Angular because we don't want to put all the...
  11. VS 2019 Re: Do we really need to use Angular for building C#, Web Application (MVC Based)

    Let me add something simple in my question?

    Is it mandatory to use Angular with C# or vb.net Project, which is based on MVC?
  12. VS 2019 Do we really need to use Angular for building C#, Web Application (MVC Based)

    Hi.
    After starting and learning C# I've got little understandings of this versatile powerful programming language.

    Greatly thankful to all the members who guided me so far.

    Issue:
    My company...
  13. Replies
    7
    Views
    1,605

    Re: Why we use Constructor in C#

    @Niya
    For you SEcond Post:
    Your goodself mentioned that:


    Apology for my understanding, But I didnt pick up the meaning of this line?

    Could you please rephrase it in simplest words. :blush:
  14. Replies
    7
    Views
    1,605

    Re: Why we use Constructor in C#

    @Niya
    From your First Post:
    Can I take the example of Constructor like this:

    If I have multiple textBox and RadioButtons on Form and I want that
    1. Every TextBox must have a PlaceHolder to tell...
  15. Replies
    7
    Views
    1,605

    Re: Why we use Constructor in C#

    I've taken this example from docs.Microsoft

    public class Person
    {
    private string last;
    private string first;

    public Person(string lastName, string firstName)
    {
    last =...
  16. Replies
    7
    Views
    1,605

    Why we use Constructor in C#

    Hi.
    Once again thanks for guiding me in this thread and referring me to the website from where I started to learn C#.

    I've reached to OOP concepts in C#, where I am little confuse with...
  17. Replies
    9
    Views
    1,724

    Re: how to learn C# for the first time

    @shaggy
    Yes, I've started to learn from the same website.
  18. Replies
    9
    Views
    1,724

    Re: how to learn C# for the first time

    Thank J
    Its about ASP.Net and Web Development.

    I don't need to go there.

    I need to work with C# from the scratch, from the very beginning.

    Please don't put me on a difficult path that I may...
  19. Replies
    9
    Views
    1,724

    [RESOLVED] how to learn C# for the first time

    Hi. I hope everyone is fine.

    I have so many long things to say but to cut the very long story short:
    I want to learn C# for one of the forthcoming project, starting by our MIS Department to...
  20. Replies
    4
    Views
    2,403

    how to block user for duplicate entry

    Hi.
    I have a cart table:


    cart_id (PK)
    item_id (FK)
    item_unit_price
    order_qty
    order_price
    order_of
  21. Re: How to insert multiple records against single order id/ primary key

    [QUOTE
    To be honest... your Sales table should be the parent record... and the Order should be the child... if you take the Order_ID off of sales, and add Sales_ID to the Order table... that would...
  22. Re: How to insert multiple records against single order id/ primary key

    @tg
    Do you mean that make 2 order tables:
    1. Order Master
    2. Order Details? Right?

    Secondly, Do you mean that Sale table will be removed and sale info will be stored in both order tables?...
  23. How to insert multiple records against single order id/ primary key

    Hi. When I purchase medicine or any grocery from the shopping mart. So the final receipt which i receive has an against which there are several items which I have purchased. Similarly Against a...
  24. Re: TypeError: cannot use 'in' operator to search for "length" in

    Yes. The first one work and the alert appeared with values.
    In the second code this [object Object] appeared in the alert.
  25. Re: TypeError: cannot use 'in' operator to search for "length" in

    I think I did not understood. I ask your pardon please.

    Here is my show-cart.php result directly executed in browser: I've attached the screenshots.
    181543

    And After playing the your code:...
  26. Re: TypeError: cannot use 'in' operator to search for "length" in

    Yeah, that's a question?
    The problem is that when the data is displayed in the console so it also associated with error:
    My data. Don't consider the NULLs beacuse its a dummy data.

    And has the...
  27. Re: TypeError: cannot use 'in' operator to search for "length" in

    @tg Thank you tg for your devotion.

    Yes the cart table has the data and the 2nd block of my code in my question has a join query which is bringing the result. The then becomes a 2 dim associative...
  28. Re: TypeError: cannot use 'in' operator to search for "length" in

    Thanks JMC
    Actually there is a join query which is bringing the entire table record and here I've to display all the items so I used
    $.each Even if I just display the data into the console or as...
  29. TypeError: cannot use 'in' operator to search for "length" in

    Hi. I've a mainform2.php where I want to display the result in table or div or any html element for the time being and I coded for the click event of the button to do this.
    Here is my code for...
  30. Re: How to add my ordering items in a table before saving them in DB

    @dday9

    I've somehow learned some of the json and worked like this:
    On my index.php page I"ve made this:


    $.getJSON(
    "fetch-json-data.php",
    function(data){
    ...
  31. Re: How to add my ordering items in a table before saving them in DB

    That seems interesting.
    Well, do you suggest any source of learning for absolute beginners?

    Secondly, I've heard that things you can do in JS can be accomplished more easily in jQuery. That is...
  32. Re: How to add my ordering items in a table before saving them in DB

    Thank you soooo much dday that you've given this much time.

    Sir, sir sir, PHP OOP and JSON are ahead of me. I've not touched it yet. As I'm every new to PHP and very very very new to jQuery. These...
  33. Re: How to add my ordering items in a table before saving them in DB

    @dday.
    After following the AJAX tutorial, I learned some basic CRUD operation using AJAX.
    This is my HTML code insertdata.php

    <body>
    <table id="main" border="1px" cellspacing="0">
    ...
  34. Re: How to add my ordering items in a table before saving them in DB

    Hmmmm. For my front-end I had no idea what to do. So after searching and asking and now you hit the target. I started learning jQuery instead of JS. Because everyone said in tutorials that JS was...
  35. Replies
    6
    Views
    1,931

    Re: What is next after doing PHP basic

    @tg

    Why not?
    The place you live in, what companies are using to develop or maintain their websites? Or even lets just say, what this vbforums is using to maintain this website?

    I asked the...
  36. Replies
    6
    Views
    1,931

    Re: What is next after doing PHP basic

    Many years back, when I opted for vb.net and not web development, so I had a reason in mind that web development does not require only PHP, but you have to work with so many tools to complete 1...
  37. [RESOLVED] How to add my ordering items in a table before saving them in DB

    Hi. I'm new to PHP development. I'm working for my practice on a dummy website. Its kind of sale project.
    Its an ordering Form. Where I have list of items to select from. Once the item is selected,...
  38. Replies
    6
    Views
    1,931

    What is next after doing PHP basic

    Hi Everyone.

    I've started PHP development. I'm following a youtube playlist of PHP (with required HTML where needed) and PHP + MySQL.

    I've followed most of those tutorials after which I've...
  39. Re: how to make hyperlinks of the sub forums of this website during my reply to a thr

    @Si
    I know this option and I've used it. But this referring him to the same thread he has posted. I want a facility to refer the poster (thread or answer) to that particular forum not to the...
  40. how to make hyperlinks of the sub forums of this website during my reply to a thread

    Hi. In my recent thread in in GEneral Discussion, I was referred to other section/ sub forums of this website. Lets he I was told to visit General Developer, General PC and Gaming and Graphics...
Results 1 to 40 of 163
Page 1 of 5 1 2 3 4



Click Here to Expand Forum to Full Width