limit string by words?? 
hello all,
I was wonder if there is a function to limit a string by the number of words inste
Switch letters in message (basic cryptology)... 
I am trying to switch letters around in a message for an application on my site (see here). The prob
need help modifying script 
Hi guys,
I'm fairly new to php and am having a bit of trouble modifying a script.
This
Custom array sort? asc then desc 
Any ideas how I could sort this array? I've been trying for a while. Maybe with usort, but I have no
Error: SQL Syntax; Line 1 
Code: 
<?php require "global_settings.php"; ?>
<title&g
PHP Blog help 
Need help with posting comments in a word press blog? I have a comments page where the comments are 
PHP, Arrays & A Lot Of Confusion 
I've been doing basic PHP work on sites for a few years now, but I've never been tempted to learn ho
Update Database 
Hi All,
I have a problem with this:
Code: [Select]<?php
session_start();
Display search result 
Hi!
I have a SQL database with information about albums and track (music). 
This is wh
storing results of a function - previous result overwritten with new result 
I have created a function to validate input.
function validate_dimension($value,$name) {
<