question about stripslashes and real_escape_string
im cleaning up an old app that I wrote fixing some of the vulernabilities from attacks.
I hav
Can we convert non uni code system into unicode
Hi All,
Presently i am using non-unicode system and the sap version is 4.7.
Can i c
Validation
Hello
I know this is a really vag question.
I need to have a input field on a form th
PHP and Javascript
Hi Guys,
Im trying to load the contents of an html file into a text area for editing, this is
Calling strings from other php class
I have test1.php{
$string1;
$string2;
....
... //10 strings in this class <
Multiple PHP errors when clicking a link..and..removing a ghost..
Hi - I have 2 problems with a new website - homeswapvacations.com, which I need help solving.
Calculating n! using vector
#include
#include
#include
using
why aint this working?
i have this code:
Code: $num = 250;
$count = ($num - $rcount);
echo $rc
PHP Code To Change Font Color in Table Cell
I would appreciate help with the following snippet of my php code. I am just trying to change the f
Preventing SQL Injection
I have a question about SQL Injection, In some of our code we use this:
view plaincopy to clipboa