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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  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??
  16. mettodog

    2 questions about basic HTML

    Ok, how do i make a table span from one side of the browser all the way to the other? I have the length at 100%, and all the rest of that, but there is still that 1/4 inch gap on top and the left of the table to the browser. i have tried every thing i can think of, but how do i put the table...
  17. mettodog

    Frames and TabStrips

    Is there a way to make a frame that is composed of tabsrips in html that will work with both netscape and ie? whati mean is, when a page loads, it loads all of the documents that will be displayed when the appropriate tab is clicked, so that when the tab is clicked, the page is instantaniously...
  18. mettodog

    questions about logins

    Hey everyone. Im new to php, and mysql and i have a few questions. 1. On sites like tek-tips, you can easily create a new user. When a new user is created, is a new mysql user created? And, does it use root to create the new user? 2.what is a good online tutorial for php/mysql? 3.Can anyone...
  19. mettodog

    whats wrong with the PHP config in my Apache config file??

    # # Action lets you define media types that will execute a script whenever # a matching file is called. This eliminates the need for repeated URL # pathnames for oft-used CGI file processors. # Format: Action media/type /cgi-script/location # Format: Action handler-name /cgi-script/location #...
  20. mettodog

    whats wrong with my apache (the php part) config file??

    # # ScriptAlias: This controls which directories contain server scripts. # ScriptAliases are essentially the same as Aliases, except that # documents in the realname directory are treated as applications and # run by the server when requested rather than as documents sent to the...

Part and Inventory Search

Back
Top