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!

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

    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 {...
  3. 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...
  4. 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?
  5. 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...
  6. 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...
  7. VeronicaCBurgess

    Anniversary Date Help

    I have a database that I am building to track the anniversary dates for tenants. I have a query that with the field [beg_date] and the following which will return the entire years worth of anniversary dates. Anniversary: Format([beg_date],&quot;mm/dd&quot;) & &quot;/&quot; &...
  8. VeronicaCBurgess

    Help! Form won't open

    I have a form that opens automatically upon starting Access. It had been working fine but now it simply doesn't respond. No error message, nothing! The hourglass just turns back into an arrow. I can't even open it in design view. The form file is visible, but when I click on it, nothing happens...
  9. VeronicaCBurgess

    Updating Current Control One Year

    Can someone help. I use a database to track insurance, I want the expiration date to automatically update by one year on click. My question is, what is the function to add exactly one year to the currently listed date. Any ideas?

Part and Inventory Search

Back
Top