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 Wanet Telecoms Ltd 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 VeronicaCBurgess

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

Part and Inventory Search

Back
Top