[PHP] Chatroom sounds

2002-02-20 Thread Mick Fitzpatrick

Hello

This my first post and I hope I can understand any replies :-)

I download a chatroom from webscriptsworld.com  very nice it is as well.

What I would achieve is to make a sound when someone enters and when someone
leaves. I'd also like to to replace some words with sounds. I was hoping
there might be some code I can add to achieve this?

Sorry in advance for any lack of tech speak

Mick


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] next and previous links

2001-10-05 Thread Mick Fitzpatrick

Hello

After several days of reading various articles on the web I've 'finally' got
a basic database working. The database is for a massive collection of my
vinyl records. Therefore I would like to limit the results to about 20 per
page and move forward/backward with 'next' and 'previous' links.

I'd like to stress at this stage that I'm new to PHP and don't really know
and 'tech speak' related to it ... however I like to think I'm a quick
learner :-)

Below I've pasted a copy of the script I fashioned ... I suppose it's full
of mistakes but it does work!

Any assistance will be appreciated

TIA ... Mick

***




artistsasidebsidelabelnumberpriceoriginformatinfo


" .
$row["artists"] . "" . $row["aside"] .
"" . $row["bside"] . "" . $row["label"] . "" .
$row["number"] . "" . $row["price"] .
"" . $row["origin"] . "" . $row["format"] . "" .
$row["info"] . "");

} while($row = mysql_fetch_array($result));

} else {print "Sorry, no records were found!";}

?>






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] new to the list

2001-10-05 Thread Mick Fitzpatrick

Hello

I've just joined the list and sending this message as a test :-)

I'm 'very' new to PHP and therefore here to learn ... I hope that's ok?

Mick



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]