Forum: MySQL Apr 23rd, 2008 |
| Replies: 1 Views: 1,234 MySQL Optimization: table_cache & key_buffer 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 tables... |
Forum: MySQL Mar 2nd, 2008 |
| Replies: 1 Views: 255 |
Forum: MySQL Mar 2nd, 2008 |
| Replies: 1 Views: 255 Delete tables with non-latin characters 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... |
Forum: PHP Feb 22nd, 2008 |
| Replies: 4 Views: 1,152 Re: Get Referrer 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 anyother... |
Forum: PHP Feb 21st, 2008 |
| Replies: 4 Views: 1,152 Get Referrer 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. |