Sorting JTable on more than just the values listed in the columns
I have a collection of objects that store (among other things) two integer values. I only want to di
Help with PHP and checkboxes
I am posting this for a friend of mine, i wrote a small script for her to process her form data to a
query based on 2 conditions
I want to select if the doc_type is either s OR f but this doesn't work:
Code: [Select]$query
How to implement HTTP connection timeout
Hi All,I would like to implement an HTTP connection timeout.
I am working on a application wh
Curly Bracket Delimeters.
I'd always believed that the starting and ending delimeters in preg_ functions had to be the same ch
Drop Down and text box issue
Is it possible to set a drop down list and text boxes to a certain width?
here is my code
Vertical Alligning - Not working in 1 cell?
<?php
echo "<table id="valign" width="60%" style=
Filename like the user name
I am creating a form and storing the values in file. Could anyone please tell me how to write a code
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
check if string contain only a-z/A-Z
Is where any way to check if string contains only a-z/A-Z, without writing an array with all possibl