Jump to content

worldworld

Members
  • Posts

    94
  • Joined

  • Last visited

    Never

Everything posted by worldworld

  1. I think you can not use phpmyadmin for two databases simultaneously . Else develop a customized admin panel for it...
  2. NULL means empty data in that field of the table.
  3. Else you can also have : while ($row = mysql_fetch_array($result)) { // do stuff with $row }
  4. I think you have to use mysql_nums_rows() to find that query has any row found for you or not.
  5. Can you paste the code here which you know ... It will help to solve the matter.
  6. Try this : $sql = "DELETE FROM t1, t2 USING t1, t2 WHERE t1.id = t2.id";
  7. Foloowing link must help you.. http://computing.kelkoo.co.uk/b/a/c_100222123_web_hosting.html
  8. I thinkn you must use GROUP BY along with DISTINCT ..
  9. Yes ORDER BY `wins` DESC is the key...
  10. I think your query must be : $sql = "select store_id from tbl where City_id=\"$cid\""; $sql_rs = mysql_query($sql); while($rw = mysql_fetch_array($sql_rs)) { echo $rw["store_id"]; } Try it...
  11. I suppose you must have small font size for the menu list on the left side.. Else is fine.. :)
  12. I don't know PHPNuke but i think this can help you...
  13. Visit [url=http://www.faqts.com/knowledge_base/view.phtml/aid/35906]here[/url] for details..  :)
  14. I think you use Dreamweaver... u can readily code ina dwt file and save it as .php file.
  15. You must have for loop before $sql....
  16. But no manager’s name field in the given table...
  17. You can do it with sessions too..
×
×
  • 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.