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

Search:

Type: Posts; User: amiecutie

Search: Search took 0.02 seconds.

  1. PHP Re: MySQL Table Results to Process Another Table Results

    Hallelujah! I had made the participation table all in utf8_general_ci. Switched it and now it works baby! :)
  2. PHP Re: MySQL Table Results to Process Another Table Results

    That didn't seem to work :(
    I got the following error:

    Database query failed: Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (utf8_general_ci,IMPLICIT) for operation '='
  3. PHP MySQL Table Results to Process Another Table Results

    Below you will find my code, it's not it all in it's entirety, but shows what's important. I have some custom functions that are being used just to note out. What I have my code doing is searching a...
  4. Replies
    3
    Views
    99,764

    Re: Saving XML Root Attributes

    To view the code better --> http://pastie.org/5055988
  5. Replies
    3
    Views
    99,764

    Re: Saving XML Root Attributes

    var menuXmlData;
    var pageXmlData;
    var pageXmlRules;
    var xmlFileToEdit;

    jQuery(document).ready(function($)
    {
    resetPage();
    });
  6. Replies
    3
    Views
    99,764

    Saving XML Root Attributes

    I've been working on a CMS built using AJAX and PHP. Pretty much it saves everything to XML files. Everything is working perfectly except getting the root node's attributes to save. These are never...
  7. Replies
    1
    Views
    726

    PHP/mySQL AJAX

    Now I have a new task to accomplish. I want to load the results on the page without having to reload the page again using ajax. I'm new to ajax though. Below is what I have, when it submits, the page...
  8. Replies
    1
    Views
    1,374

    PHP PHP/mySQL Zip Code Distance Locator

    So I've been working on a page to locate shops based on zip code and mile distance. I used this tutorial as a walk-through http://htmlcampus.com/build-a-zip-code-store-locator-application-in-php/
    ...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured