Jump to content

groover

Members
  • Posts

    10
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

groover's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi everyone. I would like to ask, how can I remove all the empty HTML tags from a user input? I want to remove things like the following: [code] <b>&nbsp;</b> <p align=center>\n&nbsp;\n</p> <div><br>\n&nbsp;<i></i></div> [/code] How can I do it? Thanks first.
  2. Well...thanks anyway. At least now I know that I have to do it some other way.
  3. Really, thank you so much for solving my problem!
  4. Is there anyone out there willing to help me? Thanks first. Please forgive me replying to myself but I do need help on this piece.
  5. Well, I still don't fully understand your explanation. Can you please give me some example of how I can do it in PHP please? Like a bit of coding or things like that. Thanks again
  6. What do you mean by "join the results with commas"?? thanks again for your answer!
  7. It says: #1064 - You have an error in your SQL syntax near 'select user from table2 ) LIMIT 0, 30 ' at line 1 And I just checked. MySQL version is 3.23.58 This means I can never use subquery right?
  8. it is something like: you have an error in "SELECT user FROM table2"......
  9. I want to do a subquery in php. i say: SELECT user FROM table1 WHERE user NOT IN ( SELECT user FROM table2 ) Mysql_error() says that i have an error in the subquery, can anyone kindly tell me what does it happen? Thanks!
  10. In php you can use "here document" syntax for doing mass output like: <?php print <<<html <html> .. .. .. </html> html; ?> Is there anything similar in js? Thanks for reading.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.