Search the web
Sign In
New User? Sign Up
phpexperts
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 13 - 43 of 13252   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13
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...
Send Email
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...
Day Dreamer
augustwind16
Offline Send Email
Nov 1, 2004
9:18 am
15
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...
Send Email
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 ...
Golam faruk
farukcom
Offline Send Email
Nov 2, 2004
2:43 am
17
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@...>...
Mahbubul Islam
sohagcst_ru
Offline Send Email
Nov 2, 2004
2:43 am
18
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...
Ravi kiran
mravi_26
Offline Send Email
Nov 2, 2004
2:44 am
19
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...
Day Dreamer
augustwind16
Offline Send Email
Nov 2, 2004
2:52 am
20
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...
OSHIM
oshim2k
Online Now Send Email
Nov 2, 2004
3:37 am
21
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...
Day Dreamer
augustwind16
Offline Send Email
Nov 2, 2004
3:38 am
22
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...
OSHIM
oshim2k
Online Now Send Email
Nov 2, 2004
3:47 am
23
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...
Day Dreamer
augustwind16
Offline Send Email
Nov 2, 2004
4:51 am
24
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...
Day Dreamer
augustwind16
Offline Send Email
Nov 2, 2004
8:10 am
25
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...
Mahbubul Islam
sohagcst_ru
Offline Send Email
Nov 2, 2004
8:41 am
26
Hi, Awesome Posting. But it performs MX Record Resolving which may require additional time. However - nice done August...
Day Dreamer
augustwind16
Offline Send Email
Nov 2, 2004
9:43 am
27
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...
tanzina bibi
tally_b786
Offline Send Email
Nov 3, 2004
2:36 am
28
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...
Day Dreamer
augustwind16
Offline Send Email
Nov 3, 2004
4:27 am
29
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...
Day Dreamer
augustwind16
Offline Send Email
Nov 3, 2004
5:28 am
30
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...
Day Dreamer
augustwind16
Offline Send Email
Nov 3, 2004
5:28 am
31
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)...
Day Dreamer
augustwind16
Offline Send Email
Nov 3, 2004
5:43 am
32
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...
Day Dreamer
augustwind16
Offline Send Email
Nov 4, 2004
4:22 am
33
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...
Rip Van Winkle
augustwind16
Offline Send Email
Nov 4, 2004
5:13 am
34
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...
Rip Van Winkle
augustwind16
Offline Send Email
Nov 4, 2004
5:26 am
35
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...
Younus Kazi
younus_kazi
Offline Send Email
Nov 5, 2004
3:54 am
36
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...
Day Dreamer
augustwind16
Offline Send Email
Nov 5, 2004
4:54 am
37
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...
Day Dreamer
augustwind16
Offline Send Email
Nov 5, 2004
5:42 am
38
PHP provides four primitive data types: integers, floating point numbers, strings, and booleans. In addition, there are two compound data types: arrays and...
Rip Van Winkle
augustwind16
Offline Send Email
Nov 5, 2004
6:50 am
40
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...
Send Email
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...
Day Dreamer
augustwind16
Offline Send Email
Nov 6, 2004
3:23 am
42
<html> <head> <title>ASCII Characters</title> </head> <body> <table border="1" cellspacing="0" cellpadding="5"> <? for($index=32; $index <= 255; $index++) { ...
parvez
atparvez
Offline Send Email
Nov 6, 2004
3:39 am
43
// 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...
parvez
atparvez
Offline Send Email
Nov 6, 2004
3:54 am
Messages 13 - 43 of 13252   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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