Are you looking for limiting charactors/words entered in textarea? Today i need to implement the limit for description field where customer can only enter upto 255 charactor. If customer entered 255 charactors than i have to restrict customer from entering more charactors in textarea field. I came across below javascript/jQuery function using which i can easily restrict customer to enter limited charactors/words.
Charactors limit in textarea,
Count charactors of textarea,
Count words entered in textarea,
Dynamically count charactors of textarea,
Helpful functions,
Helpful tips,
How to,
JavaScript,
Javascript counter,
Limit number of charactors,
limit number of words,
Limiting charactors/words in textarea,
Maximum limit in textarea,
Word limit in textarea
All we know how to send email in php. You might not be aware with sending email with attachment in php. If so than refer my previous article which explains how to send email with attachment(single). Today i have a special requirement where i need to send multiple attachments (more than one) in mail. If you are looking for send function for sending email with multiple attachment in php than here i am sharing the function using which you can send an email with mulitple attachment using php's mail function.
All we know how to send email in php. If you are begineer in php than i must say php provides inbuilt mail function named as mail(). Using this function we can implement email functionality very easily just by passing four parameters (to, subject, message and headers). But what if you want to send an attachement with an email ? Today i came across a functionality where i need to send an email with attachment(Sending resume – doc file). Here i am sharing the function using which you can send an email with attachment using php's mail function.
If you are looking for adding user into phpbb3 forum when any user register into your site, than i might help you as i faced the same situation. Today i faced this situation where my client needs the same user in phpbb forum(auto entry) whenever user register into website. This is an external script using which you can make entry into users table of phpbb3 forum. Also if you want to transfer all your site users into forum than also this will works.
Add users phpbb3 using external script,
Add users phpbb3 while registration,
Adding users to phpbb3,
Auto add users from site to phpbb3,
Helpful functions,
Helpful tips,
How to add users into phpbb3,
Import users from site to phpbb3,
Important PHP Functions,
Site database to phpbb3 database,
Transfer users from site to phpbb3
Today i came across a functionality where i need to import the CSV/Excel file in to MYSQL database via PHP script. There is a special requirement from client where he can upload the CSV/Excel file in file upload field in HTML form and all data from CSV/Excel must import into MYSQL database table through PHP.
There are plenty of browsers(Mozilla Firefox , Internet Explorer , Google Crome , Safari , Opera and many more) and Operating systems (Windows , Linux , Unix and many more) available in web world. It might be a case when you want to get browser/operating system details of visitors or users who came across your website built up with PHP and fill up a contact request form. Browser/Operating System details will help you to analyze the contact us request made by visitor or user. By looking at browser info & Operating system info,you have a brief idea about users before replying them.
Detect Browser details,
Get Browser details,
Get Browser function,
Get Operating system details,
get_browser(),
Helpful functions,
Helpful tips,
Magic Functions,
Magic Tricks,
PHP Inbuilt functions,
Visitors Browser
Today i have searched google and php manual to find out some of useful inbuilt functions which are not general use but having some great functionality. I found some of the function which developers rarely use but these are the very useful functions. You must spend some time to read this functions and i am sure that this functions help you while developing an application.
Compress strings using gzcompress(),
Dynamically include files,
eliminate empty elements using preg_split(),
Execute require at run time,
Helpful functions,
Helpful tips,
Important PHP Functions,
Magic Functions,
Magic Tricks,
PHP Inbuilt functions,
PHP Programming tips,
preg_split function,
Store IP address as integers,
Uncompress string using gzuncompress(),
validate real time email address using checkdnsrr(),
__autoload() function