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. philstockham

    header error help needed

    i have the following error: Warning: Cannot add header information - headers already sent by (output started at c:\phpdev\www\public\logout.php:27) in c:\phpdev\www\public\logout.php on line 43 someone told the conf file needs to be changed to get round this. but how should i change it???
  2. philstockham

    popup rollover text

    thanks i got it to work
  3. philstockham

    popup rollover text

    <a href="www.searchenginewatch.com" target="_blank" title="A regularly updated website containing information on all leading search engines.">searchenginewatch.com </a> I am using the code above but the title text is not being displayed.
  4. philstockham

    popup rollover text

    i would like it to be like (c) so that when someone rolls over the link a text box that contains text on that link is displayed. i have very limited experience in javascript.
  5. philstockham

    roll over floating text in dreamweaver

    I would like to know how to add rollover floating text to a link. so that when a user rolls over the link text is displayed displaying info on the link
  6. philstockham

    popup rollover text

    sorry i worded my post wrongly. i meant to say i am unable to do this rollover floating text in dreamweaver
  7. philstockham

    popup rollover text

    Hi i am using dreamweaver to get floating text to be displayed when someone 'rolls over' a link. Any help would be much appreciated.
  8. philstockham

    Update problem

    try checking what is being passed by the form using print_r($_POST) u mug
  9. philstockham

    how do i get a session to end when someone exits the site

    i'll have a try changing some settings in the php config file to see if i can get the session timout down. thanks for your help
  10. philstockham

    how do i get a session to end when someone exits the site

    how do i reduce the timeout of the session?
  11. philstockham

    how do i get a session to end when someone exits the site

    i have added login authentication and sessions to the admin section of my site. However, this is my first experience of sessions. It seems that when i close the browser and then reopen it the pages that should be protected by the code shown below do not take me to the login screen. is there a...
  12. philstockham

    What is the best method to make dynamic URLs search engine friendly?

    I have just added a CMS to a site that was previously static (and achieving good google positioning). However, as the product pages now have dynamic URLS such as http://www.visiongain.com/defense/report.php?id=21 I am concerned they will not be listed by search engines. I have found that the...
  13. philstockham

    MySQL returning unformatted text

    excellent thanks a lot for that
  14. philstockham

    MySQL returning unformatted text

    not sure how to incorporate that into my code. below is the code i am using: <?php include 'config.php'; include 'opendb.php'; // if no id is specified, list the available articles if(!isset($_GET['id'])) { $self = $_SERVER['PHP_SELF']; $query = "SELECT id, title FROM report ORDER...
  15. philstockham

    MySQL returning unformatted text

    I am returning text from Mysql and it is displayed in a non-formatted list. How do i get PHP to change the text so it breaks the text into lines etc as i inputted into my form. it is going in to the form and db ok just returning corretcly. Any help will be much appreciated
  16. philstockham

    why is my query failing??????

    I solved the problem myself. thanks
  17. philstockham

    why is my query failing??????

    hi the error i am getting is "Error ,query failed". I will try using the action attribute but feel it is more the SQL that is the problem. the document type is html.
  18. philstockham

    why is my query failing??????

    hi jeff, i don't think the table is the problem. it seems to be the INSERT query where the data is passed from the form to table that is the problem.
  19. philstockham

    why is my query failing??????

    i have a form to input data into a mysql database table. when i was inputting only a couple of fields it worked fine, however, now i have added more fields and it is failing. i have checked the code countless time and can't see what is causing this - HELP IS DESPERATELY NEEDED below is the...
  20. philstockham

    dynamic meta tags

    Hi, I would like to know how to store meta tags in a mysql database for dynamic products. what i am trying to achieve is when a new product is added meta tags are inserted onto the products dynamic page through php/mysql. Any help would be much appreciated. Regards

Part and Inventory Search

Back
Top