Skip to search.
phpexperts

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

  Messages Help
Advanced
Messages 1 - 30 of 15513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1 Day Dreamer
augustwind16 Offline Send Email
Oct 31, 2004
8:03 am
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...
2 Day Dreamer
augustwind16 Offline Send Email
Oct 31, 2004
9:43 am
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 ...
3 Day Dreamer
augustwind16 Offline Send Email
Oct 31, 2004
9:52 am
Hi all, I just found three interesting easter eggs in PHP. to see them just place the following codes after any php file PHP Authors Image ...
4 Day Dreamer
augustwind16 Offline Send Email
Oct 31, 2004
9:51 am
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...
5 phpexperts@yahoogroup... Send Email Oct 31, 2004
10:01 am
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 ...
6 Day Dreamer
augustwind16 Offline Send Email
Nov 1, 2004
4:16 am
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...
7 Day Dreamer
augustwind16 Offline Send Email
Nov 1, 2004
4:17 am
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...
8 Day Dreamer
augustwind16 Offline Send Email
Nov 1, 2004
5:26 am
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...
9 Day Dreamer
augustwind16 Offline Send Email
Nov 1, 2004
6:23 am
Hi all, These are the days of spammers. Email address collectors collect these email adresses from webpages. They parse mailto: or simply run regular ...
10 OSHIM
oshim2k Offline Send Email
Nov 1, 2004
6:42 am
<?php // Define the config settings $imagemagick_path = "C:/xampp/ImageMagick/"; $temp_dir = "C:/xampp/htdocs/prodrive/images/products/resized/"; $image_dir =...
11 Mahbubul Islam
sohagcst_ru Offline Send Email
Nov 1, 2004
6:57 am
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....
12 Day Dreamer
augustwind16 Offline Send Email
Nov 1, 2004
7:02 am
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...
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 Offline 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 Offline 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 Offline 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 Offline 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 Offline 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 Offline 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 Offline 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 Offline 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 Offline 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 Offline 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 Offline 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 Offline 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 Offline 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 Offline 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 Offline 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 Offline 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...
Messages 1 - 30 of 15513   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