Hi, PHPExperts user forum is a place where you can talk about everything of PHP. You can ask support, share you tricks, or give some idea to implement. This...
21. Improper use of printf The printf() function is intended for printing formatted data. It should be used, for example, when you need to print out a double ...
SQLLite Support in PHP4 There is a great misconception that SQLite is not available for PHP4, rather only for PHP5. In fact, SQLite support has been around for...
Enter your vote today! A new poll has been created for the phpexperts group: Which Server Side Scripting Language Do You Prefer? o PHP o ASP.NET o JSP o PERL ...
phpexperts@yahoogroup...
Oct 31, 2004 10:01 am
6
How PHP came into being PHP started as a quick Perl hack written by Rasmus Lerdorf in late 1994. Over the next two to three years, it evolved into what we...
Hi friends, If u r a frequent PHP coder, u may need to run some short of download script which automatically starts downloading some file. Ofcourse I am not...
Hi all, There are some cool editors to edit your PHP code. The big players are well known like Zend Studio, NuSphere PHPEd, DZSoft PHP Editor. But Here i found...
Hi all, These are the days of spammers. Email address collectors collect these email adresses from webpages. They parse mailto: or simply run regular ...
Oshim bhai, Than u for ur mail. But i think your code needs ImageMagic library to be installed which doesn't have sufficient documentation and not flexible....
Hello Mr. Oshim, I think mahbub is right and it needs ImageMagic library to be installed. A better solution could be this. # I assume the orriginal image is of...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the phpexperts group. File :...
phpexperts@yahoogroup...
Nov 1, 2004 8:04 am
14
Dynamic variable is PHP's one trickiest part of coding which reduce some short of work if you can implement it. Lets have a closer look. Use PHP's variable...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the phpexperts group. File : /Using the...
phpexperts@yahoogroup...
Nov 1, 2004 9:52 am
16
Hi friends!!! Salaam, I am new members of this group. I don't know any things about PHP programming but I like to learn so is there any one will start from ...
Thanks Hasin Vai... It's really handy and easy to understand.And I would like to thanks all members of this group.. Sohag Day Dreamer <augustwind16@...>...
Hi Mr. Ravi, Thanks for your query. mysql_connect() opens new connection each time and should close as soon as the script finishes. But though you have a huge...
Description: * Put this code under the <b> <HEAD></b> Do with that any image that to want, be initially a little transparent inside of the site and starting...
Hi, Thanks for your query. PHP is a server side language (Like ASP, JSP etc, but enriched with many libraries and obviously too fast). You need to have Apache...
MagicPages are action handlers on a pagename, which are dynamic pages per se. Certain pages which are requested by the user are scripts, not pages. It works in...
Hi all, Zend, the developer of PHP arranged a PHP5 coding contest couple of days ago. The first prize was a "Dell Inspiron" Laptop. Your skills regarding PHP5...
JpGraph is an OO class library for PHP >=4.3.0. (Recommended: >= 4.3.8) The only other hard requirement is that the PHP installation suppports the GD library...
Verifying an Email Address It doesn't take much experience with email to discover what happens when it is misaddressed. The email is returned to you. This is...
hi golam i am a new memba as well Golam faruk <farukcom@...> wrote: Hi friends!!! Salaam, I am new members of this group. I don't know any things about...
Hi all, String in PHP are considered as Immutable, that means when you change a string a completely new string is created and allocated in memory. But this is...
The easiest way (at least to my mind) to do it. But remember to have right permission is enabled in current directory. <? $fp = fopen ("dump.html", "w"); fputs...
Hi all, Are you a newbie to PHP? well, doesn't matter. PHP is the best server side scripting language ever made. If you want to be familiar with PHP, Pls visit...