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

    Restrict Access to Page () Behavior

    I am having a problem with Dreamweavers "Restrict Access to Page()". When this is added to the page, it automatically redirects me to the failure page. This has just began happening after working fine before. Here is some code (I am using PHP 4 and MySql)...
  2. VeronicaCBurgess

    opening a browser window with a hyperlink

    Hi spikeedney, I just happened to be on this site and saw your question (after a year!). I use css to control link style and color.
  3. VeronicaCBurgess

    Link in PHP If/Else Statement

    I'll give that a try.
  4. VeronicaCBurgess

    Link in PHP If/Else Statement

    Excellent! Thanks jamesp0tter!
  5. VeronicaCBurgess

    Link in PHP If/Else Statement

    I have the following php code that works but I would like to have the Email address have the link that opens up email. Hope I am clear enough. <?php if($row_Contacts['PublishEmail']==0){ echo 'You can reach this member via the <a href="interior/contact.html">Contact page</a>'; } else {...
  6. VeronicaCBurgess

    Forbidden error for accessing PHP uploaded files

    I chmod'ed both the directory and the file. Now my problem is, once a user has uploaded a file from via the internet, the file cannot be accessed until I use the ftp to chmod the file. Any ideas? I am fairly new to this.
  7. VeronicaCBurgess

    Forbidden error for accessing PHP uploaded files

    I used CuteFTP to chmod the uploaded file. It worked fine.
  8. VeronicaCBurgess

    Forbidden error for accessing PHP uploaded files

    Thanks. I will give it a try.
  9. VeronicaCBurgess

    Forbidden error for accessing PHP uploaded files

    How would I change the permissions of the file in Dreamweaver MX?
  10. VeronicaCBurgess

    Forbidden error for accessing PHP uploaded files

    I was able to get a PHP upload script to work. The files are on the remote server but when I try to link to them using "<a href="http://www.whetever.com/interior/uploadedfile.pdf">" I get the following error "You don't have permission to access /interior/uploadedfile.pdf on this server". Any...
  11. VeronicaCBurgess

    opening a browser window with a hyperlink

    The following simple solution has worked for me. Hightlight the text you want to add the link to. Add the open browser window behavior and change the event to onClick. With the text still highlighted, put a pound sign (#) in the hyperlink field of the properties inspector. If needed, you will...
  12. VeronicaCBurgess

    Yes/No True/False Datatypes

    Thank you LittleSmudge. That worked out just fine.
  13. VeronicaCBurgess

    Yes/No True/False Datatypes

    I am fairly new to MySql. My question is this: is there a Yes/No or True/False datatype in MySql? I have a table with a column &quot;inactive&quot; which I would like to have a checkbox for in Dreamweaver. Can anyone shed some light on this?
  14. VeronicaCBurgess

    Error 1044, access denied for '@loc

    THAT WORKED! Thanks
  15. VeronicaCBurgess

    Error 1044, access denied for '@loc

    Error 1044, access denied for '@localhost' to database mysql. I am very new to MySql and PHP. Could you please help me get past the ERROR 1044. The MySql service seems to be running fine on WinXP but I get the error that won't allow me to log in and create a database. I have tried the MySql...
  16. VeronicaCBurgess

    Simple Navigation Hyperlink Question

    Thank you all. I will try your suggestion and post the results.
  17. VeronicaCBurgess

    Simple Navigation Hyperlink Question

    I have a simple navigation of text links down the left side of my page like so: Home Parent Club Fundraisers Teachers etc... If the viewer is on the &quot;Parent Club&quot; page, then the actual link should be highlighted/bolded and the hyperlink disabled, example: Home Parent Club...
  18. VeronicaCBurgess

    Create logon to Access Database

    Thanks. That's perfect! Veronica ps: I am not really worried about security at this point. This will serve as a scare to those that have no business opening it in the first place. There is no real security issue.
  19. VeronicaCBurgess

    Create logon to Access Database

    I was able to get this to work great with one exception, nothing happens if the wrong username and/or password are entered. The login screen doesn't even blink. Any ideas? Great post by the way! Thanks for submitting it.
  20. VeronicaCBurgess

    table borders help

    Try: Outside table 100px by 100px with a 1px cell padding (or whatever size you want your border) and a colored bg. Place another table inside that table of the same dimensions and make the bg color white. Hope this helps!!

Part and Inventory Search

Back
Top