Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: luds
  • Content: Threads
  • Order by date
  1. luds

    XHTML form validation error

    Hi I've got a form on a page that's proving hard to get w3c validation in XHTML 1.0 transitional... the form's in a table and the <tr> tags are causing hassle! I keep getting the error, for example, "Line 278, column 5: document type does not allow element "tr" here <tr> The element named...
  2. luds

    I/O Addresses

    Hi, Can anyone tell me if the series of codes given on the infamous windows XP &quot;Blue Screens of Death&quot; refers to the pc's I/O addresses?... And if they do.. how can I translate the 8 figure sets into the hexadecimal I/O address?? Thanks luds http://www.nationalmozart.com...
  3. luds

    Undefined Index ..possible session error?

    Hi, I've got 3 functions on 3 consecutive pages. Each function passes info onto the following page and asks more questions. Question: 1. The variable $discountSelect only registers 1 on the next page... not the value that is assigned to it in the mysql table. They are all correct on page one...
  4. luds

    Undefined Variables

    I've just started learning php (again! lol) and am trying a few simple things out... I've 2 pages. The first (&quot;names1.php) is a form for a user to input info.. this is then sent to the second page where the info is displayed and the mysql database updated. However.. I can't seem to find...
  5. luds

    Google PR Algorithm

    After reading many of the threads here over the last few weeks, and learning a lot, I decided that it was time to look at a few of my sites. These were done as part of a couple of courses that I did and the emphasis was very much on Keywords and page titles for SEO. I also employed site...
  6. luds

    Browser error message

    I'm building a site for a charity at the moment..but when they try to view the pages they get this message (Error: document images [....] null or not an object). Does this mean that they haven't got javascript enabled on their browser?? thanks luds
  7. luds

    Online Web Design Course?

    A friend of mine wants to learn the basics of web design. She hasn't got DW... but want s to look into basic HTML etc. Has anyone come across a decent online course? Cheers luds
  8. luds

    Adding data to a table

    I'm trying to add some sample data to a mysql table, but keep getting this error... ERROR 1054: unknown column 'corbett' in 'field list' The command that generates this is INSERT INTO nmc_site_members (lastname, firstname) VALUES (corbett, harry); Ideas anyone? thanks luds
  9. luds

    script problem

    after a previous post, I reduced a script so that I could find the errors. This I did.. and I made significant gains in the process :¬) But now I'm stuck! When the simple form is filled in, the page just losed the info typed in and has &quot;already used. Select another member ID.&quot; at...
  10. luds

    Defining the Primary Key

    Hi, I created my mysql db, but then decided that I didn't want the primary key field. Can someone tell me the command to make another field the primary key, please? Thanks luds
  11. luds

    MS Access .. can it remind??

    Hi I'm building a site for a client and they asked me if I could help them with this other problem. They recieve dontated items which they, inturn, redistribute to those in need. They have a db of clients, and want to set reminders for when they are to recontact them for more donations. My...
  12. luds

    Parse Error &quot;unexpected $end&quot; Driving me bananas!

    Hi! I've got a page for members to register and/or login to, and a programme to access my mysql db, but whenever I click the submit button on the form page I keep getting: &quot;Parse error: parse error, unexpected $end in C:\Apache2\webs\Login200703.php on line 158 As I understand it, parse...
  13. luds

    php.ini file not being read!

    Hi! I've just installed php4/mysql/apache2 on winxp pro. So far so good.. but... when I view the phpinfo() page, certain values that I've edited in the ini file, aren't being picked up, e.g session.save_path and the register globals feature. the phpinfo() page is showing different values to...
  14. luds

    primary key problem

    I would like to change the PRimary Key for a table in a db. I've got to ALTER TABLE tablename <enter> but what comes next? All my efforts just result in syntax errors! Thanks luds

Part and Inventory Search

Back
Top