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...
File : phpResourceRssFeed.zip Description : phpResource Feeds for Your Site...
phpresource@yahoogrou...
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,...
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....
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...
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 ?...
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"; ...
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...
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...
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:...
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...
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 ...
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...
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. ...
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...
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...
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 ...
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...
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. ...
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. ...
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@...
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 ...
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...