Forum: PHP Aug 7th, 2008 |
| Replies: 18 Views: 1,208 |
Forum: PHP Aug 6th, 2008 |
| Replies: 18 Views: 1,208 |
Forum: PHP Aug 5th, 2008 |
| Replies: 18 Views: 1,208 |
Forum: PHP Aug 1st, 2008 |
| Replies: 18 Views: 1,208 |
Forum: PHP Aug 1st, 2008 |
| Replies: 18 Views: 1,208 |
Forum: PHP Jul 28th, 2008 |
| Replies: 18 Views: 1,208 |
Forum: PHP Jul 22nd, 2008 |
| Replies: 18 Views: 1,208 |
Forum: PHP Jul 21st, 2008 |
| Replies: 18 Views: 1,208 |
Forum: PHP Jul 18th, 2008 |
| Replies: 18 Views: 1,208 |
Forum: PHP Jul 17th, 2008 |
| Replies: 18 Views: 1,208 |
Forum: ASP.NET Jul 14th, 2008 |
| Replies: 2 Views: 848 |
Forum: ASP.NET Jun 12th, 2008 |
| Replies: 5 Views: 1,255 |
Forum: ASP.NET Jun 11th, 2008 |
| Replies: 5 Views: 1,255 |
Forum: ASP.NET Jun 11th, 2008 |
| Replies: 5 Views: 1,255 |
Forum: ASP.NET Jun 10th, 2008 |
| Replies: 4 Views: 1,372 |
Forum: ASP.NET Jun 10th, 2008 |
| Replies: 4 Views: 1,372 |
Forum: ASP.NET Jun 9th, 2008 |
| Replies: 4 Views: 1,372 Pass QueryString as Integer to UserControl I'm using ASP.NET and VB 2005. I'm trying to get a QueryString passed in the URL into a UserControl and I need to pass it as an integer because that is how it will be pulled from the database.
Here... |
Forum: PHP Nov 28th, 2007 |
| Replies: 1 Views: 331 Better way to program these if/else statements? I have a PHP script that is a combination of a purchased script and my own programming. It is a mess right now and not easy to work with at all.
Basically, the purchased script is one that will... |
Forum: Existing Scripts Aug 29th, 2007 |
| Replies: 0 Views: 1,728 |
Forum: Existing Scripts Jul 25th, 2007 |
| Replies: 1 Views: 4,894 PHP/MySQL User authentication & redirection I need a simple login script that has the ability to redirect a user.
For example:
- I want to be able to protect certain pages so that a user has to login to access them (in this case they wouldn't... |
Forum: IT Professionals' Lounge Jul 24th, 2007 |
| Replies: 2 Views: 1,458 |
Forum: PHP Jul 24th, 2007 |
| Replies: 0 Views: 1,091 IIS Integrated Auth. & Redirect upon login I posted this question in the Webmasters Lounge, then I saw the sticky about not posting technical questions there, so I'm re-posting it here.
It doesn't necessarily have to be PHP, but that's what... |
Forum: IT Professionals' Lounge Jul 24th, 2007 |
| Replies: 2 Views: 1,458 |
Forum: IT Professionals' Lounge Jul 23rd, 2007 |
| Replies: 2 Views: 1,458 |
Forum: PHP Jul 17th, 2007 |
| Replies: 0 Views: 1,126 PHP / IIS / Integrated login w/ home directories I have IIS setup on a Windows 2003 server configured with PHP.
There's a section of the website that requires a login, and I have it setup to integrate the login with a Windows account on the... |
Forum: PHP Feb 8th, 2007 |
| Replies: 3 Views: 3,613 Re: Opening Header in a new window? How about this...
I've read where I can put the HTML target code in the <form> attribute to make it open a new window.
Would it be possible to have it do that, evaluate part of the inputs and... |
Forum: PHP Feb 8th, 2007 |
| Replies: 3 Views: 3,613 Opening Header in a new window? I have a script that has the code similar to the following:
if((isset($_POST['somefile']))
{
header("Location: http://www.url.com/somefile.pdf" );
}
This evaluates the selections of a form and... |
Forum: JavaScript / DHTML / AJAX Jan 30th, 2007 |
| Replies: 1 Views: 1,825 Stop printing boxes around forms? I have a form on my website that requires the user to enter data. They are all single line text boxes.
At the bottom of the form I have two buttons, one for Print and one for Submit. The Print... |
Forum: PHP Jan 4th, 2007 |
| Replies: 2 Views: 2,046 Don't display an empty form field? I'm using a PHP script called rwf_mail.php (http://www.robertswebforge.com/scripts/rwf_mail.shtml).
It creates a form that can be emailed. It consists of the php file and a plain html file to... |
Forum: PHP Nov 10th, 2006 |
| Replies: 3 Views: 6,111 |
Forum: PHP Nov 10th, 2006 |
| Replies: 3 Views: 6,111 Header Location in new window? I have the following part of code in a PHP file and I want to know if there's a way to make the URL open in a new window instead of the same window. It might be a dumb or easy question, but I'm not... |
Forum: C# May 18th, 2006 |
| Replies: 6 Views: 11,697 |
Forum: C# May 18th, 2006 |
| Replies: 6 Views: 11,697 |
Forum: C# May 18th, 2006 |
| Replies: 6 Views: 11,697 Re: Average of prime number between 1 & 100 I'm not sure I understand why I would need the bool variable IsPrime.
I think the way I have my If statement setup will work, its just not calculating the prime numbers correctly. |
Forum: C# May 17th, 2006 |
| Replies: 6 Views: 11,697 Average of prime number between 1 & 100 I read the sticky about helping with homework, so I hope this is ok.
I'm new to programming, and I think I have the logic correct, but it doesn't give me the correct answer.
We haven't learned... |
Forum: DaniWeb Community Feedback Dec 17th, 2004 |
| Replies: 12 Views: 3,584 |