Forum: Windows NT / 2000 / XP Nov 5th, 2008 |
| Replies: 2 Views: 363 Hi,
I am looking for a software which will restrict internet access (from any browser) to selected sites only (White List).
A very secure software which will not have any easy way for users to... |
Forum: MySQL Apr 23rd, 2008 |
| Replies: 1 Views: 4,439 I am using MySQL 3.23.58 on FC2
I ran PhpMyAdmin >> Runtime Information and it said that "Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary... |
Forum: MySQL Mar 2nd, 2008 |
| Replies: 1 Views: 537 Pls read subject a "Delete Rows" |
Forum: MySQL Mar 2nd, 2008 |
| Replies: 1 Views: 537 Hi,
I am using Cerberus ticketing system
Recently I have started getting lots of junk email with the subject line containing non0latin characters.
The Subject & Content looks like this:
... |
Forum: PHP Feb 22nd, 2008 |
| Replies: 4 Views: 3,086 The code is working fine.
I get the value of referer, but for only a small % of hits.
Hence I was wondering if there are situations which are not captured by this PHP command.
OR if I need... |
Forum: PHP Feb 21st, 2008 |
| Replies: 4 Views: 3,086 Hi,
I have a PHP Script. I need the referrer website address for this script.
I used the following 2 commands:
getenv('HTTP_REFERER');
$_SERVER["HTTP_REFERER"]
I believe both are the same. |