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 gkittelson 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. MadCatter101

    HTML include...?

    Thank you! The server-side include was what I was truly looking for. It helped an incredible amount! :) Thanks. -MadCatter101-
  2. MadCatter101

    HTML include...?

    Ok. question. How do I get one HTML file to read code from a different file? For example, I want to set up a file (template.html) that will include basic page layout for a site that'll have ~60 pages. I want to be able to have each of those pages call up information from template.html so that I...
  3. MadCatter101

    A problem: Large project, no clue where to start....

    I have a huge project in front of me and no clue as to how to begin it. I have a database set up properly (MySQL; PHPAdmin is a GODSEND...), and a page that submits data to the database. I want to write a page of PHP that: 1) Connects to my database "aimfreak_writersright" 2)...
  4. MadCatter101

    HELP! Problem with updating to a database using PHP...

    THANK YOU!!! Turns out the problem was with the ` items, NOT with the actual wording of the code itself! Thank you so very much; this has been driving me bonkers for about 24 hours now. THANK YOU!!! --MadCatter101--
  5. MadCatter101

    HELP! Problem with updating to a database using PHP...

    ....People on other forums have suggested that the DATE field in the MySQL DB should be of types: "date", "text", "varchar", "timestamp"... I've tried them all, and none of them work. The other thing about this that I'm wondering is, I have a uid field set...
  6. MadCatter101

    HELP! Problem with updating to a database using PHP...

    Ohhh boy... ok, here we go.... <html> <head><title>DATABASE TESTS</title> </head> <body> <form name=”user_info” method=”post” action=&quot;<? $PHP_SELF ?>&quot;> Author: <input type=”text” name=”authorname”> &nbsp;<br> Title: <input type=”text” name=”title”> &nbsp;<br> Email address...
  7. MadCatter101

    HELP! Problem with updating to a database using PHP...

    Hey all. I'm trying to write the code for a web site that updates users short stories etc. onto a database. The only page that I have even vaguely working right now is the &quot;submit&quot; page. After finally debugging the code (or so I thought), I still keep receiving the following error...

Part and Inventory Search

Back
Top