i need the code of making chatroom but plzzz i need it cute chat room , and it musnt be by java , if you know any website that make chatrooms free plz replay with the website
Notice from m^e:
Who the hell approved this post? This is a question - and that too posted in the Howtos & Tutorials. How did this get approved ? Moved to right forum.
Try thispage. I used spinchat before, which gives flash chats (you can still see what its like at my page but I don't know if they offer the service any more.
Hey! I know I am asking alot. But much is happening theese days. Sorry if I disturb with my
questions. The thing I am trying to do is: Ex. If the user becomes level 2, he should get 5 skill
points. I can't do this: CODE if($userlevel=5){ mysql_query("UPDATE user SET skillpoints
=$points+5");} because then it would update everytime the code was loaded. I hope you understand
what I am trying to do. If not, tell me /smile.gif" style="vertical-align:middle" emoid=":)"
border="0" alt="smile.gif" /> and i'll try to explain better. Thanks //Feelay....
Hey! I will try to make this as clear as possible. how can I make the following. I have a list,
of all members on my site. If I press on a members name(link), I will come to his profile. To come
to his profile, I need to get out some vaule from the database, but to get out some value from the
database, I must tell the code, how it should know who the user is (hard to understand?). To do
that, I must add a mysql_query in the code ( I think), like "SELECT user FROM dbname WHERE
user=link".. This is just how I think it works. I know it is kinda wrong.. but I don't k....
Is it possible to make animated images using PHP's GD library? I've done searches, and I
can't find anything that explains it fully, or doesn't need you to download a special
program, which obviously, I couldn't use with Astahost. Can anyone help? I'm not aure how
animated gifs work, I don't know if all the frames are compressed within the .gif file as
separate images, or whether it's structured another way.....
OK well I wanted to add some BBCode to my website but I ran into trouble. At first I was useing str_
replace() but that does not work if I am trying to make the
code. I think I would use preg_match but I am real confused. Could someone post the source code to
make: CODE Website Into: CODE Website Also how would I make the code tag so it
would replace all withen the two strings with [ and ] example CODE would print the
html CODE [b] [/b] Do you get what I am trying to do? Thanks, Sparkx Note: I had
to take out so....
We have to make something in PHP for school, so I decided to make a complete photoalbum. One of the
things that it can is creating and storing thumbnails, but here is where the problems start. The
thumbnails have to be stored in a subfolder called 'thumbnails', if this folder doesn't
exist, my script creates this folder and everything works like it is supposed to be. But it
doesn't do that the way I want. The folder is made with: CODE mkdir($thumbnail_folder,
0777); but when I check it via FTP, it is set to 755. Even worse is that I can't acce....