Search the web
Sign In
New User? Sign Up
phpresource · Storehouse of PHP Resources
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 2545 - 2574 of 2744   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2545
Hi, I'm trying to write a small script/program in PHP to emulate a Microsoft Mail Merge. The steps I believe I need are as follows: 1. Upload data to MYSQL DB...
Shano
someonexist
Offline Send Email
Apr 1, 2008
7:21 am
2546
A growing software Company is seeking to hire the following positions: Web programmers - Programming languages: PHP - Experience not less than...
Rowad Information Tec...
loayuk
Online Now Send Email
Apr 1, 2008
8:28 am
2547
File : phpResourceRssFeed.zip Description : phpResource Feeds for Your Site...
phpresource@yahoogrou...
Send Email
Apr 1, 2008
1:40 pm
2548
... From: maher helal <maher.helal@...> Date: Apr 3, 2008 3:49 PM Subject: about selecting multiple items in a list box To: phpresource@yahoogroups.com,...
maher helal
maher_helal
Offline Send Email
Apr 3, 2008
10:21 am
2549
hello, whenever i select multiple elements in a list box and want to print that it only shows the first element. i am sending the files please check it....
maher helal
maher_helal
Offline Send Email
Apr 3, 2008
10:21 am
2550
hi, iterate the items and check if selected: For (Cnt = 0; lstBox.ListCount - 1; Cnt=Cnt+1) { If (lstBox.Selected(Cnt) == True) ' do the printing here } I...
Md. Bayezid Al-Arabi
sabuz_cse
Offline Send Email
Apr 6, 2008
8:07 am
2551
Hello, can anyone please tell me the procedure of passing a variable or a value while using the function include_once('some.php') in to some.php page ?...
maher helal
maher_helal
Offline Send Email
Apr 9, 2008
12:02 pm
2552
It is simple. Any variable which has been difined before including the file, is accessible in the included file. <?php $strTemp = "This is temp string"; ...
Atif Majid
atif_majid10
Offline Send Email
Apr 9, 2008
12:56 pm
2553
Dear Exparts, I use md5 for password encreption . But when I forgot my password I want to retrive my orginal password from database. Is it possible? Suppose my...
Mamunur Rashid
m_rashid83
Offline Send Email
Apr 10, 2008
10:04 am
2554
Hi I dun think it is a good idea to retrieve the original password from the database using md5 decryption. Instead, I will prefer to have some technique to...
Atif Majid
atif_majid10
Offline Send Email
Apr 10, 2008
10:17 am
2555
Hi, md5 is a one way encryption method , you cannot decrypt it. there are methods like bruteforce but that take several days :-) Kamran H. Hassan ... From:...
Kamran H. Hassan
kamranhamid
Offline Send Email
Apr 10, 2008
10:17 am
2556
Dear Mamunur Rashid, md5 is a one way encryption technique. u also know it but not aware of it, i hope. coz when u check the login then i think u again encrypt...
Tapan
tapan29bd
Offline Send Email
Apr 10, 2008
2:53 pm
2557
Hello I want to make a HelloWorld applicaltion using Amazon Web Service (AWS), How can I get start ? or if any body have en example or case study of using AWS ...
ghada nabeeh
ghada_nabeeh
Offline Send Email
Apr 22, 2008
1:40 pm
2558
please go through the link given below. http://developer.amazonwebservices.com/connect/kbcategory.jspa?categoryID=12 ... From: ghada nabeeh...
saif islam
ulta_palta420
Offline Send Email
Apr 23, 2008
4:16 am
2559
dear all, please help me learn more about erp software.. if you have a ERP flowchart document please share to me thanks for your kindness... ASEP P...
p154n
Offline Send Email
Apr 24, 2008
2:32 am
2560
Hi Experts,   I am retrieving url content and writing that content into doc files. Can you please check it in http://www.celltonet.com/urltodoc.php Enter...
Gangadhara Prasad
lampprogramming
Offline Send Email
Apr 25, 2008
5:19 am
2561
Hi Experts,   How can I pull data from other websites and get it stored in my database.   I need to pull all categories,subcategories and urls in...
Gangadhara Prasad
lampprogramming
Offline Send Email
Apr 25, 2008
7:43 am
2562
Dear Friend, Hey! I have a found a great PHP Lyrics Script that can really generate excellent money for you. Please visit the link below and see its features. ...
zs_maxi123
Offline Send Email
Apr 26, 2008
7:52 am
2563
To get a remote file executed, we need to pass http request from a php file. CURL is used for this purpose. We can execute a php file residing in other server...
mahmud uz-zaman
mahmud_uzzaman
Offline Send Email
Apr 26, 2008
12:17 pm
2564
Hi, The link is missing, can you please repaste it. Regards, Nidhi zs_maxi123 <zs_maxi123@...> wrote: Dear Friend, Hey! I have a found a great PHP Lyrics...
nidhi mongia
nidhimongia
Offline Send Email
Apr 26, 2008
7:29 pm
2565
Hi Gangadhar, There are few ways to pull data from a link. I am giving you two examples: ... // create a new CURL resource $ch = curl_init(); // set URL ...
Rupom
rupom_315
Offline Send Email
Apr 28, 2008
3:44 am
2566
Dear All Exparts, I hope all of you are well.But I caught some problem for my data edit. I insert data using nl2br function when want to edit this data and...
Mamunur Rashid
m_rashid83
Offline Send Email
Apr 28, 2008
6:36 am
2567
Dear All Exparts, I need some help like this. I want to make a bazaar section where different category come. I send u the script page as an attachment. ...
Mamunur Rashid
m_rashid83
Offline Send Email
Apr 28, 2008
10:47 am
2568
Dear All Exparts, I need some help like this. I want to make a bazaar section where different category come. I send u the script page as an attachment. ...
Mamunur Rashid
m_rashid83
Offline Send Email
Apr 28, 2008
10:53 am
2569
function br2nl($text) { return preg_replace('/<br\\\\s*?\\/??>/i', "\\n", $text); } ... ...
Iqbal hossain
iqbalcse2000
Offline Send Email
Apr 28, 2008
5:14 pm
2570
HI thanks for your nice code. I tried to run this code but when i run the code it is showing the following error : *Parse error*: syntax error, unexpected...
Raina Rahman
rainarahman@...
Send Email
Apr 29, 2008
8:02 am
2571
Hi Experts, How to write URL Rewritten. I need to convert this url http://www.invitationnetwork.com/beta/invitationking/?a_aid=eadea935&a_bid=2115b7f4 to ...
Gangadhara Prasad
lampprogramming
Offline Send Email
May 1, 2008
7:50 am
2572
File : phpResourceRssFeed.zip Description : phpResource Feeds for Your Site...
phpresource@yahoogrou...
Send Email
May 1, 2008
12:33 pm
2573
i have user fpdf, now clients want lockng facility to the generated pdf, nobody should not copy the text. please help me thanks -Sreeni.A...
Sreeni .A
sreeniaitist
Offline Send Email
May 2, 2008
12:53 pm
2574
Dear Exparts, I'm developing a model site where I need to calculate rate of the member. What is the theory of calculating the rating. I use rate=(rate/hits) Is...
Mamunur Rashid
m_rashid83
Offline Send Email
May 8, 2008
10:55 am
Messages 2545 - 2574 of 2744   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