Search:
Type: Posts; User: kraigg
Search:
Search took 0.01 seconds.
-
Thanks, I will do those things you mentioned.
So far I've gone around and tightened the security on all the different web pages, and plugged potential holes which could cause cross site...
-
Sorry, could someone please delete this threat? It's a duplicate of the thread above
-
Thank you very much, yamaharuss! Thanks a million!
I tried it out, and it works really well, and the error handling is much more graceful than mine was. So thank you so much!
-
Hi all,
I inherited some old ASP code, that I found out recently might have be potential SQL injection problem.
I've looked through Google and the threads here, and I understand the concept of...
-
Hi all,
I inherited some old ASP code, that I found out recently might have be potential SQL injection problem.
I've looked through Google and the threads here, and I understand the concept of...
-
Oops, just answered my own question. Hope this helps someone who might be having a similar problem.
$mypath = ""var/public_html/website/index.php";
$number_of_slashes = substr_count($mypath,...
-
I've been trying to find a solution for this, but my search has been unsuccessful.
I'd like to find a PHP function which counts the number of forward slashes ("/") in a string.
Example 1: The...
-
Is it possible to automotically grab the source code of a ASP file, and paste it into an XML file?
I have an ASP file that retrieves data from an Access database, and it writes the output...
-
Thanks guys, I found what the problem was.
I had a sample of a mail code, and the first line in my form was:
* <form action="mail.php" method="POST" enctype="multipart/form-data"> *
The...
-
Hi,
I've got the standard mail code in my mail.php file, like so:
@mail($to, $subject, $message, $headers);
My problem is that it all works well in Firefox, but not in Internet Explorer. It...
|
|