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 bkrike 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: *

  • Users: calidude
  • Content: Threads
  • Order by date
  1. 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 ==...
  2. 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...
  3. 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
  4. 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...
  5. 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
  6. 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...
  7. 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
  8. 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
  9. 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...
  10. 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...
  11. 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
  12. calidude

    Error with ASP/Access DB built with dreamweaver mx

    Here is the error, I thus far have found out it is an error that can be many things but below is what it is stopping on. (this is the error message) Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query...
  13. calidude

    database driven php pages question

    Hi all, I have a site I am converting from straight html to php. There are gazillions of pages I need to incorporate. Does anyone know of some sort of package that will do the work (coding) for me and works simular to a database table it pulls data from? Thanks in advance for the input. Calidude
  14. calidude

    DHTML Menu in a Template

    Is there a secret to getting a DHTML Menu using Sothink to work in a template? I have added it to my left column and it will not work. It works when I preview in browser but when I try to load the actual page from the main site it doesn't show up and gives a error on page. Any help is appreciated.

Part and Inventory Search

Back
Top