CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Nibinaear

Page 1 of 18 1 2 3 4

Search: Search took 0.11 seconds.

  1. Thread: Recursion

    by Nibinaear
    Replies
    1
    Views
    1,392

    PHP Re: Recursion

    I've now fixed the memory issue because I found a problem where the root element - 1 was linking to itself so I changed it to null. It now prints the right data except wherever there are child...
  2. Thread: Recursion

    by Nibinaear
    Replies
    1
    Views
    1,392

    PHP Recursion

    I've been trying to do a recursive function and I just can't get my head around the logic of it. I've been reading an article on PHP recursion but can't seem to make it work myself.

    Basically I...
  3. Replies
    1
    Views
    643

    Where can I talk about my website?

    I've just spent 4 months on a php and Code Igniter project and it's now gone live. Is it possible to talk about this anywhere on the forum or would it be considered spam?
  4. Replies
    0
    Views
    1,167

    Ongoing Web Design Contracts?

    I'm struggling with my web design contract. I've got a contract for a fixed project, useful for new builds, but have a client who I do pieces of work for. So I've recently done £100, then £120, now...
  5. Re: Group by using left join and sum() = duplicate aggregates

    *bump*
  6. Group by using left join and sum() = duplicate aggregates

    I have a query here involving LEFT JOIN which works fine but I need to add cats c (categories) and subcats s (subcategories).

    I'll post the background to the original problem here:

    Fixes has...
  7. PHP Re: PHP Logic (Printing Categories and Subcategories in groups)

    Nice idea. This would be something to implement if the website got very popular (optimistic scenario). I just always wonder about have multiple queries in a page. 9 for for the cats and subcats, then...
  8. PHP Re: PHP Logic (Printing Categories and Subcategories in groups)

    The cat_id and subcat_id are pks so I would think that they will be indexes automatically? The cats table only has 8 categories and the subcats table only has 50 or so rows. But this is the homapge...
  9. PHP Re: PHP Logic (Printing Categories and Subcategories in groups)

    Thanks that worked great. The only thing I'm a little concerned about is that this is on the homepage and there are now 9 db queries for the categories section alone. Won't this slow it down a bit?
  10. Replies
    3
    Views
    1,065

    Re: Beginner ask some questions ?

    There are no master pages in PHP, you really just create template files and include them into your documents. However, if you use a framework such as Code Igniter then you have access to the MVC...
  11. PHP Re: PHP Logic (Printing Categories and Subcategories in groups)

    By the way I'm using MySQL 5.0.41, PHP 5.2.3 and Apache 2.2.10 on Windows XP SP3.
  12. PHP PHP Logic (Printing Categories and Subcategories in groups)

    Hi, haven't been here in ages. I have an issue with PHP when trying to print out an object of values from my database. The values are categories actually which appear in groups.

    The html looks...
  13. Re: Create Code Behind Files Automatically

    I now have a new problem with code behind files. None of the controls inside my aspx file are recognised inside the code behind file.

    Code Behind



    using System;
    using System.Data;
    using...
  14. [RESOLVED] Create Code Behind Files Automatically

    Hi. I've just started learning .net with VB and C#. I'm trying to use Code Behind files but the problem I'm having is that I can't create them automatically. I'm using Visual Studio 2008...
  15. Replies
    7
    Views
    1,367

    Legal action over website

    I set up a website a while ago to help me get work and I've put all my previous websites on there to help me promote it. But now my old boss who sacked me is now being doubly nice by threatening...
  16. Replies
    1
    Views
    1,999

    Re: Good list of XML Web Services?

    *whistles*
  17. Replies
    1
    Views
    1,999

    Good list of XML Web Services?

    I'm building an Affiliate marketing website which provides lists of quotes for credit cards, travel insurance, mortgages etc. I need to be able to link the list of credit card rates to a live rates...
  18. Replies
    1
    Views
    850

    Validating texareas with PHP

    I'm trying to validate some textareas but I'm coming up aggainst a problem with the newline chars. For some reason eregi, which is function I'm using can't cope with \n. People have told me to use \s...
  19. Re: Apache Problems - "no listening sockets available, shutting down"

    Thanks for the info, that really cleared it up.
  20. Re: Apache Problems - "no listening sockets available, shutting down"

    So how do any number of applications such as browsers request info? Surely the web is all port 80 or 81 I think. I know that ports are used to decide where the information should go and that it's one...
  21. Re: Apache Problems - "no listening sockets available, shutting down"

    SOLUTION HERE

    I finally found the solution. The answer is that something else is already linked to port 80 on your machine preventing anything else from binding to that port. (I don't pretend to...
  22. Re: Apache Problems - "no listening sockets available, shutting down"

    I've never found they ever work. Usually I restart the machine and it tells me it's just failed. I can't say I've ever got one to work.

    --Edited--

    What I can't understand is why is it trying to...
  23. Apache Problems - "no listening sockets available, shutting down"

    Everything was fine with my Apache installation. I was coding websites in PHP with using MySQL. I turned on my PC today however and the whole thing is broken. I haven't changed any configuration...
  24. Replies
    1
    Views
    1,201

    Merging field rows together - mysql

    I'm trying to get some rows from 2 separate columns and treat them as one field. For example, prop.title has 5 rows, tickets.title has 10 rows, I want to make a new field called main_title which has...
  25. Re: ASP Classic - ADO Recordsets - Getting last insert id?

    wrong thread.
Results 1 to 25 of 444
Page 1 of 18 1 2 3 4





Click Here to Expand Forum to Full Width

Featured