Re: [PHP] Anyone using Aptana and Xdebug? Or other debugger recommendations besides Zend?

2009-11-09 Thread Bipin Upadhyay
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/

Re: [PHP] How to pronounce PHP code over the phone?

2009-10-16 Thread Bipin Upadhyay
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

Re: [PHP] RE: [Formaldehyde] The Most Basic Ajax - PHP Error Debugger

2009-09-11 Thread Bipin Upadhyay
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

Re: [PHP] Forcing a Post of data

2009-05-05 Thread Bipin Upadhyay
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

Re: [PHP] Please Help Me ASAP

2009-04-10 Thread Bipin Upadhyay
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

Re: [PHP] Smarty Tips and Techniques

2009-03-19 Thread Bipin Upadhyay
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

Re: [PHP] xss filter

2008-09-08 Thread Bipin Upadhyay
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

Re: [PHP] OpenID

2008-07-18 Thread Bipin Upadhyay
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

Re: [PHP] PHP shell commands

2008-01-11 Thread Bipin Upadhyay
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

Re: [PHP] PHP shell commands

2008-01-11 Thread Bipin Upadhyay
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