Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bosky

  1. bosky

    How do i check the frameset is loaded?

    Hi there!!! The main page of my site consists of 2 php pages. The left hand side consists few links, the result of this is displayed in the right hand side frame. The right hand frame again has some links which when clicked reloads the right hand side frame. Now my problem is, everytime when...
  2. bosky

    Cookies ???? how do i define them

    Cookies ???? Hi there, I'm just not able to create the cookies. I'm using the following command to create the cookie setcookie("username",session_id()); is something wrong with this command what am i doing wrong? Please help!!!
  3. bosky

    Reload a frame

    Is it possible to pass a URL to this function? Coz i want to reload the right frame with a different URL depending upon the value sent to it.
  4. bosky

    Reload a frame

    Hi there, My main page consists of 2 frames. In one of the instance i just need to reload the right frame. Is it possible to just reload the right frame? Following is my frameset definition. <html> <head> <title><?php print $site_title; ?></title> </head> <frameset cols=&quot;<?php print...
  5. bosky

    How r session variables handled in PHP?

    Hi There, I am using PHP as my Scripting language and Apache as the server. Basically i have been given an assignment but i am unable to come up with an apt solution for it. Can someone just guide me as to from where should i start. I have a site wheren in the users logs in and when they do...
  6. bosky

    refresh a page

    Hey tks a lot... ur piece of code works. :-D
  7. bosky

    refresh a page

    I am using PHP as scripting side language. I am pasting my check login code as follows <?php if (!$global_user_ID or $global_user_ID == &quot;&quot;) { echo ( &quot;<style type=\&quot;text/css\&quot;> .check_login_text {font-family: Verdana, Arial, sans-serif; font-size: 10px...
  8. bosky

    refresh a page

    Hi There! I have a page which consists 2 framesets. Everytime the page refreshes it checks whether the user is logged in. If the session happens to expire it displays that the user is not logged in currently. So what i want to do is force the user out from both the framesets and display the...
  9. bosky

    Is it possible to combine the following two queies to one

    When i use the Distinct Clause it gives me a syntax error, Is there a different way to write the Disticnt clause in MySQL.
  10. bosky

    Is it possible to combine the following two queies to one

    Thanks for ur reply. The statement fetches the result i want when i remove the line &quot;SELECT DISTINCT Parent_Id FROM (&quot; From the above statement. Thanks a lot.
  11. bosky

    Is it possible to combine the following two queies to one

    Hi There! I have 2 queries, each selecting set of records from different tables. SELECT Distinct(parent_ID) FROM item_audits WHERE created>=date OR edited>=date SELECT Distinct(parent_ID) FROM item_responses WHERE created>=date Now i want to combine the above 2 queries to one query.is it...
  12. bosky

    Swarm

    I have a picture of a bee Hive, does anyone know how i can make a swarm of bees come out and form the shape of text?
  13. bosky

    mac?

    does dreamweaver 4 for windows work on Mac as well??
  14. bosky

    kill

    Kill &quot;*.TXT&quot; why wont this work right, I want it to kill all .txt files in the directory and the subdirectorys within. Thanks
  15. bosky

    delete contents

    How do you delete the contents of a directory?

Part and Inventory Search

Back
Top