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

    php redirect for two URLs

    ok, here is a strange one. I copied and pasted what I had posted here into my page and now it works. I have no idea why. Thanks everyone for the help. Perplexed Bob
  2. calidude

    php redirect for two URLs

    jpadie, I tried your code but only get a blank page.
  3. calidude

    php redirect for two URLs

    I now have Parse error: syntax error, unexpected ':' in /vservers/mydomain/htdocs/home.php on line 5 <?php $domain = $_SERVER["HTTP_HOST"]; if (($domain == “mydomain.com”)|| ($domain == “www.mydomain.com”)) { header(”location: http://www.maydomain.com/photocart/index.php”); } if...
  4. calidude

    php redirect for two URLs

    Hmmmm. I added the || but now I get Parse error: syntax error, unexpected ':' in /vservers/mysite/htdocs/home.php on line 5 Thanks for the help. Bob
  5. calidude

    php redirect for two URLs

    I am trying to set up a redirect based on the URL requested. Below is my code. I get the following error Parse error: syntax error, unexpected '(' in /vservers/mysite/htdocs/home.php on line 4. Any idea where I am going wrong? <?php $domain = $_SERVER["HTTP_HOST"]; if (($domain ==...
  6. calidude

    Use paypal form info to send offline order email

    I know very little about php. With that said, I was wondering if it would be possible to set up a button that if clicked would gather info entered into paypal form fields and email it to both a customer and merchant. What I am trying to do is have a paypal button and an offline order button...
  7. calidude

    Editor that reconizes dreamweaver templates

    Anyone heard of any free editors that would recognize the editable region of a template page? This is a pie in the sky hope but you never know. I want to be able to let users update pages built with templates. Thanks
  8. calidude

    Need to update fields in table

    Sorry if I am not making sense. The data is in a notepad document I hand typed. I am just trying to update the field for each record with that data. Each record has unique info for that field. I don't have a front end like php. Actually it is a coldfusion storefront software and I am cheating by...
  9. calidude

    Need to update fields in table

    This is a one shot deal. I am just looking for a quick way of doing the update. I will hunt around some more. Thanks for the info.
  10. calidude

    Need to update fields in table

    I need to update fields in a table with specific information for each record. For example product #1 metatitle is "bla bla" Product #2 metatitle is "bla bla bla" I don't know sql and only understand the very basics but this would save me from having to update each of the 800+ records one at...
  11. calidude

    Need to update fields in table

    I am trying to update multiple records,rows,fields in a table. Below is what I am placing in the sql field in phpmyadmin. It works with one update line but not more. What am I missing here? I looked around but can't find the answer. UPDATE Products SET TitleTag='U.S. Air Force Retired Shop...
  12. calidude

    Flash stops when dhtml menu drops over

    I have a dhtml menu above a flash movie. The movie stops when the menu drops over it. Anyone know a fix for this? if there is one. I have the window set to transparent but it does not help this problem. Thanks Bob
  13. calidude

    issues connecting to an access DB with DW MX

    I have been having an issue trying to connect via DSN to an access DB. I noticed that when I watch the FTP log it tries to access some file in the _mmServerScripts and the response is The system cannot find the file specified. then it give an HTTP Error Code 500 Internal Server Error. I have...
  14. calidude

    layers and DHTML Menu

    I thought I would check here too... Anyone know if it is possible to control layers with a Sothink built dhtml menu? thanks in advance for the help. Calidude
  15. calidude

    dhtml menu and layers

    Anyone know if it is possible to control layers with a Sothink built dhtml menu? thanks in advance for the help. Calidude
  16. calidude

    Centering a mix of layers and tables

    I have a client who would like their page centered rather than left aligned. When I set it to center the page, and the page is widen or shrunk in the browser, the tables move to accomodate but the laywer don't. Is there a way to make the layers stay relative to the table so when they window size...
  17. calidude

    Change Pointer to a Click Finger

    Hmmm. I put it in my css, checked it with topstyle just to be sure and yet it does not work. Is there some other thing I am missing? I am just a beginner when it comes to anything other than basic css stuff. Thanks again. Calidude
  18. calidude

    DW MX Question

    I keep getting a message "This file has been modified outside of Dreamweaver, Do you want to reload it? Yes or No. I have a local computer on my LAN set up for my local view items and then the Site out on a hosting server. Do I have some setting wrong? I have it set up to upload on save too...
  19. calidude

    Change Pointer to a Click Finger

    I am using some behaviors with layers and have noticed when I use text for the show/hide behavior and you hover over it the curser becomes a text "I" thing rahter than a finger. Is there a way define what the curser shape is for the hover over? Thanks in advance! Calidude
  20. calidude

    Error with ASP/Access DB built with dreamweaver mx

    This will show my level of knowledge but... as far as I know I am not running SQL... or is that what dreamweaver coding is?

Part and Inventory Search

Back
Top