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 strongm 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. New2Biz

    Formulas In MySQL

    Within a MYSQL database, is it possible to set up a column as a function (similar to Excel) For example if I have a column titled "sales" and a column titled "Costs" can I set up a column called "Profit" that will automatically subtract "Costs" from "Sales"?
  2. New2Biz

    Using PHP / MySql to upload photos

    I know how to use links to show photos, etc. , but how would I go about allowing a user to post photos on my site that may not have the photos anywhere else (on another site). I have added functionality where they place the address for photos into a form and when it shows their dat the photo...
  3. New2Biz

    Using PHP / MySql to upload photos

    I am getting a lot of use out of data uploads to MySql databases via PHP, but would like to expand into uploading photos. Can anyone name a good source (book) that would team me how to write code for this? Is it even PHP?
  4. New2Biz

    Getting A Complete List From A PHP Query

    When I dont filter any of the search criteria it is bringing back the company names, but I cant get it to display any information in the table other than the field "COMPANY". In fact I want all the fields displayed for each company. When I filter on the search criteria I get messages that...
  5. New2Biz

    Getting A Complete List From A PHP Query

    It is pulling some info back.
  6. New2Biz

    Getting A Complete List From A PHP Query

    That's just it... I am not sure where it is failing. I like the format of the search criteria page www.bizpitches.com/bizpitches.php but it is not bring back what I would like, and if I use criteria other than company it has errors.
  7. New2Biz

    Getting A Complete List From A PHP Query

    The current result can be seen when you hit the submit button at www.bizpitches.com/bizpitches.php
  8. New2Biz

    Getting A Complete List From A PHP Query

    My desired outpost is to list all of the entries that match the search criteria. Ideally, the output would look something like this. It would have this inormation for each entry that matches the criteria (so for company 1 all of this information will be displayed, and below company 1 would be...
  9. New2Biz

    Getting A Complete List From A PHP Query

    As previously stated, I am brand new to PHP and have been relying on books to learn how to use it. That being the case, I am having trouble customizing it. Any help is really appreciated because I dont know what I am doing wrong. Here is the scenario. I have a database that is populated from...
  10. New2Biz

    MySql & PHP - Making a link out of data collected

    If I have one screen where I have someone enter their website into a field that uses PHP to post it into a MySql database....how can I make that text a hyperlink when it is posted on another page. this other page woudl be a page where the contents of the MySql database is displayed. For this...
  11. New2Biz

    PHP Code Question / Assistance

    When would I want to "escape all my fieldvalues with the mysql_escape_string()" ?
  12. New2Biz

    PHP Code Question / Assistance

    I ask this question as the newest kid on the PHP block, and am so appreciative of any help. Essentially, I have learned just enough to get myself in trouble. Overall, I am trying to create a website where the user can enter multiple items through several text boxes. When the user enters all...

Part and Inventory Search

Back
Top