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 strongm 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: cucurig1
  • Order by date
  1. cucurig1

    Best way to validate a date?

    I think sleipnir214 is right. Do all possible validations at the browser side, especially using "onsubmit" event handler and javascript coding, and leave those validations against databases at the server side. For more details see www.sitepoint.com
  2. cucurig1

    Insert PHP/MySql

    aditionally, put an echo $sql; before $result = mysql_query($sql); you'll see there the exact sql sentence mysql server is about to process...
  3. cucurig1

    CSS and tables

    Try this: http://www.sitepoint.com/books/css1/. You'll see there the presentation of the book "HTML Utopia: Designing Without Tables Using CSS" by Dan Shafer. "Now You Too Can Easily Create Modern ‘Table-free’ Websites Using CSS from scratch". You can also download a few...
  4. cucurig1

    Can anyone recommend a web editor for PHP?

    try html-kit from www.chami.com. It has a lot of plug-ins, is very versatile, has a very usefull autocompletion, and after all, it's free. Good luck!

Part and Inventory Search

Back
Top