Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

phpexperts

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 13 - 43 of 15665   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
13 phpexperts@yahoogroup... Send Email Nov 1, 2004
8:04 am
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 :...
14 Day Dreamer
augustwind16 Send Email
Nov 1, 2004
9:18 am
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...
15 phpexperts@yahoogroup... Send Email Nov 1, 2004
9:52 am
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...
16 Golam faruk
farukcom Send Email
Nov 2, 2004
2:43 am
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 ...
17 Mahbubul Islam
sohagcst_ru Send Email
Nov 2, 2004
2:43 am
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@...>...
18 Ravi kiran
mravi_26 Send Email
Nov 2, 2004
2:44 am
Hi I am working as php programmer. I need a small clarification from experts We had huge trafic to our website. We have a confusion wheather to use...
19 Day Dreamer
augustwind16 Send Email
Nov 2, 2004
2:52 am
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...
20 OSHIM
oshim2k Send Email
Nov 2, 2004
3:37 am
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...
21 Day Dreamer
augustwind16 Send Email
Nov 2, 2004
3:38 am
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...
22 OSHIM
oshim2k Send Email
Nov 2, 2004
3:47 am
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...
23 Day Dreamer
augustwind16 Send Email
Nov 2, 2004
4:51 am
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...
24 Day Dreamer
augustwind16 Send Email
Nov 2, 2004
8:10 am
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...
25 Mahbubul Islam
sohagcst_ru Send Email
Nov 2, 2004
8:41 am
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...
26 Day Dreamer
augustwind16 Send Email
Nov 2, 2004
9:43 am
Hi, Awesome Posting. But it performs MX Record Resolving which may require additional time. However - nice done August...
27 tanzina bibi
tally_b786 Send Email
Nov 3, 2004
2:36 am
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...
28 Day Dreamer
augustwind16 Send Email
Nov 3, 2004
4:27 am
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...
29 Day Dreamer
augustwind16 Send Email
Nov 3, 2004
5:28 am
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...
30 Day Dreamer
augustwind16 Send Email
Nov 3, 2004
5:28 am
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...
31 Day Dreamer
augustwind16 Send Email
Nov 3, 2004
5:43 am
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)...
32 Day Dreamer
augustwind16 Send Email
Nov 4, 2004
4:22 am
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...
33 Rip Van Winkle
augustwind16 Send Email
Nov 4, 2004
5:13 am
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...
34 Rip Van Winkle
augustwind16 Send Email
Nov 4, 2004
5:26 am
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...
35 Younus Kazi
younus_kazi Send Email
Nov 5, 2004
3:54 am
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...
36 Day Dreamer
augustwind16 Send Email
Nov 5, 2004
4:54 am
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...
37 Day Dreamer
augustwind16 Send Email
Nov 5, 2004
5:42 am
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...
38 Rip Van Winkle
augustwind16 Send Email
Nov 5, 2004
6:50 am
PHP provides four primitive data types: integers, floating point numbers, strings, and booleans. In addition, there are two compound data types: arrays and...
40 phpexperts@yahoogroup... Send Email Nov 5, 2004
7:46 am
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 :...
41 Day Dreamer
augustwind16 Send Email
Nov 6, 2004
3:23 am
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...
42 parvez
atparvez Send Email
Nov 6, 2004
3:39 am
<html> <head> <title>ASCII Characters</title> </head> <body> <table border="1" cellspacing="0" cellpadding="5"> <? for($index=32; $index <= 255; $index++) { ...
43 parvez
atparvez Send Email
Nov 6, 2004
3:54 am
// 1) Create a text file name: hit.txt // 2) Create a folder name: count containing files // 0.gif,1.gof.....9.gif // 3) Create a php file...
Messages 13 - 43 of 15665   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help