Search with relational database
Hey,
I have quite a complicated (for me anyway ) relational database for an apartments syste
Form errors in an array
I'm processing a form and putting the errors in an array. empty($errors) doesn't seem to do the tric
1,000 select boxes with 100 options?!
I have 1 drop down select box with 1,000 options.
In some case, there will be 100+ of the
Convert array to string and write to csv file
I am looking to write a MySQL query to a csv file.
At the minute I:
check for the orig
displaying unknown amount of results
I am reading a directory and getting a list of folders in the directory, I want to display the folde
Login Script Issues
I am using a script I got from http://phpsense.com/php/php-login-script.html in order to allow peopl
Packet Design
Hi All,
Im new about network programming and I want to design a protocol but I have some question
[RESOLVED] Socket/Port remains open after app crashes
I'm having this problem with a networked app in vb.net.
If the program exits normally the por
first few characters only
hi, does anyone know how to use PHP to take the first few words of a text and limit them? i have see
storing results of a function - previous result overwritten with new result
I have created a function to validate input.
function validate_dimension($value,$name) {
<