I am trying to get my java script ot be written to a text file in PHP. Here is the code:
Code: Select all
$quote = "<p onClick="sendText(document.lolform.posting, '<a href=$random>$username</a> said: <Br>$post')">[QUOTE]</p>";Thanks,
Henaro
Moderator: General Moderators
Code: Select all
$quote = "<p onClick="sendText(document.lolform.posting, '<a href=$random>$username</a> said: <Br>$post')">[QUOTE]</p>";Code: Select all
$str = "This is what John said: \"HI!\". Isn't that nice.";