Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 9 of 9
Search took 0.02 seconds.
Search: Posts Made By: tomahack
Forum: PHP 03-06-2005, 02:20 AM
Replies: 13
Views: 1,553
Posted By tomahack
Well, im hosted , i cannot change this, but sql...

Well, im hosted , i cannot change this, but sql injections under magic_quote_enabled is dangerous as much disabled or not ?

Anyway, im gonna code validations for $_Post under forms, and reply with...
Forum: PHP 03-06-2005, 01:52 AM
Replies: 13
Views: 1,553
Posted By tomahack
magic_quotes_gpc On On magic_quotes_runtime...

magic_quotes_gpc On On
magic_quotes_runtime Off Off
magic_quotes_sybase Off Off
Forum: PHP 03-06-2005, 01:28 AM
Replies: 3
Views: 796
Posted By tomahack
if i understand, you want the submit button...

if i understand, you want the submit button search over your database for asking Property, right ? I tried to press Go button but it returns nothing..

First you might probably create those datas...
Forum: PHP 03-06-2005, 01:17 AM
Replies: 13
Views: 1,553
Posted By tomahack
Ok, now i understand, never i must use $_POST...

Ok, now i understand, never i must use $_POST vars directly into mysql_query..Never i though about that, but, maybe i can do it like that ? I coded this for Registering User, maybe it gonna be...
Forum: PHP 03-06-2005, 12:41 AM
Replies: 13
Views: 1,553
Posted By tomahack
I tried what you said, but it gave me Bad...

I tried what you said, but it gave me Bad password or login unexistant :rolleyes:

But if you wish, could you tell me more about sql injections ? Can I fix it with a sort of stripslashes...
Forum: PHP 03-06-2005, 12:13 AM
Replies: 6
Views: 1,326
Posted By tomahack
<? $num = 7; if($num < 7) { echo...

<?
$num = 7;
if($num < 7) {
echo "".$num." is less than seven";
}
elseif($num > 7) {
echo "".$num." is higher than seven";
}
else {
echo "".$num." equal seven";
Forum: PHP 03-05-2005, 07:15 PM
Replies: 13
Views: 1,553
Posted By tomahack
Hi, yeah its probably more than i need, but i...

Hi, yeah its probably more than i need, but i dont know if your a paypal user, or an old paypal user :P, but i've heard about it that hackers brute forces accounts, on user-login, because people...
Forum: PHP 03-05-2005, 12:39 PM
Replies: 13
Views: 1,553
Posted By tomahack
Question PHP SESSIONS; Members Login Security

Hi everyone, i don't know if i'm in the right way, so i'd like to know your opinions concerning a login/sessions system i've created so far, for a low security website.., well im new to php, maybe...
Forum: PHP 03-05-2005, 10:44 AM
Replies: 17
Views: 84,965
Posted By tomahack
How can i do a random password function ?

Q: How can i do a random password function ?

There it is,
First of all, you need a character bank as well abcdefghijklm...etc..,
It looks that you want a password generated by the server, so...
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT +1. The time now is 12:59 AM.