Search Results

Showing results 1 to 4 of 4
Search took 0.01 seconds.
Search: Posts Made By: petr.pavel
Forum: PHP Apr 1st, 2008
Replies: 4
Views: 908
Posted By petr.pavel
Hi, first let me suggest that you should think of some less complicated way of displaying the data. I guess you could achieve the same result with just about twenty lines of code.

But to answer...
Forum: PHP Mar 26th, 2008
Replies: 12
Views: 1,707
Posted By petr.pavel
check for viruses:

your hosting must be allowed to execute files (which I seriously doubt)
you have to know where the antivirus program is and what parameters it expects
then use exec() to...
Forum: PHP Mar 14th, 2008
Replies: 4
Views: 2,488
Posted By petr.pavel
All right, I can see that you know what you're doing :-)

Since your hacking it anyway, we won't mind using eval(), will we? (yuck!)

$string = "level1.level2a.level3=10";

list($combinedKey,...
Forum: PHP Mar 12th, 2008
Replies: 4
Views: 1,451
Posted By petr.pavel
I agree with forzadraco: don't do this.
An attacker could simply call your page with:
page.php?string=;DELETE * FROM yourtable
and you're dead.

However, to answer your question, the function...
Showing results 1 to 4 of 4

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC