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...
Hi, OOP is a blessing to modern programmming languages. It helps you to reuse your code and shorten the time of development. Reusable objects (ie. Classes)...
Hi all, Last night I wrote a tutorial about Installation of Apache, PHP and MySQL for you and uploaded to our domain www.phpexperts.info. The tutorial is in...
Prgramming Language Popularity Done By : http://www.tiobe.com/ Programming Language Popularity: The TCP Index for September, 2004 1 C 17.122% -0.65% A 2...
Speeding Up PHP Code [Optimization] My job requires that I write Web applications that do some pretty hefty lifting, often over slowish connections. I've been...
Thank you very much. Day Dreamer <augustwind16@...> wrote: Hi all, Last night I wrote a tutorial about Installation of Apache, PHP and MySQL for you and...
Hi, Inside php.ini file there is a directive named register_globals. From PHP4+ (I mean versions later than PHP4.0) it is turned off by default. If register...
PHP 5 is a very popular point for discussion within the PHP community. With the third Release Candidate released on the 8th of June and the Zend PHP 5 Coding...
PHP provides four primitive data types: integers, floating point numbers, strings, and booleans. In addition, there are two compound data types: arrays and...
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 5, 2004 7:46 am
41
Hi all, I've written the 2nd tutorial about PHP and uploaded it to www.phpexperts.info. Subject : Installing Apache, PHP and MySQL and Configuring Them...