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 mettodog

  1. mettodog

    $variables question

    no, i dont want to assign it as a string, i want php to actually parse that line of code.
  2. mettodog

    $variables question

    this is what i want to do: $str_box_body = "require ('common/login.php')" of course, this produces a parse error. How can i make this work?
  3. mettodog

    logins

    What is the best way for creating a multi-user (100+) login website, with each login controlling a part of the member page (a "Welcome Bob!" thing, for example)? PHPLib? Thanks, James
  4. mettodog

    simple rollover

    how do i do a simeple text rollover? so when my mouse hovers over text, it changes to different text.
  5. mettodog

    <topmargin="0" leftmargin="0">, got a bit of a problem

    yes, that is exaclty what i am asking. can anyone give me a good answer??
  6. mettodog

    php parsing sequence

    When you insert a header ( require ('whatever.php') ) does php parse that code, and then insert the results in the page it was called for, or does it insert the plain php code and then parse the whole page? Because if it just inserted the plain php, and then parsed the whole thing i was going...
  7. mettodog

    PHP online quizzes

    What are some good sites to learn about making online quizzes in php?
  8. mettodog

    <topmargin="0" leftmargin="0">, got a bit of a problem

    my code is exactly what bangers said. You try it.
  9. mettodog

    <topmargin="0" leftmargin="0">, got a bit of a problem

    that doesnt seem to want to work. Any other suggestions?
  10. mettodog

    <topmargin="0" leftmargin="0">, got a bit of a problem

    I have <topmargin=&quot;0&quot; leftmargin=&quot;0&quot;> in my page's <head> so that my top table will be right up in the corner. This works fine, but the bad thing is that all my text after the table is messed up as well. Can i add <topmargin=&quot;0&quot; leftmargin=&quot;0&quot;> to the...
  11. mettodog

    How to enable tabsrips.

    I have 6 tabstrips on a page. 6 images are unselected, and 6 are selected. Also, when a tabsrip is clicked, a image containing the current selection (ex, hometitle.gif), the title of the page is updated ($page_title) and of course the page is changed (ex, home.php) how would i do this? Arrays...
  12. mettodog

    after header insterted, i want to end the body background image

    nevermind, fixed with use of table.
  13. mettodog

    after header insterted, i want to end the body background image

    I am insterting a header into my document that has a tiled background image. How can i end the background image so that when the main page code takes over, the background is just plain white? Thanks in advance.
  14. mettodog

    Java, or no Java

    What are the compatability concerns, when one chooses to use java?
  15. mettodog

    Transparent GIF only visible after resize

    Ok, i have a transparent GIF on my page, and when it loads, you can only see the outline of the image, but when you resize the browser winder, the GIF apears fine, like it is supposed to. huh??

Part and Inventory Search

Back
Top