Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 6
1
2
3
>
Last
»
Showing results 1 to 25 of 138
Search took
0.79
seconds.
Search:
Posts Made By:
knightcon
Forum:
PHP
08-08-2012, 09:13 AM
Replies:
2
Active Domain Authentication With Webform
Views:
274
Posted By
knightcon
That is the issue I am having. SSO authentication...
That is the issue I am having. SSO authentication is no problem on IIS using the native feature which uses active domain authentication. That works brilliantly. My one and only issue is trying to...
Forum:
PHP
08-07-2012, 08:30 AM
Replies:
2
Active Domain Authentication With Webform
Views:
274
Posted By
knightcon
Active Domain Authentication With Webform
We are running a PHP server through IIS on a Windows Server 2003 Enterprise system with an active directory domain. Accessing our web applications on the local network works great as it automatically...
Forum:
PHP
01-31-2012, 05:23 AM
Replies:
0
Get Display Name From Active Directory
Views:
1,012
Posted By
knightcon
Get Display Name From Active Directory
Hey All,
I have been trying for a little while to figure this out and just can'r wrap my head around it.
I have some code for querying an Active Directory server in PHP to get a users display...
Forum:
PHP
06-13-2011, 11:24 PM
Replies:
0
Email Piping
Views:
249
Posted By
knightcon
Email Piping
I am trying to pipe emails from a catch all email address configured in cPanel to have the piped directly into my helpdesk database. For some reason won't pipe into it.
Error Log
======...
Forum:
PHP
02-25-2011, 01:11 PM
Replies:
1
Alternative To .NET Report Viewer Control
Views:
1,504
Posted By
knightcon
I'm still trying to figure this one out if anyone...
I'm still trying to figure this one out if anyone has any ideas
Forum:
Small projects (quick fixes and changes)
02-25-2011, 05:30 AM
Replies:
4
Webdesigner and webcoder to make this site within a day
Views:
1,988
Posted By
knightcon
For the price you are offering and the complexity...
For the price you are offering and the complexity of the site you are requesting it is unlikely you will receive any product of quality. Additionally you state that this is a trial and that based on...
Forum:
PHP
02-12-2011, 02:03 PM
Replies:
1
<?=$PHP_SELF?> Forbidden You don't have permission to access /< on this server.
Views:
1,481
Posted By
knightcon
This would be a permission error. I have never...
This would be a permission error. I have never heard of this happening before using the PHP_SELF function but try CHMOD'ing the file to 774. This is the usual permission for PHP files hosted online....
Forum:
PHP
02-12-2011, 02:00 PM
Replies:
3
Html code inside PHP
Views:
728
Posted By
knightcon
Venegal is right that it is just the closing tag...
Venegal is right that it is just the closing tag for PHP, this is a write back to the old days where methods and views where on the same page. These days the move is to separate logic and display. If...
Forum:
PHP
02-12-2011, 01:56 PM
Replies:
6
PHP Sessions Script - is it safe?
Views:
672
Posted By
knightcon
No matter what encryption or hashing algorithm's...
No matter what encryption or hashing algorithm's you use cookie's should never be used for anything you want to keep private. These days, with the advent of sessions on PHP I don't use cookie's at...
Forum:
Site reviews
02-12-2011, 01:53 PM
Replies:
3
New Social Networking Experiment.
Views:
816
Posted By
knightcon
It sounds like an interesting experiment but how...
It sounds like an interesting experiment but how do you plan on taking into account false clicks such as automated clicking programs or for that matter even take into account people maliciously...
Forum:
PHP
01-18-2011, 04:08 AM
Replies:
1
PHP Sandbox
Views:
981
Posted By
knightcon
PHP Sandbox
Hey All,
I'm trying to write something similar to the facebook sandbox so that people can add functionality to my site through their own custom written mini programs but I don't want it ti have...
Forum:
PHP
01-18-2011, 04:06 AM
Replies:
2
htaccess question
Views:
1,066
Posted By
knightcon
This isn't a PHP question it should be posted in...
This isn't a PHP question it should be posted in the Apache forum.
Forum:
PHP
01-17-2011, 09:20 PM
Replies:
3
signature picture getting to the report
Views:
441
Posted By
knightcon
How is it stored in the database, is it a link to...
How is it stored in the database, is it a link to the actual signature image or is it the file itself stored as a BLOB.
Forum:
PHP
01-17-2011, 09:18 PM
Replies:
2
How to make database Search Engine searchable
Views:
461
Posted By
knightcon
Can you give us some examples of sites you have...
Can you give us some examples of sites you have found like this.
These sites could be using any number of methods including generating a site map off their database, they could have a search...
Forum:
PHP
01-17-2011, 09:13 PM
Replies:
4
Contact Form - Simple question
Views:
786
Posted By
knightcon
Put it in the $your_email variable.
Put it in the $your_email variable.
Forum:
PHP
01-17-2011, 09:12 PM
Replies:
4
Why isn't this working, sql username check
Views:
342
Posted By
knightcon
Whatever you do still validate that the name is...
Whatever you do still validate that the name is the same between the database and the data passed througn. An intelligent user could pass an SQL injection attack through your form which would return...
Forum:
PHP
01-17-2011, 09:08 PM
Replies:
9
How to GET part of a URL?
Views:
594
Posted By
knightcon
Another option to try and offload some of the...
Another option to try and offload some of the processing from your server is to use javascript. The following javascript function will read all of the URL GET parameters into an associative array...
Forum:
PHP
01-17-2011, 09:03 PM
Replies:
5
Logical Operators
Views:
376
Posted By
knightcon
This isn't something that can be worked out of...
This isn't something that can be worked out of the information you gave us. Without knowing what the rule behind what the variables will be we can't work out how the statement will resolve. Will the...
Forum:
PHP
01-17-2011, 12:38 AM
Replies:
1
PHP-Based Single Sign On Server
Views:
3,729
Posted By
knightcon
Have found a decent one which can be modified to...
Have found a decent one which can be modified to suite a sites needs. Google Jansey SSO and you will find it and it has support not just for PHP based authentication but also has a module for AJAX...
Forum:
JavaScript programming
01-17-2011, 12:35 AM
Replies:
1
Outlook Style Email Address Field
Views:
1,286
Posted By
knightcon
Solved
Hey all, I have managed to find a solution on the net after changing slightly what I was looking for. It isn't exactly like the outlook email address bar but it still does the same thing. It work's...
Forum:
JavaScript frameworks
01-17-2011, 12:14 AM
Replies:
0
jQuery Ajaxify Execution
Views:
701
Posted By
knightcon
jQuery Ajaxify Execution
I have been looking at using jQuery and Ajaxify for my website to make only certain links run as AJAX links, namely links which don't need confirmation or lead to another page, such as deletion links...
Forum:
PHP
01-15-2011, 11:17 PM
Replies:
7
Contact Form Spam Prevention
Views:
1,639
Posted By
knightcon
Lol, well in that case let me rephrase, there is...
Lol, well in that case let me rephrase, there is no need to reinvent this wheel as the reCaptcha service is maintained daily by engineers dedicated to protecting sites and systems against SPAM, no...
Forum:
PHP
01-15-2011, 10:10 PM
Replies:
7
Contact Form Spam Prevention
Views:
1,639
Posted By
knightcon
What you are trying to do here is reinvent the...
What you are trying to do here is reinvent the wheel, simple maths captcha's and text captcha's dont wotk because of the power with optical character recognition used in modern spam servers....
Forum:
PHP
01-15-2011, 10:01 PM
Replies:
1
How to properly use $_GET and $_POST variables
Views:
808
Posted By
knightcon
Security in PHP programming is much the same to...
Security in PHP programming is much the same to PC security, the most secure un-hackable computer in the world in a desktop machine with no network connection contained in a steel box buried 1000...
Forum:
PHP
01-15-2011, 09:48 PM
Replies:
9
Working With Stored Routines
Views:
535
Posted By
knightcon
As a general rule of thumb any commands you use...
As a general rule of thumb any commands you use in MySQL need to be passed through the mysql_query( ) function. PHP does not have native support for processing MySQL commands, the commands at all...
Showing results 1 to 25 of 138
Page 1 of 6
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
09:17 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.