TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Showing results 1 to 24 of 24
Search took 0.00 seconds.
Search: Posts Made By: sunilbhatia79
Forum: General 06-11-2009, 01:47 PM
Replies: 8
Views: 556
Posted By sunilbhatia79
Building your own MVC framework will really help...

Building your own MVC framework will really help - as you will have to think a lot before you write your code. Since you know what you want to build - you will be in a position to work on MVC...
Forum: Tips & Tricks 06-11-2009, 09:25 AM
Replies: 5
Views: 5,891
Posted By sunilbhatia79
@dschreck I assure you that in future you wont...

@dschreck I assure you that in future you wont get a chance to complain.
Forum: General 06-11-2009, 08:52 AM
Replies: 8
Views: 556
Posted By sunilbhatia79
Hi, I think you should break down your project...

Hi,

I think you should break down your project into smaller parts and release it after a part is complete.

This will take care of your motivational problem for a long project.

Being a long...
Forum: General 06-10-2009, 03:30 PM
Replies: 3
Views: 411
Posted By sunilbhatia79
Here you go :) 1. Communicate with your clients...

Here you go :)

1. Communicate with your clients frequently

This I believe is the most important habit that you should inculcate. Keeping the client in the loop ensures them that you are on top of...
Forum: General 06-10-2009, 12:13 PM
Replies: 3
Views: 411
Posted By sunilbhatia79
7 Habits of Highly Effective Freelancers

Dear All,

Interesting read:
http://www.sunilb.com/programming/7-habits-of-highly-effective-freelance-programmers

Regards,
Suniil
Forum: Tips & Tricks 05-27-2009, 10:09 AM
Replies: 5
Views: 5,891
Posted By sunilbhatia79
PHP Script to Extract Email Address from any text

Dear All,

This is the script that allows anyone to extract email addresses from any text.

http://www.sunilb.com/php/php-script-to-extract-email-address-from-any-text

Give it a run and let me know...
Forum: Advanced PHP Programming 05-20-2009, 12:33 PM
Replies: 1
Views: 777
Posted By sunilbhatia79
Tutorial on how to write Web Site Scrapers

Hello Guys,

Please find below that provides techniques of how to write website scrapers.

http://www.sunilb.com/php/writing-website-scrapers-in-php

Regards,
Suniil
Forum: Advanced PHP Programming 05-20-2009, 10:38 AM
Replies: 4
Views: 849
Posted By sunilbhatia79
Hi, I advice using global variables. I know...

Hi,

I advice using global variables.

I know many will have raised eyebrows - but that is the best thing to do.

With Global variables you will have a tradeoff with memory - but since your list is...
Forum: Absolute Beginners 05-19-2009, 03:36 AM
Replies: 2
Views: 4,676
Posted By sunilbhatia79
PHP5 Tutorials (Beginners & Advanced)

Dear All,

Please find below link for PHP5 Tutorials (For Beginners & Advanced Users).

http://www.sunilb.com/php-tutorial

I am open for link exchanges. You may PM me for more...
Forum: Script Giveaway 02-26-2008, 06:18 PM
Replies: 2
Views: 1,651
Posted By sunilbhatia79
Tutorial on writing Website Scrapers

This article discusses about how to write a website scraper using PHP for web site data extraction. The concepts taught can be applied and programmed in Java, C#, etc. Basically any language that has...
Forum: General 11-16-2007, 05:59 PM
Replies: 0
Views: 703
Posted By sunilbhatia79
12 common programming mistakes to avoid

Excerpt:

Programming is an art and science and like all art and science the only way to learn is from mistakes. I have made many… and I would like to share with you the mistakes that I have made...
Forum: General 11-16-2007, 08:01 AM
Replies: 34
Views: 4,348
Posted By sunilbhatia79
Having type strict variables will solve most of...

Having type strict variables will solve most of the problems that we currently face with PHP... also PHP should not allow unlimited number of arguments in functions... this will solve the problem...
Forum: Script Giveaway 11-16-2007, 05:37 AM
Replies: 2
Views: 2,501
Posted By sunilbhatia79
PHP Script to print nested array

Check this:

http://www.sunilb.com/php/php-script-to-print-nested-array
Forum: Absolute Beginners 11-16-2007, 04:47 AM
Replies: 15
Views: 1,727
Posted By sunilbhatia79
Check these tutorials on...

Check these tutorials on PHP
http://www.sunilb.com/category/php/php-tutorials
Forum: MySQL & Databases 11-16-2007, 04:24 AM
Replies: 8
Views: 1,086
Posted By sunilbhatia79
The best approach is that 1. you ask the user...

The best approach is that

1. you ask the user to enter his/her email address
2. The user gets a mail with a link that will take the user to confirm his email and desired action for...
Forum: MySQL & Databases 11-16-2007, 04:23 AM
Replies: 6
Views: 2,906
Posted By sunilbhatia79
Great info. Would like to add that normalization...

Great info.

Would like to add that normalization is mainly an architectural decision... many times while developing MIS systems we tend to de-normalize tables.

For reporting having one table with...
Forum: MySQL & Databases 11-16-2007, 04:21 AM
Replies: 9
Views: 9,864
Posted By sunilbhatia79
Additionally, MyISAM only supports an index...

Additionally, MyISAM only supports an index length of 500 characters per record.

This means that (assuming) if you have three cols as varchar(255) and you index all three fields, then the result...
Forum: Advanced PHP Programming 11-16-2007, 03:39 AM
Replies: 5
Views: 9,397
Posted By sunilbhatia79
Clone Tutorial

Hi Guys,

Check this __clone() tutorial that I have written.

http://www.sunilb.com/php/php-tutorials/php5-oops-tutorial-magic-methods-__clone-method

Please let me know if you have any questions or...
Forum: Advanced PHP Programming 11-16-2007, 03:32 AM
Replies: 10
Views: 2,881
Posted By sunilbhatia79
PHP5 Magic Tutorials

I have developed a complete set of tutorials on PHP5 Magic Methods, you can read it here:

http://www.sunilb.com/category/php/php5-magic-methods

Hope this helps.

Also if you have any questions,...
Forum: Tips & Tricks 11-15-2007, 06:27 AM
Replies: 5
Views: 6,487
Posted By sunilbhatia79
Thank you for appreciating :) Just updated a few...

Thank you for appreciating :)

Just updated a few more.... check it out...

Guys, let me know if there is a particular Tutorial that you are looking for in PHP/MySQL .... will surely create one.
Forum: Show Off 11-15-2007, 03:31 AM
Replies: 5
Views: 6,551
Posted By sunilbhatia79
Thank you guys... I will surely take your...

Thank you guys... I will surely take your feedback and improve the script...

Thanks again
Forum: Tips & Tricks 11-14-2007, 02:56 PM
Replies: 5
Views: 6,487
Posted By sunilbhatia79
PHP5 Tutorials - Creating a PHP5 Class

Read this post here:
http://www.sunilb.com/php/php-tutorials/php5-oops-tutorial-learn-to-create-a-php5-class
Forum: Show Off 11-14-2007, 02:31 PM
Replies: 5
Views: 6,551
Posted By sunilbhatia79
PHP Script to Extract Email Address from any text

I have developed a function that you can embed in your PHP applications that will help you extract email addresses from a given piece of text.

Check it...
Forum: Member Introductions 11-14-2007, 04:04 AM
Replies: 2
Views: 597
Posted By sunilbhatia79
Hello from Sunil Bhatia

Hello All,

My name is Sunil Bhatia and I love to program and write utility code.

I am currently in the middle of writing a PHP5 Tutorial...
Showing results 1 to 24 of 24

 

All times are GMT. The time now is 09:04 PM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design