Recent content by hbk_star2006

  1. H

    php script help.........Please?

    Hi Friends !! Pleas help.. I need immediate reply.. is the following part of my php script is coorect ... ########################## $query = "SELECT email, sendEmail" . "\n FROM #__users" . "\n WHERE ( gid = 24 OR gid = 25 )" . "\n AND sendEmail = 1" . "\n AND block = 0" ; $database->setQuery(...
  2. H

    HTML FRAMES HELP NEEDED.... HELP!!!!?

    hi friend Use style="margin:0" in body tag, as described bellow <body style="margin:0"> in the src page. I think this will work try this all the best god bless you..
  3. H

    Problem with if else statements in php?

    Hi very simple dear You are using wrong brackets instead of using braces. instead of using these ( ) , use { statement} after if try it all the best
  4. H

    Please tell wt should i do, my php script is sending mails in my yahoomail and gmail...

    ...spam.? Hi freinds....... Please tell wt should i do, my php script is sending mails in my yahoomail and gmail spam. Please guide me or suggest something..... Thanks God bless you........
  5. H

    Please.... help in making of this event in Javascript and php?

    Hi... Please i need help.. Actually i need , whenever some body clicks on list box options a new small window should open showing the results corresponding to the particular item selected. Same case also be needed with search box, whenever some body writes something in search box and click go...
Back
Top