Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: problem with my shoutbox script :|

Started 3 years, 12 months ago by MxpUnk
Hey guys, i was creating my shoutbox, and I finished, but its not showing up for some odd reason.. The code Im using is below: CODE function MPsmiley(smiley) { document.shoutform.message.value += " "+smiley+" "; document.shoutform.message.focus(); }
Site:    - site profile
Forum: @phpfreaks.com   @phpfreaks.com   - forum profile
Total authors: 2 authors
Total thread posts: 5 posts
Thread activity: no new posts during last week

Other posts in this thread:

heckenschutze replied 3 years, 12 months ago
first thing, you cannot put arrays into strings. So CODE$id1=mysql_fetch_array(mysql_query ("select * from players where id=$stat[id]")); Should be: CODE$id1=mysql_fetch_array(mysql_query("SELECT * FROM `players` WHERE `id`='".$stat[id]."'")); Also, PHP will think that change and buy are constants. This: CODEif($action2==change) if($act ion==buy) should be: CODEif($action2 == "change") if($...

MxpUnk replied 3 years, 12 months ago
hmm, thaks for replyig so fast, let me see what happens whe i change these :D

MxpUnk replied 3 years, 12 months ago
Dang, I fixed those 2 bugs, but still not working :|

heckenschutze replied 3 years, 12 months ago
where does $action come from? -------------------- IPB Image

 

Top contributing authors

Name
Posts
MxpUnk
3
user's latest post:
problem with my shoutbox script :|
Published (2005-12-23 20:01:00)
Dang, I fixed those 2 bugs, but still not working :|
heckenschutze
2
user's latest post:
problem with my shoutbox script :|
Published (2005-12-24 01:31:00)
where does $action come from? -------------------- IPB Image

Related threads on "":

Related threads on other sites:

Thread profile page for "problem with my shoutbox script :|" on . This report page is a snippet summary view from a single thread "problem with my shoutbox script :|", located on the Message Board at . This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity