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)...
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 {...
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...
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 "inactive" which I would like to have a checkbox for in Dreamweaver. Can anyone shed some light on this?
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...
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 "Parent Club" page, then the actual link should be highlighted/bolded and the hyperlink disabled, example:
Home
Parent Club...
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],"mm/dd") & "/" &...
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...
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.