Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

phpresource · Storehouse of PHP Resources

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 1990 - 2019 of 2794   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#1990 From: phpresource@yahoogroups.com
Date: Sun Apr 1, 2007 4:52 pm
Subject: File - phpResourceRssFeed.zip
phpresource@yahoogroups.com
Send Email Send Email
 
File        : phpResourceRssFeed.zip
Description : phpResource Feeds for Your Site

#1991 From: phpresource@yahoogroups.com
Date: Sun Apr 1, 2007 4:52 pm
Subject: File - Code_Contest_Policy.doc
phpresource@yahoogroups.com
Send Email Send Email
 
File        : Code_Contest_Policy.doc
Description : Code Contest Policy

#1992 From: "Md. Aminul Islam" <aminulsumon@...>
Date: Mon Apr 2, 2007 4:33 am
Subject: Re: [phpResource] checkbox problem(please help me)
aminulsumon
Send Email Send Email
 
hi,

The following script may be helpfull for you.
<head>
<script language="javascript1.2">
    function checkUncheckAll(theElement)
    {
        var theForm = theElement.form, z = 0;    //credit to Shawn Olson & http://www.shawnolson.net
        //var theForm = theElement.frmUserReview, z = 0;
        for(z=0; z<theForm.length;z++)
            if(theForm[z].type == 'checkbox' && theForm[z].name != 'checkall')
                theForm[z].checked = theElement.checked;
    }
</script>
</head>
<body>
<form>
<input type="checkbox" name="check1"/>
<br/>
<input type="checkbox" name="check2"/>
<br/>
<input type="checkbox" name="check3"/>
<br/>
<input type="checkbox" name="check4"/>
<br/>
<input type="checkbox" name="check5"/>
<br/>
<input type="checkbox" name="checkall" onclick="checkUncheckAll(this);"/>select/unselect
</form>

Thanks,
aminul

----- Original Message ----
From: hamed hosseini <hamed.h63@...>
To: phpresource@yahoogroups.com
Sent: Saturday, March 31, 2007 9:25:24 PM
Subject: [phpResource] checkbox problem(please help me)

hi

i will create on form with many checkbox but i want create one checkbox
for when user checked this checkbox(ex: "All"), other checkbox was
checked like gmail.

please show me what i am must to do

thanks.bye

example :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional/ /EN"
"http://www.w3. org/TR/xhtml1/ DTD/xhtml1- transitional. dtd">
<html xmlns="http://www.w3. org/1999/ xhtml">
<head>
<meta http-equiv=" Content-Type" content="text/ html; charset=utf- 8" />
<title>Untitled Document</title>
</head>

<body>
<form id="form1" name="form1" method="post" action="">
<p>
<input type="checkbox" name="checkbox6" value="checkbox" />
All checkbox checked </p>
<hr />
<p>&nbsp;</p>
<p>
<input type="checkbox" name="checkbox2" value="checkbox" />

checkbox1</p>
<p>
<input type="checkbox" name="checkbox" value="checkbox" />
checkbox2</p>
<p>
<input type="checkbox" name="checkbox3" value="checkbox" />
checkbox3</p>
<p>
<input type="checkbox" name="checkbox4" value="checkbox" />
checkbox4</p>
<p>
<input type="checkbox" name="checkbox5" value="checkbox" />
checkbox</p>
<p>
<input type="submit" name="Submit" value="Submit" />
</p>
</form>
</body>
</html>




It's here! Your new message!
Get new email alerts with the free Yahoo! Toolbar.

#1993 From: Raj Marimuthu <mrajendhran@...>
Date: Mon Apr 2, 2007 4:23 am
Subject: Re: [phpResource] working with string listbox option box
mrajendhran
Send Email Send Email
 
hi friend,

you'll assign variable ... try this...

$varAB = "a b";
$varBC = "bc";

<select name='abc'>
<option value="$varAB">a b</option>
<option value="$varBC">b c</option>
</select>



chetanrakesh <chetanrakesh@...> wrote:
hi all,
I have small problem. I want to store complete string in to db
table.
<select name='abc'>
<option value="a b">a b</option>
<option value="b c">b c</option>
</select>

I am getting only single value using $_POST['abc'];
output is only "a"
I want to store "a b" in to table.
please help.

Rakesh.




Raj   

( Keep mail with your smart smile )


Bored stiff? Loosen up...
Download and play hundreds of games for free on Yahoo! Games.

#1994 From: Muhammad <jetbraine@...>
Date: Mon Apr 2, 2007 6:49 am
Subject: Start sending/receiving e-mails from your own domain name.
jetbraine
Send Email Send Email
 
Start sending and receiving e-mails right from your own domain name.
 
Features List
 
  • Domain Name [ www.yourname.com ].
  • 1 GB storage space.
  • 20 GB Monthly Bandwidth.
  • Unlimited email accounts within storage space.
  • POP3 supported.
  • WebMail.
  • Unlimited attached files.
  • Unlimited attached files size.
  • E-mail Forwarding.
  • E-mail Auto-responder.
  • Virus Guard & Spam Guard.
  • Spam Filter.
 
All that for only 250 LE / year
 
Just order by mail or telephone and we will reach you to complete the order
 
Our contact information:
Tel.:      0106191931
E-mail:  info@...
              order@ abuelaienen.com


Muhammad Abu-ELAienen 
Software Developer,SEAVIN
Mobile:     +2 010 6191931 
E-mail:      info@...
                 melaienen@...
Web Site:  www.abuelaienen.com
 


Expecting? Get great news right away with email Auto-Check.
Try the Yahoo! Mail Beta.

#1995 From: "shaheen71798" <shaheen71798@...>
Date: Mon Apr 2, 2007 8:06 am
Subject: problem in bangla word
shaheen71798
Send Email Send Email
 
http://www.chandpurkantha.com/

visit this site? there have one problem to show the bangla font: the
character of a word is separated that means take space within the word
of the character.

any one can tell me why its going on?

#1996 From: "Md. Aminul Islam" <aminulsumon@...>
Date: Mon Apr 2, 2007 8:57 am
Subject: Re: [phpResource] Start sending/receiving e-mails from your own domain name.
aminulsumon
Send Email Send Email
 
bro,

I think phpresource is not a community for advertisement. is it ?

Aminul

----- Original Message ----
From: Muhammad <jetbraine@...>
To: 7oss <hosamabraq@...>; ahmad othman <ahmedaothman@...>; akram_m_fadel@...; akram.ibrahim@...; hakim amer <kimo13@...>; Nabeil Amer <anabeil@...>; effective_candidate@yahoogroups.com; egypt_garage_sale@yahoogroups.com; egypt_jobs@yahoogroups.com; egypt-developers@yahoogroups.com; egypt-it-jobs@yahoogroups.com; egyptpro@yahoogroups.com; Omneya Fouad <miss.engineer73a@...>; freelancer_egypt@yahoogroups.com; eman gaafar <emi_egp@...>; hassan <hassanzalat@...>; hdp_eg@yahoogroups.com; hos_shn@...; muhammad Ibrahim <maibm77@...>; job_opportunities@yahoogroups.com; jobs-of-egypt@yahoogroups.com; jobsinegypt@yahoogroups.com; k3s96 <K3S96@yahoogroups.com>; lahorelamp@yahoogroups.com; Amr Mansour <amr_mansour@...>; mdp <mdp_2002@yahoogroups.com>; PHP_Official@yahoogroups.com; phpresource@yahoogroups.com; m r <mragheb71@...>; roni_esmaiel@...; Omneya Sadek <osadek@...>; senefru1@...; mohamed seoud <mseoud@...>; shaimaa_abdelaziz@...; souk_al3asr@yahoogroups.com; Souk_El_Gom3a@yahoogroups.com; usasoso@...
Sent: Monday, April 2, 2007 2:33:47 PM
Subject: [phpResource] Start sending/receiving e-mails from your own domain name.

Start sending and receiving e-mails right from your own domain name.
 
Features List
 
  • Domain Name [ www.yourname. com ].
  • 1 GB storage space.
  • 20 GB Monthly Bandwidth.
  • Unlimited email accounts within storage space.
  • POP3 supported.
  • WebMail.
  • Unlimited attached files.
  • Unlimited attached files size.
  • E-mail Forwarding.
  • E-mail Auto-responder.
  • Virus Guard & Spam Guard.
  • Spam Filter.
 
All that for only 250 LE / year
 
Just order by mail or telephone and we will reach you to complete the order
 
Our contact information:
Tel.:      0106191931
              order@ abuelaienen. com


Muhammad Abu-ELAienen 
Software Developer,SEAVIN
Mobile:     +2 010 6191931 
E-mail:      info@abuelaienen. com
                 melaienen@seavin. com.eg
 


Expecting? Get great news right away with email Auto-Check.
Try the Yahoo! Mail Beta.




The fish are biting.
Get more visitors on your site using Yahoo! Search Marketing.

#1997 From: Atif Majid <atif_majid10@...>
Date: Mon Apr 2, 2007 9:22 am
Subject: Re: [phpResource] Start sending/receiving e-mails from your own domain name.
atif_majid10
Send Email Send Email
 
Hi
But I think, this type of advertisement can be in this community. As this advertisement is related to web-hosting. And it may be helpful for some developers getting the idea of hosting service providers with offered cost.
Just my idea.
Regards
 
Atif Majid
Software Developer.
Tawasul Telecom
Kuwait Free Zone, Block C-28, D9, Shuwaik, Kuwait
Phone: +965 461 34 91
Mobile: +965 708 53 95
www.tawasultele.com


----- Original Message ----
From: Md. Aminul Islam <aminulsumon@...>
To: phpresource@yahoogroups.com
Sent: Monday, April 2, 2007 12:02:39 PM
Subject: Re: [phpResource] Start sending/receiving e-mails from your own domain name.

bro,

I think phpresource is not a community for advertisement. is it ?

Aminul

----- Original Message ----
From: Muhammad <jetbraine@yahoo. com>
To: 7oss <hosamabraq@hotmail. com>; ahmad othman <ahmedaothman@ hotmail.com>; akram_m_fadel@ hotmail.com; akram.ibrahim@ du.ae; hakim amer <kimo13@hotmail. com>; Nabeil Amer <anabeil@hotmail. com>; effective_candidate @yahoogroups. com; egypt_garage_ sale@yahoogroups .com; egypt_jobs@yahoogro ups.com; egypt-developers@ yahoogroups. com; egypt-it-jobs@ yahoogroups. com; egyptpro@yahoogroup s.com; Omneya Fouad <miss.engineer73a@ gmail.com>; freelancer_egypt@ yahoogroups. com; eman gaafar <emi_egp@yahoo. com>; hassan <hassanzalat@ yahoo.com>; hdp_eg@yahoogroups. com; hos_shn@yahoo. com; muhammad Ibrahim <maibm77@yahoo. com>; job_opportunities@ yahoogroups. com; jobs-of-egypt@ yahoogroups. com; jobsinegypt@ yahoogroups. com; k3s96 <K3S96@yahoogroups. com>; lahorelamp@yahoogro ups.com; Amr Mansour <amr_mansour@ seegypt.com>; mdp <mdp_2002@yahoogroup s.com>; PHP_Official@ yahoogroups. com; phpresource@ yahoogroups. com; m r <mragheb71@yahoo. com>; roni_esmaiel@ yahoo.com; Omneya Sadek <osadek@krafteurope. com>; senefru1@hotmail. com; mohamed seoud <mseoud@yahoo. com>; shaimaa_abdelaziz@ yahoo.com; souk_al3asr@ yahoogroups. com; Souk_El_Gom3a@ yahoogroups. com; usasoso@yahoo. com
Sent: Monday, April 2, 2007 2:33:47 PM
Subject: [phpResource] Start sending/receiving e-mails from your own domain name.

Start sending and receiving e-mails right from your own domain name.
 
Features List
 
  • Domain Name [ www.yourname. com ].
  • 1 GB storage space.
  • 20 GB Monthly Bandwidth.
  • Unlimited email accounts within storage space.
  • POP3 supported.
  • WebMail.
  • Unlimited attached files.
  • Unlimited attached files size.
  • E-mail Forwarding.
  • E-mail Auto-responder.
  • Virus Guard & Spam Guard.
  • Spam Filter.
 
All that for only 250 LE / year
 
Just order by mail or telephone and we will reach you to complete the order
 
Our contact information:
Tel.:      0106191931
              order@ abuelaienen. com


Muhammad Abu-ELAienen 
Software Developer,SEAVIN
Mobile:     +2 010 6191931 
E-mail:      info@abuelaienen. com
                 melaienen@seavin. com.eg
 


Expecting? Get great news right away with email Auto-Check.
Try the Yahoo! Mail Beta.




The fish are biting.
Get more visitors on your site using Yahoo! Search Marketing.



Don't be flakey. Get Yahoo! Mail for Mobile and
always stay connected to friends.

#1998 From: Gangadhara Prasad <lampprogramming@...>
Date: Mon Apr 2, 2007 10:00 am
Subject: open source Applicant Tracking System
lampprogramming
Send Email Send Email
 
Hi,
     Is there any Open Source Application Tracking System like CATS.

http://www.catsone.com/index.php

CATS helps streamline the daily workload for recruiters and HR professionals by combining all these features in one easy to use package:
  • Candidate Management
  • Full-text Resume Search
  • Job order tracking
  • Customer Relationship Management (CRM)
  • Job application Workflow
  • E-mail notifications
  • Dashboard and Live Reports
  • Calendar
  • Website Integration / Career Portal
Thanks & Regards,
Gangadhar.


Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.


Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.

#1999 From: "Md. Aminul Islam" <aminulsumon@...>
Date: Mon Apr 2, 2007 9:31 am
Subject: Re: [phpResource] Start sending/receiving e-mails from your own domain name.
aminulsumon
Send Email Send Email
 
Sorry brother.

----- Original Message ----
From: Atif Majid <atif_majid10@...>
To: phpresource@yahoogroups.com
Sent: Monday, April 2, 2007 3:22:19 PM
Subject: Re: [phpResource] Start sending/receiving e-mails from your own domain name.

Hi
But I think, this type of advertisement can be in this community. As this advertisement is related to web-hosting. And it may be helpful for some developers getting the idea of hosting service providers with offered cost.
Just my idea.
Regards
 
Atif Majid
Software Developer.
Tawasul Telecom
Kuwait Free Zone, Block C-28, D9, Shuwaik, Kuwait
Phone: +965 461 34 91
Mobile: +965 708 53 95
www.tawasultele. com


----- Original Message ----
From: Md. Aminul Islam <aminulsumon@ yahoo.com>
To: phpresource@ yahoogroups. com
Sent: Monday, April 2, 2007 12:02:39 PM
Subject: Re: [phpResource] Start sending/receiving e-mails from your own domain name.

bro,

I think phpresource is not a community for advertisement. is it ?

Aminul

----- Original Message ----
From: Muhammad <jetbraine@yahoo. com>
To: 7oss <hosamabraq@hotmail. com>; ahmad othman <ahmedaothman@ hotmail.com>; akram_m_fadel@ hotmail.com; akram.ibrahim@ du.ae; hakim amer <kimo13@hotmail. com>; Nabeil Amer <anabeil@hotmail. com>; effective_candidate @yahoogroups. com; egypt_garage_ sale@yahoogroups .com; egypt_jobs@yahoogro ups.com; egypt-developers@ yahoogroups. com; egypt-it-jobs@ yahoogroups. com; egyptpro@yahoogroup s.com; Omneya Fouad <miss.engineer73a@ gmail.com>; freelancer_egypt@ yahoogroups. com; eman gaafar <emi_egp@yahoo. com>; hassan <hassanzalat@ yahoo.com>; hdp_eg@yahoogroups. com; hos_shn@yahoo. com; muhammad Ibrahim <maibm77@yahoo. com>; job_opportunities@ yahoogroups. com; jobs-of-egypt@ yahoogroups. com; jobsinegypt@ yahoogroups. com; k3s96 <K3S96@yahoogroups. com>; lahorelamp@yahoogro ups.com; Amr Mansour <amr_mansour@ seegypt.com>; mdp <mdp_2002@yahoogroup s.com>; PHP_Official@ yahoogroups. com; phpresource@ yahoogroups. com; m r <mragheb71@yahoo. com>; roni_esmaiel@ yahoo.com; Omneya Sadek <osadek@krafteurope. com>; senefru1@hotmail. com; mohamed seoud <mseoud@yahoo. com>; shaimaa_abdelaziz@ yahoo.com; souk_al3asr@ yahoogroups. com; Souk_El_Gom3a@ yahoogroups. com; usasoso@yahoo. com
Sent: Monday, April 2, 2007 2:33:47 PM
Subject: [phpResource] Start sending/receiving e-mails from your own domain name.

Start sending and receiving e-mails right from your own domain name.
 
Features List
 
  • Domain Name [ www.yourname. com ].
  • 1 GB storage space.
  • 20 GB Monthly Bandwidth.
  • Unlimited email accounts within storage space.
  • POP3 supported.
  • WebMail.
  • Unlimited attached files.
  • Unlimited attached files size.
  • E-mail Forwarding.
  • E-mail Auto-responder.
  • Virus Guard & Spam Guard.
  • Spam Filter.
 
All that for only 250 LE / year
 
Just order by mail or telephone and we will reach you to complete the order
 
Our contact information:
Tel.:      0106191931
              order@ abuelaienen. com


Muhammad Abu-ELAienen 
Software Developer,SEAVIN
Mobile:     +2 010 6191931 
E-mail:      info@abuelaienen. com
                 melaienen@seavin. com.eg
 


Expecting? Get great news right away with email Auto-Check.
Try the Yahoo! Mail Beta.




The fish are biting.
Get more visitors on your site using Yahoo! Search Marketing.



Don't be flakey. Get Yahoo! Mail for Mobile and
always stay connected to friends.



Food fight? Enjoy some healthy debate
in the Yahoo! Answers Food Drink Q&A.

#2000 From: "Khan Md. Anwarus Salam" <kmanwar@...>
Date: Mon Apr 2, 2007 9:46 am
Subject: Domain registration and hosting @ cheapest Price!
kmmanwar4u
Send Email Send Email
 
Domain registration and hosting at cheapest Price!
Features List :
    Domain Name [ www.yourname.com ].
    100 MB storage space.
    10 GB Monthly Bandwidth.
    Unlimited email accounts within storage space.
    Fatastico
    POP3 supported.
    WebMail.
    Unlimited attached files.
    Unlimited attached files size.
    E-mail Forwarding.
    E-mail Auto-responder.
    Virus Guard & Spam Guard.
    Spam Filter.

Price: 30 USD/ year

Order now! You can pay by paypal after receiving you hosting control panel!


Regards,

Khan Md. Anwarus Salam
Project Manager
www.dreamdoorsoft.com
Email: order@...

#2001 From: Gurudatta Raut <gurudatta_raut-cto@...>
Date: Mon Apr 2, 2007 12:15 pm
Subject: Re: [phpResource] Start sending/receiving e-mails from your own domain name.
logical_genius
Send Email Send Email
 

Sorry but we dont have time for spam here. when we need hosting we will find out on internet  and that too within our locality.


Atif Majid <atif_majid10@...> wrote:
Hi
But I think, this type of advertisement can be in this community. As this advertisement is related to web-hosting. And it may be helpful for some developers getting the idea of hosting service providers with offered cost.
Just my idea.
Regards
 
Atif Majid
Software Developer.
Tawasul Telecom
Kuwait Free Zone, Block C-28, D9, Shuwaik, Kuwait
Phone: +965 461 34 91
Mobile: +965 708 53 95
www.tawasultele.com


----- Original Message ----
From: Md. Aminul Islam <aminulsumon@yahoo.com>
To: phpresource@yahoogroups.com
Sent: Monday, April 2, 2007 12:02:39 PM
Subject: Re: [phpResource] Start sending/receiving e-mails from your own domain name.

bro,

I think phpresource is not a community for advertisement. is it ?

Aminul

----- Original Message ----
From: Muhammad <jetbraine@yahoo. com>
To: 7oss <hosamabraq@hotmail. com>; ahmad othman <ahmedaothman@ hotmail.com>; akram_m_fadel@ hotmail.com; akram.ibrahim@ du.ae; hakim amer <kimo13@hotmail. com>; Nabeil Amer <anabeil@hotmail. com>; effective_candidate @yahoogroups. com; egypt_garage_ sale@yahoogroups .com; egypt_jobs@yahoogro ups.com; egypt-developers@ yahoogroups. com; egypt-it-jobs@ yahoogroups. com; egyptpro@yahoogroup s.com; Omneya Fouad <miss.engineer73a@ gmail.com>; freelancer_egypt@ yahoogroups. com; eman gaafar <emi_egp@yahoo. com>; hassan <hassanzalat@ yahoo.com>; hdp_eg@yahoogroups. com; hos_shn@yahoo. com; muhammad Ibrahim <maibm77@yahoo. com>; job_opportunities@ yahoogroups. com; jobs-of-egypt@ yahoogroups. com; jobsinegypt@ yahoogroups. com; k3s96 <K3S96@yahoogroups. com>; lahorelamp@yahoogro ups.com; Amr Mansour <amr_mansour@ seegypt.com>; mdp <mdp_2002@yahoogroup s.com>; PHP_Official@ yahoogroups. com; phpresource@ yahoogroups. com; m r <mragheb71@yahoo. com>; roni_esmaiel@ yahoo.com; Omneya Sadek <osadek@krafteurope. com>; senefru1@hotmail. com; mohamed seoud <mseoud@yahoo. com>; shaimaa_abdelaziz@ yahoo.com; souk_al3asr@ yahoogroups. com; Souk_El_Gom3a@ yahoogroups. com; usasoso@yahoo. com
Sent: Monday, April 2, 2007 2:33:47 PM
Subject: [phpResource] Start sending/receiving e-mails from your own domain name.

Start sending and receiving e-mails right from your own domain name.
 
Features List
 
  • Domain Name [ www.yourname. com ].
  • 1 GB storage space.
  • 20 GB Monthly Bandwidth.
  • Unlimited email accounts within storage space.
  • POP3 supported.
  • WebMail.
  • Unlimited attached files.
  • Unlimited attached files size.
  • E-mail Forwarding.
  • E-mail Auto-responder.
  • Virus Guard & Spam Guard.
  • Spam Filter.
 
All that for only 250 LE / year
 
Just order by mail or telephone and we will reach you to complete the order
 
Our contact information:
Tel.:      0106191931
              order@ abuelaienen. com


Muhammad Abu-ELAienen 
Software Developer,SEAVIN
Mobile:     +2 010 6191931 
E-mail:      info@abuelaienen. com
                 melaienen@seavin. com.eg
 

Expecting? Get great news right away with email Auto-Check.
Try the Yahoo! Mail Beta.



The fish are biting.
Get more visitors on your site using Yahoo! Search Marketing.



Don't be flakey. Get Yahoo! Mail for Mobile and
always stay connected to friends.


Here’s a new way to find what you're looking for - Yahoo! Answers

#2002 From: Muktadir Hossain <mkhosn@...>
Date: Mon Apr 2, 2007 4:25 pm
Subject: Re: [phpResource] Start sending/receiving e-mails from your own domain name.
mkhosn
Send Email Send Email
 
Yes gurudatta is right. This is not the place for making the business ads.

But if anyone wanna provide the members of this group any special facility they might be welcomed.

Do not take this in other ways. This is a knowledge based discussion group and please help keeping this ideology.

Muktadir Hossain

Gurudatta Raut <gurudatta_raut-cto@...> wrote:

Sorry but we dont have time for spam here. when we need hosting we will find out on internet  and that too within our locality.


Atif Majid <atif_majid10@yahoo.com> wrote:
Hi
But I think, this type of advertisement can be in this community. As this advertisement is related to web-hosting. And it may be helpful for some developers getting the idea of hosting service providers with offered cost.
Just my idea.
Regards
 
Atif Majid
Software Developer.
Tawasul Telecom
Kuwait Free Zone, Block C-28, D9, Shuwaik, Kuwait
Phone: +965 461 34 91
Mobile: +965 708 53 95
www.tawasultele.com


----- Original Message ----
From: Md. Aminul Islam <aminulsumon@yahoo.com>
To: phpresource@yahoogroups.com
Sent: Monday, April 2, 2007 12:02:39 PM
Subject: Re: [phpResource] Start sending/receiving e-mails from your own domain name.

bro,

I think phpresource is not a community for advertisement. is it ?

Aminul

----- Original Message ----
From: Muhammad <jetbraine@yahoo. com>
To: 7oss <hosamabraq@hotmail. com>; ahmad othman <ahmedaothman@ hotmail.com>; akram_m_fadel@ hotmail.com; akram.ibrahim@ du.ae; hakim amer <kimo13@hotmail. com>; Nabeil Amer <anabeil@hotmail. com>; effective_candidate @yahoogroups. com; egypt_garage_ sale@yahoogroups .com; egypt_jobs@yahoogro ups.com; egypt-developers@ yahoogroups. com; egypt-it-jobs@ yahoogroups. com; egyptpro@yahoogroup s.com; Omneya Fouad <miss.engineer73a@ gmail.com>; freelancer_egypt@ yahoogroups. com; eman gaafar <emi_egp@yahoo. com>; hassan <hassanzalat@ yahoo.com>; hdp_eg@yahoogroups. com; hos_shn@yahoo. com; muhammad Ibrahim <maibm77@yahoo. com>; job_opportunities@ yahoogroups. com; jobs-of-egypt@ yahoogroups. com; jobsinegypt@ yahoogroups. com; k3s96 <K3S96@yahoogroups. com>; lahorelamp@yahoogro ups.com; Amr Mansour <amr_mansour@ seegypt.com>; mdp <mdp_2002@yahoogroup s.com>; PHP_Official@ yahoogroups. com; phpresource@ yahoogroups. com; m r <mragheb71@yahoo. com>; roni_esmaiel@ yahoo.com; Omneya Sadek <osadek@krafteurope. com>; senefru1@hotmail. com; mohamed seoud <mseoud@yahoo. com>; shaimaa_abdelaziz@ yahoo.com; souk_al3asr@ yahoogroups. com; Souk_El_Gom3a@ yahoogroups. com; usasoso@yahoo. com
Sent: Monday, April 2, 2007 2:33:47 PM
Subject: [phpResource] Start sending/receiving e-mails from your own domain name.

Start sending and receiving e-mails right from your own domain name.
 
Features List
 
  • Domain Name [ www.yourname. com ].
  • 1 GB storage space.
  • 20 GB Monthly Bandwidth.
  • Unlimited email accounts within storage space.
  • POP3 supported.
  • WebMail.
  • Unlimited attached files.
  • Unlimited attached files size.
  • E-mail Forwarding.
  • E-mail Auto-responder.
  • Virus Guard & Spam Guard.
  • Spam Filter.
 
All that for only 250 LE / year
 
Just order by mail or telephone and we will reach you to complete the order
 
Our contact information:
Tel.:      0106191931
              order@ abuelaienen. com


Muhammad Abu-ELAienen 
Software Developer,SEAVIN
Mobile:     +2 010 6191931 
E-mail:      info@abuelaienen. com
                 melaienen@seavin. com.eg
 

Expecting? Get great news right away with email Auto-Check.
Try the Yahoo! Mail Beta.



The fish are biting.
Get more visitors on your site using Yahoo! Search Marketing.



Don't be flakey. Get Yahoo! Mail for Mobile and
always stay connected to friends.


Here’s a new way to find what you're looking for - Yahoo! Answers


Never miss an email again!
Yahoo! Toolbar
alerts you the instant new Mail arrives. Check it out.

#2003 From: "Mohamed BADR" <badr@...>
Date: Tue Apr 3, 2007 6:03 am
Subject: Re: [phpResource] working with string listbox option box
badrm1000000
Send Email Send Email
 
there's no problem with your code check your database



> hi all,
>     I have small problem. I want to store complete string in to db
> table.
>     <select name='abc'>
>     <option value="a b">a b</option>
>     <option value="b c">b c</option>
>     </select>
>
>     I am getting only single value using $_POST['abc'];
>     output is only "a"
>     I want to store "a b" in to table.
>   please help.
>
> Rakesh.
>
>


--
Mohamed Badr
Senior Web Application Developer
OMEGA SOFT KSA
+966 564270005

#2004 From: Saiful islam <idb_maruf@...>
Date: Tue Apr 3, 2007 7:52 am
Subject: Re: [phpResource] working with string listbox option box
idb_maruf
Send Email Send Email
 
No problem. Proceed on…
//========================
<form method="post" action="list.php">
<select name='abc'>
 <option value="a b">a b</option>
<option value="b c">b c</option>
 </select>
 <input type="submit"  name="submit" value="Send">
 </form>
 <?
 echo $_POST['abc'];
 ?>
//======================
Maruf
DGITEL
Programmer

Send instant messages to your online friends http://uk.messenger.yahoo.com


#2005 From: "chetanrakesh" <chetanrakesh@...>
Date: Tue Apr 3, 2007 9:14 am
Subject: session state management (please urgent)
chetanrakesh
Send Email Send Email
 
Hello,
      This is rakesh. I want to track last visited page. How do i do
that?

      Suppose user is vising site. After some time like 20 to 30
minutes, sessions expired. I want to track last visited page like it
happens in OSCommerse sites. If user is not logged or session is
expired,user should jump to back to last visited page after logged in .

     It is possible with storing last visited page in cookie or db
table. But I dont want to do that.

     It there any other way to do that..

     please help.

Rakesh.

#2006 From: "Anis Ahmad" <anisniit@...>
Date: Tue Apr 3, 2007 9:43 am
Subject: Re: session state management (please urgent)
anis_niit
Send Email Send Email
 
Hi rakesh,
  If it was me, I must choose cookie or db for this.
But you want to avoid it. Can you please explain why?


-------------
          Anis

--- In phpresource@yahoogroups.com, "chetanrakesh"
<chetanrakesh@...> wrote:
>
> Hello,
>      This is rakesh. I want to track last visited page. How do i
do
> that?
>
>      Suppose user is vising site. After some time like 20 to 30
> minutes, sessions expired. I want to track last visited page like
it
> happens in OSCommerse sites. If user is not logged or session is
> expired,user should jump to back to last visited page after logged
in .
>
>     It is possible with storing last visited page in cookie or db
> table. But I dont want to do that.
>
>     It there any other way to do that..
>
>     please help.
>
> Rakesh.
>

#2007 From: chetan pachchigar <chetanrakesh@...>
Date: Tue Apr 3, 2007 11:10 am
Subject: Re: [phpResource] Re: session state management (please urgent)
chetanrakesh
Send Email Send Email
 
Hi,
   I am avoiding cookie and db. Because in OSCommerce
module, there is no logic to save data for last
visited page in  db /cookie.

   I want to go as per Oscommerce system..

   Thants why..
   rakesh.









--- Anis Ahmad <anisniit@...> wrote:

> Hi rakesh,
>  If it was me, I must choose cookie or db for this.
> But you want to avoid it. Can you please explain
> why?
>
>
> -------------
>          Anis
>
> --- In phpresource@yahoogroups.com, "chetanrakesh"
> <chetanrakesh@...> wrote:
> >
> > Hello,
> >      This is rakesh. I want to track last visited
> page. How do i
> do
> > that?
> >
> >      Suppose user is vising site. After some time
> like 20 to 30
> > minutes, sessions expired. I want to track last
> visited page like
> it
> > happens in OSCommerse sites. If user is not logged
> or session is
> > expired,user should jump to back to last visited
> page after logged
> in .
> >
> >     It is possible with storing last visited page
> in cookie or db
> > table. But I dont want to do that.
> >
> >     It there any other way to do that..
> >
> >     please help.
> >
> > Rakesh.
> >
>
>
>




________________________________________________________________________________\
____
Looking for earth-friendly autos?
Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center.
http://autos.yahoo.com/green_center/

#2008 From: "Surajit Koly" <chansuro@...>
Date: Tue Apr 3, 2007 1:27 pm
Subject: Configuring php
chan_suro
Send Email Send Email
 
Hi all,
Can anybody please tell me how can i configure php in appache webserver?
I want to know the total installation process.. Please help me.
 
Thanks
Surajit

#2009 From: "Hamed hosseini" <hamed.h63@...>
Date: Tue Apr 3, 2007 3:17 pm
Subject: Re: [phpResource] Configuring php
h_63_h
Send Email Send Email
 
hi you can use this software for install apache with php and more:
XAMPP
download :

http://www.apachefriends.org/en/index.html

or you can download ebook

example :
Beginning PHP5- Apache- MySQL Web Development (Programmer to Programmer)
or
Beginning PHP and MySQL 5 From Novice to Professional Second Edition Beginning from Novice to Professional

for download ebook go to : http://www.kebook.com/


On 4/3/07, Surajit Koly <chansuro@...> wrote:

Hi all,
Can anybody please tell me how can i configure php in appache webserver?
I want to know the total installation process.. Please help me.
 
Thanks
Surajit



#2010 From: "vivek narula" <narula_vivek@...>
Date: Tue Apr 3, 2007 5:35 pm
Subject: Re: session state management (please urgent)
narula_vivek
Send Email Send Email
 
Hi, Rakesh

As per as i know oscom. they use two ways to save this type of
information one is DATABASE and other is FILES. When u install OSCOM
it gives an option as save session in FILE or DATABASE. Then it
depends upon you to choose it.


--- In phpresource@yahoogroups.com, chetan pachchigar
<chetanrakesh@...> wrote:
>
> Hi,
>   I am avoiding cookie and db. Because in OSCommerce
> module, there is no logic to save data for last
> visited page in  db /cookie.
>
>   I want to go as per Oscommerce system..
>
>   Thants why..
>   rakesh.
>
>
>
>
>
>
>
>
>
> --- Anis Ahmad <anisniit@...> wrote:
>
> > Hi rakesh,
> >  If it was me, I must choose cookie or db for this.
> > But you want to avoid it. Can you please explain
> > why?
> >
> >
> > -------------
> >          Anis
> >
> > --- In phpresource@yahoogroups.com, "chetanrakesh"
> > <chetanrakesh@> wrote:
> > >
> > > Hello,
> > >      This is rakesh. I want to track last visited
> > page. How do i
> > do
> > > that?
> > >
> > >      Suppose user is vising site. After some time
> > like 20 to 30
> > > minutes, sessions expired. I want to track last
> > visited page like
> > it
> > > happens in OSCommerse sites. If user is not logged
> > or session is
> > > expired,user should jump to back to last visited
> > page after logged
> > in .
> > >
> > >     It is possible with storing last visited page
> > in cookie or db
> > > table. But I dont want to do that.
> > >
> > >     It there any other way to do that..
> > >
> > >     please help.
> > >
> > > Rakesh.
> > >
> >
> >
> >
>
>
>
>
>
_____________________________________________________________________
_______________
> Looking for earth-friendly autos?
> Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center.
> http://autos.yahoo.com/green_center/
>

#2011 From: "Alexander" <alexchatmail@...>
Date: Tue Apr 3, 2007 7:29 pm
Subject: ob_start, session, and header Location - big boom :D
virion69
Send Email Send Email
 
I have the following script:

<?php
ob_start();

session_start();

if ($_POST['action']=='go')
{
   $_SESSION['test'] = 'button pressed';
   header('Location: '.$_SERVER['PHP_SELF']);
}

echo "foo ".$_SESSION['test']." bar";
unset($_SESSION['test']);

echo '<form method="POST" action="'.$_SERVER['PHP_SELF'].'"><input
type="submit" name="action" value="go"></form>';

ob_end_flush();
?>

It is supposed to return a message if I press the button, but also
preventing the error given by the browser when you hit back. Doing
this using redirect and a session variable.

The problem is I cannot redirect after I have sent the headers (this
is part of a larger script), so I used ob_start().

After applying ob_start, it stops returning the message. I guess does
this because I unset the session variable, but I do this only after I
print it, so it should work.

Is this a behavior of ob_start? Is it normal?
pls help, thanks

#2012 From: Gangadhara Prasad <lampprogramming@...>
Date: Wed Apr 4, 2007 7:13 am
Subject: Fatal error: session.auto_start must be set to 0 in php.ini.
lampprogramming
Send Email Send Email
 
Hi ,
      My server is supporting both PHP4 and PHP5. Default is PHP4. I have two options to use PHP5.
1) Extension .php5
2) Create a .htaccess file and place the following line AddType x-mapp-php5 .php in it.

I am using second option.

I got this error.

Fatal error: session.auto_start must be set to 0 in php.ini.

I have added another line in .htaccess file

AddType x-mapp-php5 .php

php_value session.auto_start "0"

But it is not working. The error is

Error 500 - Internal server error

An internal server error has occured!
Please try again later.
If i remove the second line  php_value session.auto_start "0"
I got the error.

Fatal error: session.auto_start must be set to 0 in php.ini.
Please help me .

Thanks & Regards
Gangadhar.


Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.

#2013 From: "freerrs" <stream.sunny@...>
Date: Wed Apr 4, 2007 7:46 am
Subject: a problem about Hanzi encoding
freerrs
Send Email Send Email
 
<?
$test_str = "我爱这个国家";
echo strlen($test_str) . "<br>";
for($i = 0;$i < strlen($test_str); $i ++)
{
     echo ord(substr($test_str,$i,1));
     echo "<br>";
}
?>

To run above code,you can get below result:
18
230
136
145
231
136
177
232
191
153
228
184
170
229
155
189
229
174
182

One Hanzi occupy two characters,but this test tell me,One Hanzi hold
three characters.Who can tell me the reason?

   regards

#2014 From: "freerrs" <stream.sunny@...>
Date: Wed Apr 4, 2007 7:47 am
Subject: a problem about Hanzi encoding
freerrs
Send Email Send Email
 
<?
$test_str = "我爱这个国家";
echo strlen($test_str) . "<br>";
for($i = 0;$i < strlen($test_str); $i ++)
{
     echo ord(substr($test_str,$i,1));
     echo "<br>";
}
?>

To run above code,you can get below result:
18
230
136
145
231
136
177
232
191
153
228
184
170
229
155
189
229
174
182

One Hanzi occupy two characters,but this test tell me,One Hanzi hold
three characters.Who can tell me the reason?

   regards

#2015 From: "chandra mouli" <chandramouli.2005@...>
Date: Thu Apr 5, 2007 1:18 pm
Subject: Session Problem
chandramouliam
Send Email Send Email
 
Hai,
    My session doesnt expired automatically.
    I start session using session_start() in every page.and i used to session_destroy() in logout page. If the user doesnt use page for sometimes it doesnt get expired.. I try this also..
    session_cache_limiter('private' );
  $cache_limiter session_cache_limiter
();
  session_cache_expire (30
);
  $cache_expire session_cache_expire
();
  session_start();
  Shall I use this in all pages? I dont know wats the problem.
If anybody knows plz help me, Its quite urgent.
Thanks in advance,
Regards,
M.Mouli.
 
 

#2016 From: "hari" <hariharan.83@...>
Date: Mon Apr 9, 2007 6:18 am
Subject: Regarding horoscope mathcer
harirajamoni
Send Email Send Email
 

Hi to all Experts,

 

I am doing a matrimonial site in that I have to provide an option for horoscope matcher.

I think anybody from India can understand this I need to know that is there any free script available for that.

If anybody aware of that please give me the details.

 

Thanks in advance.

 

with regards

Hari.R

+9198949171252

 

 


#2017 From: "uruthu_itb" <senthil_ramar@...>
Date: Mon Apr 9, 2007 2:05 pm
Subject: Regarding Image Customization
uruthu_itb
Send Email Send Email
 
Hi All


Please reply for below one

I need T.Shirt Customization Tool , Like image Moves any where in the
T.Shirt .. any body can Explain me

Regards
TASS

#2018 From: "sajith pramod" <saji_p2000@...>
Date: Fri Apr 13, 2007 9:57 am
Subject: preg_replace_callback () problem with php5.2.1 in the freeBSD server
saji_p2000
Send Email Send Email
 
Hi

I have this code working in redhat linux but it is not working in the
FreeBSD server both have php version 5.2.1. In the freeBSD server
php5.1.2 the coding is working fine but the upgraded version php5.2.1
it not working. any body have any ideam. How to make this code
workable in freeBSD php5.2.1


<?php
$exp = "size {width},{height}; autoresize width; type
{type},{palette},{color:{bgcolor}}; padding {padding}; color
{color:{bgcolor}}; fill; color {color:{color},{alpha}}; antialias
{antialias}; font {font:{font},{size},{leading}}; string
{text},0,0,{width},{height},{align},{valign};" ;
function dummy($mathes)
{
	 return preg_replace('/([;])/', "\\\\\\\$1", $matches[0]);
}


$lines = preg_replace_callback(
			 '/(?<!\\\)\\\'(?:\\\\\'|[^\'])*(?:(?<!\\\)\\\')|'.
			 '(?<!\\\)\"(?:\\\\"|[^"])*(?:(?<!\\\)\")|'.
			 '(?<=\{)(?:[^{}]*(?:\{[^{}]*\})*[^{}]*)*(?=\})/',
			 "dummy",
			 $exp
		 );

var_dump($lines);

?>


Regards
Sajith

#2019 From: "kelly" <angelicakelly@...>
Date: Fri Apr 13, 2007 7:32 pm
Subject: Which file contains the text for the front page of an oscommerce store?
kelly_fennell
Send Email Send Email
 
Hi guys,

I need to find out which file contains the text for the front page
of my oscommerce store.

Essentially I had been hacked. I removed the offending article and
re-uploaded my site, but now I have some hackers text on my front
page.
It doesnt appear to link to anything and my store runs as normal
except their markings are on the top of my page and the sentence is
repeated 20 or so times with my shop at the bottom.

I need to find out where the offending sentence is and remove it-
any ideas?

I've looked in index.php/ header.php / configure.php but cant see
the actual text in there.

My site has quite a few mods on (in the form of contributions) so I
dont want to upload a whole new set of files if I can help it, as
its took me quite a while to get it to this stage (its nearly
finished).

Any help is much appreciated,
Thank you,
Kelly.

Messages 1990 - 2019 of 2794   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