php automatically escaping single quotes
I'm trying to test out my security a bit and I've noticed that php is escaping my single quotes. For
limitations on array_unique()
Does any one know what/how imitations are applied to array_unique? I have an issue where no matter h
PHP, jAVASCRIPT setting input values, why isn't it working?
Hi:
I am calling this javascript:
<script language="javascript">
Not loading image
When this function gets loaded it doesn't load the image just trying to figure out why.
Code:
$variable = $variable
Hello
Sorry if this is a really simple question but I have run out of ideas. Is there a reall
Having problemswith multithreading and prime numbers
I have an assignment when I'm suppose to do the following:
Write a multithreaded Java, Pt
Login script (probably a simple error)
dbConfig.php
Code: <?
// Replace the variable values below
// with your specific dat
php/xmlrpc class issue
I am working on xml-rpc in php to start with.
I have a class that only has variables defined
check if string contain only a-z/A-Z
Is where any way to check if string contains only a-z/A-Z, without writing an array with all possibl
Passing an array of values From VB6.0 to Oracle PL/SQL Function
Basically we are using VB6.0.
When we try to pass an array from VB6.0 to an Oracle PL/SQL