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

Recent content by calidude

  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

Part and Inventory Search

Back
Top