Home
My Faqts
Contributors
About
Help
Knowledge Base Contributions
Below is a list of the
knowledge base
entries that
Matt Chatterley
has contributed to:
how to hidden the controls by using java script
how would I write a sript to find wheather a word is palindrome
How do i reset the address Bar URL
how to call two javascript function on same submit button on same event ?
how i can set the readonly property of a textbox which is created dynamically
How to pass a javascript variable in to ASP?
Has css to do with the java script.?
How to select all values that start with number [0..9] ?
I want a function that I call to set the focus/cursor in a textfield or list box.
Database: Microsoft SQL server: Stop: How to stop Microsoft SQL server from the command line?
Database: Microsoft SQL server: Start: How to start Microsoft SQL server from the command line?
How to redirect to 4 different pages based on 4 "userlevel" from MySQL ? "id" is passed. URGENT !!
how to insert more than one item with INSERT INTO
How do you compare two text fields to see they are not equal. (part_desc <> model_name)??????
how to query, listing of all tables in a database
Why are my (") preceded by a (\) when I use the post function in PHP? Is there a way to halt this?
If I want to put x-number of blank spaces between 2 words, what would the PHP code be?
How can I output the latest 25 rows in a table?
Is there some way to find a certain value that could be in any column in a table ?
MySQL Warning: supplied argument is not a valid MySQL-Link resource
DB Error unknown error when inserting row into MySQL; Echoed SQL worked in console
How do I limit the amount of text that comes out of my 'Description' column to 440 characters?
How can I get a running total from three columns in a table? The sum of price - mycost * units_sold
How to calculate the running total of a table
how does one rollback in MYSQL? i've tried connection.rollback() but it does not work help plz!
does connection.rollback work even after setting auto commit as false
Is there a unit testing framework available?
does mysql support foreign keys
newline char "\n" does not work within php tags (under IE6/PWS). Any idea why. Help,I am a newbie.
Selecting data from 2 tables (I'm a newbie)
where can I work as a freelance python programmer?
A text field in IE containing a LOT of text will not obey style: width 100%... how do I force it to?
how to change the (stylesheet)class of an tag (eg <p class="cl1"> -> <p class="cl2">)?
How do I escape quotes when building an SQL query?
I have a 'recent news' page that I would like to be able to update via the browser. Any ideas?
Q: May i know the short comings of MySQL over MSSQL.
How do I convert a file made in excel into a database?
Do you need a PRIMARY KEY or other way to specify a unique value in a MySQL row?
Re: mySQL/PHP search - Is there a faster alternative to the 'like' query? Thanks!
Is there any limit on the char length? What text length should one always specify?
How do you create a transaction-safe, thread-safe sequence generator on SQL Server?
i have master and child relationship in a table.. where one record is child of another record. how can i display hierarchy with minimum query.