Hello again,
If i want to connect it with gtalk and msn what i should do?
Hello again,
If i want to connect it with gtalk and msn what i should do?
You'll have to look to see if they have an API. Be aware it's very complex.
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
ntin0s (11-29-2010)
ntin0s (11-29-2010)
Done. Now I need if the user type quote it will randomly echo a quote from a text file that i have with quotes numbered Quote1 , Quote2 etc. It can be done?
quotes.txt:PHP Code:<?php
function quote($file){
$split = explode("\n", $file);
return $split[rand(0, count($split)-1)];
}
echo quote(file_get_contents("quotes.txt"));
?>
Code:Quote 1 Quote 2 Quote 3 Quote 4
Jeremy | jfein.net
Bookmarks