User Profile

Collapse

Profile Sidebar

Collapse
snowweb
snowweb
Last Activity: Feb 1 '07, 03:47 AM
Joined: Jan 17 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • snowweb
    started a topic Email form - trouble connecting the submit button

    Email form - trouble connecting the submit button

    Hi,

    This is my first flash project! It would be great if someone could help me please.

    I have purchased a flash template which I have made some alterations to. My biggest alteration is that of adding a contact form to it.

    I am comfortable with PHP, so have done the server side code in PHP. but I can't seem to get the button on my form to trigger my code. I've studied many tutorials about this, but none...
    See more | Go to post

  • snowweb
    replied to php/mysql dynamic multi-level menu problem
    in PHP
    Wow! Thanks! It works great! I'll go and study why it works now :D

    Thanks again

    pete
    See more | Go to post

    Leave a comment:


  • snowweb
    started a topic php/mysql dynamic multi-level menu problem
    in PHP

    php/mysql dynamic multi-level menu problem

    I am trying to implement a CSS hierarchical unfolding menu on a site. The thing is, it needs to be dynamically populated from the results of a database query. I previously had the menu working but then it was ‘hard coded’ and not built on the fly.

    Menu description:

    2 top level items “Company” and “Products” (we will ignore “Company” since it is still hard coded and not causing a problem.

    ...
    See more | Go to post

  • snowweb
    replied to upgrading MySQL column type has no effect
    OK! This is now solved! The problem was PHPMyAdmin. When I was using the form it provided for inserting a record, the problem was evident. However, since I have created a new form and am using that, it is now OK.

    The really odd thing is that the data in the database looks the same regardless of which form I use, but when I display the data in a database driven web page only the text of the record which I entered using my form is displayed...
    See more | Go to post

    Leave a comment:


  • Thanks. 3 things were wrong I think...

    1) I was using the wrong kind of quote character.

    2) I hadn't specified the fields that I was inserting to, in my query

    3) My query wasn't inserting in the same order as the database columns were actually laid out.

    I was able to diagnose using PHPMyAdmin to create and show me the query and then compare it to mine, then I could see the differences!...
    See more | Go to post

    Leave a comment:


  • This is fixed now. Thanks. :-)
    See more | Go to post

    Leave a comment:


  • snowweb
    started a topic PHP Script stores data in wrong MySQL columns

    PHP Script stores data in wrong MySQL columns

    I'm creating my first web application in PHP/MySQL, however, when I go to view the database contents, the data has been stored in the wrong columns. I've gone through my insertion code with a fine toothcomb and can see no errors which might cause this. I will post the code below, and you will see that I have some diagnostics built in, which show that the information (at least at that point) appears to be about to be stored in the correct columns....
    See more | Go to post

  • snowweb
    started a topic upgrading MySQL column type has no effect

    upgrading MySQL column type has no effect

    I've created a web page in .php which receives it's content from a MySQL database, it is all working nicely and looking good except that a field which I have called Ed_Main is now about 65kb and now does not display all the text stored in it.

    I'm using PHPMyadmin to administer MySQL.
    MySQL version 4.0 (CGI setup)
    MySQL installed on local machine (high-end Pentium laptop)
    IIS installed on local machine
    ...
    See more | Go to post
No activity results to display
Show More
Working...