Code working in IE but not FireFox
I created a dynamic navigation list for my website based off of a table in my database. The code is
Simple code help with redirects
I am trying to figure out a redirect script that detects if the browser is IE 7 and if it does, redi
Inserting a variable in a link
I have this code that I want to insert for my own variable but I have no idea how. This is what I wa
why aint this working?
i have this code:
Code: $num = 250;
$count = ($num - $rcount);
echo $rc
first few characters only
hi, does anyone know how to use PHP to take the first few words of a text and limit them? i have see
Limiting uploaded file type
I am working on a simple upload script, and I need it to limit the allowed file type that is uploade
TemplatePower & AJAX
Hi all,
I'm currently implementing some AJAX features in my PHP-framework (which is b
Undefined variable: adHTML
Hello:
While checking my site error logs, I've noticed one repetitive error that fills the lo
Multithreading design
Hi
I have come up with a Singleton class that manages a pool of database connections. Basical
Calling strings from other php class
I have test1.php{
$string1;
$string2;
....
... //10 strings in this class <