Search the web
Sign In
New User? Sign Up
in-phpug · Indian PHP User Group
? 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.

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 1 - 30 of 3262   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#30 From: Gaurav Priyolkar <gaurav_lists@...>
Date: Thu Jan 3, 2002 3:21 pm
Subject: Re: New to PHP
gaurav_lists
Offline Offline
Send Email Send Email
 
On Wed, Jan 02, 2002 at 09:20:35AM +0530, Tarique Sani <tarique@...>
wrote:
>
> For a general portal like site try
>
> http://www.phpnuke.org

Or postnuke:

    http://www.postnuke.org

-Gaurav


[Non-text portions of this message have been removed]

#29 From: Gaurav Priyolkar <gaurav_lists@...>
Date: Thu Jan 3, 2002 3:18 pm
Subject: Re: [fm] XPC - A PHP application server!
gaurav_lists
Offline Offline
Send Email Send Email
 
On Wed, Jan 02, 2002 at 12:12:24PM +0530, Tarique Sani <tarique@...>
wrote:
>
> That typically means 30-50 titles
>
> Out of them 3-4 are PHP, several are repeat releases and only few are
> really interesting
>
> To give an idea in the past 8 months I have collected only 28 items which
> I found interesting.

How true! I had subscribed to the FreshMeat Newsletter some time ago
but eventually unsubscribed 'coz I was just downloading the huge mails
and never getting around to going through them.

> So I thought I would share this with the list ... ...

Please do. Please also send the previous 28 that you have
collected. Perhaps you could send them like your TODs over a period of
time in case anyone would object to one largish mail.

-Gaurav

--
Sleep:  A completely inadequate substitute for caffeine.

[Non-text portions of this message have been removed]

#28 From: finetuner@...
Date: Thu Jan 3, 2002 2:20 pm
Subject: php + COM
finetuner@...
Send Email Send Email
 
hi all,

This is Arup in Bangalore. Happy new year to all. I wanted to know if anyone has
implemented any COM objects in PHP from a *nix machine to talk to a NT server
having the COM objects.

Any pointers appreciated.

best,
Arup Bhanja,
JP Nagar 6th ph.
Bangalore 560078,
INDIA.

#27 From: Kingsly John <linux4kingsly@...>
Date: Thu Jan 3, 2002 12:54 pm
Subject: Re: PHP Site -> Hosting
linux4kingsly@...
Send Email Send Email
 
On Thu, 3 Jan 2002, Balaji N wrote:

  |Hi,
  |There are some sites like geocities, tripod etc where we can create our
  |web pages.
  |
  |Is there a similar site where i can host my pages with php support.

spaceports.com

free.fr (but you need to be a french resident! I have an account with them
and they are the best free hosting service on the planet!)

There is one other german site that offers php support.

Kingsly

#26 From: Chirag Kantharia <chyrag@...>
Date: Thu Jan 3, 2002 12:14 pm
Subject: Re: PHP Site -> Hosting
chyrag
Offline Offline
Send Email Send Email
 
On Thu, Jan 03, 2002 at 05:01:05PM +0530, Tarique Sani <tarique@...>
wrote:
| > Is there a similar site where i can host my pages with php support.
| http://www.free-php-hosting.com/
| http://www.clickherefree.com/

http://www.symonds.net/

chyrag.
--
Chirag Kantharia, symonds.net/~chyrag/

#25 From: "Tarique Sani <tarique@...>" <tarique@...>
Date: Thu Jan 3, 2002 11:42 am
Subject: Re: [TOD] Alternate table row colors
tariquesani
Offline Offline
Send Email Send Email
 
On Thu, 3 Jan 2002, Arpith Jacob wrote:

> ....OR THIS??....
>
> // Print the row with the colour value...
> printf("<tr bgcolor=\"%s\"><td>$i</td></tr>\n",
> $colours[$i % count($colours)]);

This is really cool!!

and will work as long as there is $i to act as a counter,

BUT the over head of adding $i++ is much less than adding array_unshift

So this is is unarguably a better way to do it - post it on Zend guy!!

Thanks

Tarique

--
==========================================================
PHP Applications for E-Biz : http://www.sanisoft.com

The Ultimate Ghazal Lexicon: http://www.aaina-e-ghazal.com
==========================================================

#24 From: Arpith Jacob <arpith@...>
Date: Thu Jan 3, 2002 11:46 am
Subject: Re: [TOD] Alternate table row colors
arpith
Offline Offline
Send Email Send Email
 
> Here is a cool trick - with just two lines of code
you can have your table
> rows colored differently

....OR THIS??....

// Print the row with the colour value...
printf("<tr bgcolor=\"%s\"><td>$i</td></tr>\n",
$colours[$i % count($colours)]);

Arpith


__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com

#23 From: "Tarique Sani <tarique@...>" <tarique@...>
Date: Thu Jan 3, 2002 11:31 am
Subject: Re: PHP Site -> Hosting
tariquesani
Offline Offline
Send Email Send Email
 
On Thu, 3 Jan 2002, Balaji N wrote:

> There are some sites like geocities, tripod etc where we can create our
> web pages.
>
> Is there a similar site where i can host my pages with php support.

http://www.free-php-hosting.com/

http://www.clickherefree.com/


These two URLs came up when I did a google search for "free hosting" +php

Look them up and post a reply if you find a resource which is  worth a
look

WE can add then to the mail list Bookmarks section

Tarique


--
==========================================================
PHP Applications for E-Biz : http://www.sanisoft.com

The Ultimate Ghazal Lexicon: http://www.aaina-e-ghazal.com
==========================================================

#22 From: "Balaji N" <balaji.narayanan@...>
Date: Thu Jan 3, 2002 11:47 am
Subject: PHP Site -> Hosting
balaji.narayanan@...
Send Email Send Email
 
Hi,
There are some sites like geocities, tripod etc where we can create our
web pages.

Is there a similar site where i can host my pages with php support.

tia
-balaji


--
Flugg's Law:
	 When you need to knock on wood is when you realize
	 that the world is composed of vinyl, naugahyde and aluminum.

#21 From: "Tarique Sani <tarique@...>" <tarique@...>
Date: Thu Jan 3, 2002 11:15 am
Subject: Re: PHP sites
tariquesani
Offline Offline
Send Email Send Email
 
On Thu, 3 Jan 2002, BALU.S.MENON wrote:

>    I am very new to PHP and I have just started working on PHP. Can
> anyone
> tell me some websites that make use of PHP. I just want to have a feel of
> it.

Welcome Balu,

Once again - there are websites and softwares available for everything
(almost:-) under PHP

So please specify what kind of functionality you are looking for

One of my PHP sites is http://www.aaina-e-ghazal.com which incorporates
lot of unique stuff - look it over and feel free to ask about any
fuctionality which you feel would be useful for you

Cheers
Tarique


--
==========================================================
PHP Applications for E-Biz : http://www.sanisoft.com

The Ultimate Ghazal Lexicon: http://www.aaina-e-ghazal.com
==========================================================

#20 From: Kingsly John <linux4kingsly@...>
Date: Thu Jan 3, 2002 10:55 am
Subject: Re: PHP sites
linux4kingsly@...
Send Email Send Email
 
On Thu, 3 Jan 2002, BALU.S.MENON wrote:

  |   I am very new to PHP and I have just started working on PHP. Can anyone
  |tell me some websites that make use of PHP. I just want to have a feel of
  |it.

Check out http://www.php.net/links.php

more than sites running php.. check the apps that are written in php ..
that will give you a better view of it's capabilities.

In case you didn't know... http://freshmeat.net/ is the best place to find
any application that you need... and the site itself is written in php.

Kingsly

#19 From: "BALU.S.MENON" <balu.menon@...>
Date: Thu Jan 3, 2002 11:04 am
Subject: PHP sites
balu.menon@...
Send Email Send Email
 
Hi,
    I am very new to PHP and I have just started working on PHP. Can anyone
tell me some websites that make use of PHP. I just want to have a feel of
it.

Thanks and Regards
Balu

#18 From: Kingsly John <linux4kingsly@...>
Date: Thu Jan 3, 2002 6:23 am
Subject: [ignore] testing procmail recipe
linux4kingsly@...
Send Email Send Email
 
#17 From: "Tarique Sani <tarique@...>" <tarique@...>
Date: Thu Jan 3, 2002 1:59 am
Subject: [TOD] Alternate table row colors
tariquesani
Offline Offline
Send Email Send Email
 
Here is a cool trick - with just two lines of code you can have your table
rows colored differently

The example below is complete !!

------------
<table cellpadding=0 cellspacing=0 border=0 width=100%>

<?
     // Define the colours...
     $colours   = array();
     $colours[] = "#EDEDED";
     $colours[] = "#CCCCCC";
     $colours[] = "#FFFFFF";
     // Loop through from 10 -> 15
     for ($i = 1; $i <= 15; $i++){


         // Print the row with the colour value...
         printf("<tr bgcolor=\"%s\"><td>$i</td></tr>\n", $colours[0]);


         // Now for the magic... First we take the last value off the end
         // of the array
         // and pop it onto the beginning...
         array_unshift($colours, $colours[count($colours)-1]);
         // array_unshift does this nicley, and I've added the
         // "count($colours)-1"
         // bit so you can have as many colours as you need...

         // Then we remove the last element of the array...
         array_pop($colours);

     }


?>

</table>

--------------

source (www.Zend.com)


Tarique


--
==========================================================
PHP Applications for E-Biz : http://www.sanisoft.com

The Ultimate Ghazal Lexicon: http://www.aaina-e-ghazal.com
==========================================================

#16 From: "Tarique Sani <tarique@...>" <tarique@...>
Date: Wed Jan 2, 2002 9:13 am
Subject: Some Freshmeat PHP Apps (was) Re: [fm] XPC - A PHP application server!
tariquesani
Offline Offline
Send Email Send Email
 
On Wed, 2 Jan 2002, Harish Thota wrote:

> That really is a priceless collection. I think you should definitely
> share
> it with us. We will be more than happy if you can do this. All your
> research
> will be very useful to us.

http://groups.yahoo.com/group/in-phpug/files/php-freshmeat.zip

Here is a zip file 10kb with text files containing relevant details of
apps

Note: these are the apps which *I* found interesting and is by no means
representative of PHP apps on Freshmeat and is definitely a miniscule of
what really is available

Cheers

Tarique


--
==========================================================
PHP Applications for E-Biz : http://www.sanisoft.com

The Ultimate Ghazal Lexicon: http://www.aaina-e-ghazal.com
==========================================================

#15 From: "Tarique Sani <tarique@...>" <tarique@...>
Date: Wed Jan 2, 2002 8:56 am
Subject: Re: Hi everyone
tariquesani
Offline Offline
Send Email Send Email
 
On Wed, 2 Jan 2002, Kedarnath wrote:

> I am an ASP - VB Programmer and wish to port some of my apps to PHP I
> came across a tool asp-php

That is the only one currently listed and that also does not do the job
throughly

> can anyone suggest such tools which would enable me to shift apps fro
> asp-IIS-COM to LInux-PHP

Why not shift to PHP-IIS-COM to begin, here asp-php will be of maximum use

PHP-COM works ... ...

This is am saying becuase you mentioned COM, if you are not using too many
COM objects then shift to LAMP (Linux, Apache, MySQL and PHP)

Cheers
Tarique

--
==========================================================
PHP Applications for E-Biz : http://www.sanisoft.com

The Ultimate Ghazal Lexicon: http://www.aaina-e-ghazal.com
==========================================================

#14 From: "Harish Thota" <harish@...>
Date: Wed Jan 2, 2002 9:02 am
Subject: Re: [fm] XPC - A PHP application server!
harish@...
Send Email Send Email
 
>>>>To give an idea in the past 8 months I have collected only 28 items
which
I found interesting.

That really is a priceless collection. I think you should definitely share
it with us. We will be more than happy if you can do this. All your research
will be very useful to us.

Thanks a lot Dr.Tarique,

Harish

-------Original Message-------
From: in-phpug@yahoogroups.com
Date: Wednesday, January 02, 2002 02:07:12 PM
Cc: Indian PHP user group
Subject: Re: [in-phpug] [fm] XPC - A PHP application server!
On Wed, 2 Jan 2002, Balaji N wrote:
> > Thought that this might interest a lot of people
> Would suggest u post the link to get subscribed to the announce news
> letter. People who might be interested may join it.
> feel this would be a waste of bandwidth :-)
The problem is Freahmeat announce in not just for PHP it has all softwares
announced on http://www.freshmeat.net for the day!!
That typically means 30-50 titles
Out of them 3-4 are PHP, several are repeat releases and only few are
really interesting
To give an idea in the past 8 months I have collected only 28 items which
I found interesting.
So I thought I would share this with the list ... ...
Of course if more people object then I will shut up
if few object they can always filter it with the [fm] prefix
Tarique
--
==========================================================
PHP Applications for E-Biz : http://www.sanisoft.com
The Ultimate Ghazal Lexicon: http://www.aaina-e-ghazal.com
==========================================================
To unsubscribe from this group, send an email to:
in-phpug-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/

#13 From: "Harish Thota" <harish@...>
Date: Wed Jan 2, 2002 9:00 am
Subject: Re: [fm] XPC - A PHP application server!
harish@...
Send Email Send Email
 
ya i think that is an excellent idea. please do it Dr.Tarique. It will be of
immense value. Your research will not be wasted and it will be helpful to
all of us.

Thanks,
Harish

-------Original Message-------
From: in-phpug@yahoogroups.com
Date: Wednesday, January 02, 2002 02:07:08 PM
To: in-phpug@yahoogroups.com
Subject: [in-phpug] [fm] XPC - A PHP application server!
Hello folks,
Thought that this might interest a lot of people
Also I often save interesting PHP apps from freshmeat announce newsletter
Would if be preferable if I post them here as well - I will prefix it with
[fm]
Speak up folks!!
We have a group here
Tarique
---------------------------
[041] - XPC 0.1
by Michael Glazer (http://freshmeat.net/users/xpc/)
Monday, December 31st 2001 10:02
About: XPC is a PHP application development enviroment similar to Zope. It
is a pipeline or tunnel application that can help you quickly create
dynamic Web applications such as portal and intranet sites. XPC comes with
membership, search, news, and more. Its easy-to-use tools allow teams to
productively and safely work together. XPC provides top-notch access to
databases and other legacy data. Its open support for Web standards such
as
SMTP, POP, FTP, and XML-RPC allows you flexibility and interoperability.
XPC consists of a number of components which work together to provide a
complete yet flexible application server package. XPC includes an XML-RPC
server, an object-oriented database schema, a search engine, a database
virtual file mapping system, a Web page templating system, a Web-based
development and management tool, and comprehensive extension support.
Changes: The license is now the LGPL. This release introduces an automatic
setup and a working management library that is getting closer to
completion.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/epoc/
------------------------------
--
==========================================================
PHP Applications for E-Biz : http://www.sanisoft.com
The Ultimate Ghazal Lexicon: http://www.aaina-e-ghazal.com
==========================================================
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Tiny Wireless Camera under $80!
Order Now! FREE VCR Commander!
Click Here - Only 1 Day Left!
http://us.click.yahoo.com/WoOlbB/7.PDAA/ySSFAA/saFolB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
in-phpug-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/

#12 From: "Kedarnath" <kedar.iyer@...>
Date: Wed Jan 2, 2002 8:25 am
Subject: Hi everyone
kedar.iyer@...
Send Email Send Email
 
HI
I am an ASP - VB Programmer and wish to port some of my apps to PHP I came
across a tool asp-php
can anyone suggest such tools which would enable me to shift apps fro
asp-IIS-COM to LInux-PHP


[Non-text portions of this message have been removed]

#11 From: Chirag Kantharia <chyrag@...>
Date: Wed Jan 2, 2002 7:04 am
Subject: Re: [fm] XPC - A PHP application server!
chyrag@...
Send Email Send Email
 
On Wed, Jan 02, 2002 at 12:12:24PM +0530, Tarique Sani <tarique@...>
wrote:
| Of course if more people object then I will shut up
| if few object they can always filter it with the [fm] prefix

[fm] or [OT] prefix would be nice.

chyrag.
--
Chirag Kantharia, symonds.net/~chyrag/

#10 From: "Balaji N" <balaji.narayanan@...>
Date: Wed Jan 2, 2002 7:09 am
Subject: Re: [fm] XPC - A PHP application server!
balaji.narayanan@...
Send Email Send Email
 
okay. i understand.
-balaji
On Wednesday 02 January 2002 12:12 pm, you wrote:
> On Wed, 2 Jan 2002, Balaji N wrote:
> > > Thought that this might interest a lot of people
> >
> > Would suggest u post the link to get subscribed to the announce
> > news letter. People who might be interested may join it.
> > feel this would be a waste of bandwidth :-)
>
> The problem is Freahmeat announce in not just for PHP it has all
> softwares announced on http://www.freshmeat.net for the day!!
>
> That typically means 30-50 titles
>
> Out of them 3-4 are PHP, several are repeat releases and only few are
> really interesting
>
> To give an idea in the past 8 months I have collected only 28 items
> which I found interesting.
>
> So I thought I would share this with the list ... ...
>
> Of course if more people object then I will shut up
>
> if few object they can always filter it with the [fm] prefix
>
> Tarique

--
Marriage, n.:
	 The evil aye.

#9 From: "Tarique Sani <tarique@...>" <tarique@...>
Date: Wed Jan 2, 2002 6:42 am
Subject: Re: [fm] XPC - A PHP application server!
tariquesani
Offline Offline
Send Email Send Email
 
On Wed, 2 Jan 2002, Balaji N wrote:

> > Thought that this might interest a lot of people

> Would suggest u post the link to get subscribed to the announce news
> letter. People who might be interested may join it.
> feel this would be a waste of bandwidth :-)

The problem is Freahmeat announce in not just for PHP it has all softwares
announced on http://www.freshmeat.net for the day!!

That typically means 30-50 titles

Out of them 3-4 are PHP, several are repeat releases and only few are
really interesting

To give an idea in the past 8 months I have collected only 28 items which
I found interesting.

So I thought I would share this with the list ... ...

Of course if more people object then I will shut up

if few object they can always filter it with the [fm] prefix

Tarique

--
==========================================================
PHP Applications for E-Biz : http://www.sanisoft.com

The Ultimate Ghazal Lexicon: http://www.aaina-e-ghazal.com
==========================================================

#8 From: "Balaji N" <balaji.narayanan@...>
Date: Wed Jan 2, 2002 6:55 am
Subject: Re: [fm] XPC - A PHP application server!
balaji.narayanan@...
Send Email Send Email
 
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wednesday 02 January 2002 11:45 am, you wrote:
> Hello folks,
>
> Thought that this might interest a lot of people
>
Hi
Would suggest u post the link to get subscribed to the announce news
letter. People who might be interested may join it.
feel this would be a waste of bandwidth :-)
- -balaji



> Also I often save interesting PHP apps from freshmeat announce
> newsletter
>
> Would if be preferable if I post them here as well - I will prefix it
> with [fm]
>
> Speak up folks!!
>
> We have a group here
>
> Tarique
>

- --
Carperpetuation (kar' pur pet u a shun), n.:
	 The act, when vacuuming, of running over a string at least a
	 dozen times, reaching over and picking it up, examining it, then
	 putting it back down to give the vacuum one more chance.
		 -- Rich Hall, "Sniglets"
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8Mq7xIar0Rc5ZY40RAgyfAKD9UUPVx0oV7BnCF1lKL2m6UNrA7gCg1MzG
QViU2cAU3J53uNl92w0QMTs=
=5ZPZ
-----END PGP SIGNATURE-----

#7 From: "Tarique Sani <tarique@...>" <tarique@...>
Date: Wed Jan 2, 2002 6:15 am
Subject: [fm] XPC - A PHP application server!
tariquesani
Offline Offline
Send Email Send Email
 
Hello folks,

Thought that this might interest a lot of people

Also I often save interesting PHP apps from freshmeat announce newsletter

Would if be preferable if I post them here as well - I will prefix it with
[fm]

Speak up folks!!

We have a group here

Tarique

---------------------------
[041] - XPC 0.1
   by Michael Glazer (http://freshmeat.net/users/xpc/)
   Monday, December 31st 2001 10:02

About: XPC is a PHP application development enviroment similar to Zope. It
is a pipeline or tunnel application that can help you quickly create
dynamic Web applications such as portal and intranet sites. XPC comes with
membership, search, news, and more. Its easy-to-use tools allow teams to
productively and safely work together. XPC provides top-notch access to
databases and other legacy data. Its open support for Web standards such
as
SMTP, POP, FTP, and XML-RPC allows you flexibility and interoperability.
XPC consists of a number of components which work together to provide a
complete yet flexible application server package. XPC includes an XML-RPC
server, an object-oriented database schema, a search engine, a database
virtual file mapping system, a Web page templating system, a Web-based
development and management tool, and comprehensive extension support.

Changes: The license is now the LGPL. This release introduces an automatic
setup and a working management library that is getting closer to
completion.

License: GNU Lesser General Public License (LGPL)

URL: http://freshmeat.net/projects/epoc/
------------------------------

--
==========================================================
PHP Applications for E-Biz : http://www.sanisoft.com

The Ultimate Ghazal Lexicon: http://www.aaina-e-ghazal.com
==========================================================

#6 From: "Tarique Sani <tarique@...>" <tarique@...>
Date: Wed Jan 2, 2002 3:50 am
Subject: Re: New to PHP
tariquesani
Offline Offline
Send Email Send Email
 
On Wed, 2 Jan 2002, Enterux Solutions wrote:

> Hi Tarique
>
> On Wed, 2 Jan 2002 07:42:47 +0530 (IST), "Tarique Sani"
> <tarique@...> wrote:
>
> >Also if you are not really interested in reinventing the wheel try using
> >preexisting softwares for your site design.
> >
>
> Can you plesae list out the softwares, please.

There are softwares available for almost any task - like I said in my
previous mail - list out the task you want to do....


For a general portal like site try

http://www.phpnuke.org



Tarique


--
==========================================================
PHP Applications for E-Biz : http://www.sanisoft.com

The Ultimate Ghazal Lexicon: http://www.aaina-e-ghazal.com
==========================================================

#5 From: "Enterux Solutions" <mlist@...>
Date: Wed Jan 2, 2002 2:45 am
Subject: Re: New to PHP
mlist@...
Send Email Send Email
 
Hi Tarique

On Wed, 2 Jan 2002 07:42:47 +0530 (IST), "Tarique Sani" <tarique@...>
wrote:

>Also if you are not really interested in reinventing the wheel try using
>preexisting softwares for your site design.
>

Can you plesae list out the softwares, please.

rahul

#4 From: "Tarique Sani <tarique@...>" <tarique@...>
Date: Wed Jan 2, 2002 2:12 am
Subject: Re: New to PHP
tariquesani
Offline Offline
Send Email Send Email
 
On Wed, 2 Jan 2002, Harish Thota wrote:
Hello Harish,

> and create a site for our art company. Can some one in this list help me
> locate some sites/resources with good tutorials for newbies? I could have
> got this information from google or some other search engine but I am no
> interested in re-inventing the wheel. I know some of the PHP experts here

Try www.phpbuilder.com

Also if you are not really interested in reinventing the wheel try using
preexisting softwares for your site design.

Send some details on what you would like at your site and I will be able
to suggest what to use.


Cheers
Tarique

--
==========================================================
PHP Applications for E-Biz : http://www.sanisoft.com

The Ultimate Ghazal Lexicon: http://www.aaina-e-ghazal.com
==========================================================

#3 From: "Tarique Sani <tarique@...>" <tarique@...>
Date: Wed Jan 2, 2002 2:33 am
Subject: [TOD] phpinfo()
tariquesani
Offline Offline
Send Email Send Email
 
I would be posting Tip Of the Day to keep this alive till it achieves a
critical mass. These mails would be prefixed [TOD] in the subject
line.

So here it goes

----------------------
To gain a lot of information on what is happening within you php script
stick a

phpinfo();

statement at the end of your script
----------------------

Cheers

Tarique

--
==========================================================
PHP Applications for E-Biz : http://www.sanisoft.com

The Ultimate Ghazal Lexicon: http://www.aaina-e-ghazal.com
==========================================================

#2 From: "Harish Thota" <harish@...>
Date: Tue Jan 1, 2002 7:34 pm
Subject: New to PHP
harish@...
Send Email Send Email
 
Hello Everyone,
I am new to PHP, with working knowledge of HTML. I would like to learn PHP
and create a site for our art company. Can some one in this list help me
locate some sites/resources with good tutorials for newbies? I could have
got this information from google or some other search engine but I am no
interested in re-inventing the wheel. I know some of the PHP experts here
must be patronising few PHP sites which they may feel is the best for
newbies. Can they post some information about it to the list? Thanks a lot
in advance for your help...
Regards,
Harish

#1 From: "Dr Tarique Sani <tarique@...>" <tarique@...>
Date: Tue Jan 1, 2002 3:37 pm
Subject: Invitation to Indian PHP User
tariquesani
Offline Offline
Send Email Send Email
 
Hello Folks,

Anyone and everyone who is interested in PHP the world's most popular
scripting language is invited to joing the Indian PHP User Group.

Share your code, your problem, search for solutions, create fantastic new
projects

And most importantly *ENJOY*

Cheers and a happy new year

Tarique

--
==========================================================
PHP Applications for E-Biz : http://www.sanisoft.com

The Ultimate Ghazal Lexicon: http://www.aaina-e-ghazal.com
==========================================================

Messages 1 - 30 of 3262   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

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