PHP and have it configured with XDebug. The
configuration's fairly simple and documentation can help you do in
several steps. Please search on NetBeans portal for the same.
IMHO, the same steps can be replicated for even an Eclipse based IDE.
--Bipin Upadhyay.
http://projectbee.org/
ween OOP in PHP4 & PHP5, and ternary operator, things
would be fairly simple.
In any case, Ashley's nailed the foolproof technique for sure :)
Thanks.
--
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
--Bipin Upadhyay.
http://projectbee.org/
--
PHP General Maili
y the fact that not
every project needs them.
--Bipin Upadhyay.
Andrea Giammarchi wrote:
So nobody here debugs interaction and nobody uses Selenium for application
tests ... fair enough.
Would be nice to receive some response for those developers whose deal everyday
with big/complex applica
You could use auto form submission using javascript.
A quick search should help.
--Bipin Upadhyay.
http://projectbee.org/
Richard Kurth wrote:
How can I force this to be a POST and not a GET
Add Customer
or is the only way you can pass data with a POST is from a Form
submission.
--
PHP
username='refer_id'";
//mysql_query($update) or die(mysql_error());
//mysql_close();
echo "";
echo " ";
echo " ";
echo " ";
echo " ";
echo " ";
echo " ";
echo " ";
echo " ";
echo " ";
echo "";
echo " You have successfully Registered, Please
Login ";
include 'login.php';
}
}
}
?>
Thanks Kunal
Kunal,
The trouble is the way you've commented things here (and in the
following lines):
//}elseif (empty($username)|| empty($password1) || empty($password2) ||
empty($name) || empty($address) || empty($city) || empty($state) ||
empty($code) || //empty($phone) || empty($email) || empty($refer_id)){
...
Due to these comments, you are missing a semicolon.
On a very friendly note, here are a few comments:
1. The code is very ugly. Almost unmaintainable.
2. It seems to have almost every vulnerability I can think of -SQL
Injection, XSS, etc.
3. You don't seem to be using an IDE. Any basic PHP IDE will at least
eliminate these parsing related issues.
4. .
There are a few things that you'd need to learn before you can actually
put your code in a live environment.
BTW, which book are you referring to write code?
--Bipin Upadhyay.
http://projectbee.org/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Design".
You'll find answer to most of the questions raised by you, and in pretty
interesting ways.
Obviously, I don't expect answers for these questions, but hopefully
this will give you a better understanding of the greater issues
involved. This is a far cry from the
IMHO, the obvious choice (for PHP) should be HTML Purifier by Edward Yang.
Link: http://htmlpurifier.org/
--Bipin Upadhyay.
On Mon, Sep 8, 2008 at 5:46 PM, Emil Edeholt <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Do you know of any good ways to filter out javascript from html code? I
t;
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
-- Bipin Upadhyay
I'd love to change the world,
but they won't gimme the source code.
http://projectbee.org/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Daniel Brown wrote:
[SNIPPED]
Just keep in
mind that anything that can be accessed by any means is never going to
be 100% secure.
I like the the line :)
--Bipin Upadhyay,
http://projectbee.org
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net
erent problem altogether.
regards
Regards,
Bipin Upadhyay.
http://projectbee.org
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
10 matches
Mail list logo