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 derfloh 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: *

  1. castus

    Constant MySQL Syntax Errors after upgrading PHP

    Thanks for the info. Having a look on the php web site, it seems that the version 5.1.3 had a bug or two and have quickly released 5.1.4. So after upgrading to this and overwriting the old libmysql.dll, everything seems to be fine. I think it was the libmysql.dll that was bundled with the...
  2. castus

    Constant MySQL Syntax Errors after upgrading PHP

    After I painstaking upgraded php on my server from 4+ to 5.1.3 I constantly get MySQL Syntax errors when trying to update any of my databases through phpMyAdmin. The databases seem to be updateable through any CMS apps I have on the server - just not phpMyAdmin. Anyone have a clue why this is...
  3. castus

    If one form value is true, another is required...

    Oh I see. Yeah I had originally named them the same, like in your post. Except mine had caps on checkbox value and not on text input field. But thanks for clearing that up! :)
  4. castus

    If one form value is true, another is required...

    Hi and thank you all. I'm a little unsure what you mean regarding the field names. Do you mean I should rename the checkboxes to match the input text fields? Like rac2 says.
  5. castus

    If one form value is true, another is required...

    I have 3 text boxes - email, phone and mobile preferred method of response checkboxes. So if the user checks the box for wanting to be emailed back they must have entered an email address or if they wanting phoning they must have entered a phone number etc and they cannot submit the form until...
  6. castus

    Re-enabling disabled boxes and conditional form validation

    Thanks very much - works a treat! [loop] - I thought there must be an easier way of going through all four options rather then doing each individually. :)
  7. castus

    Re-enabling disabled boxes and conditional form validation

    05-21-05 - 08:48 PM I'm struggling to find a solution to my JS problem as I'm not really up to s peed with JS. I want to disable a bunch of checkboxes (monday - friday) if a anytime box i s checked and re-enable them again if the anytime box is unchecked. So far I have managed to disable...

Part and Inventory Search

Back
Top