Hi Gopi, Site looks nice. I just surfed the site for a while. My suggestions. 1] In stead of posting the doubts in the mail group, we can ask our members to...
920
M S Udhayakumaar
udayakumaar
Jul 2, 2007 7:34 am
Hi, If you know how to read hexadecimal numbers [8-bit] from a flat file in php, please share with me. I go to do a processor simulator in php. Regards M S...
921
Udaya kumar
udayakumaar
Jul 2, 2007 7:56 am
Hi Kingsnake, Go to: www.phpnet.us They will give you free sub-domain and mysql access with 300MB memory space in their server. Regards Udayakumar Sarangapani ...
922
Gobinath
gobinathm
Jul 2, 2007 8:17 am
Hi Raj, I was thinking that i will get lot of suggestion from our Group. You suggestion looks good. Will implement it. Right now i am in the position to finish...
923
Gobinath
gobinathm
Jul 2, 2007 3:10 pm
Hi Friends, I am looking for a method to read the text from Word, PDF and PPT Formats. Do you guys know some methods. Please do inform Regards Gobi...
924
Umanath D
jobs4r_u
Jul 3, 2007 6:42 am
SPL: PHP POSITION :Sr Project Lead And Jr.PHP Programmer ROLE : lead a team for requirement gathering, design and development; interacting with the client....
925
stacibell200
Jul 3, 2007 4:50 pm
Urgent for USA - PHP and MySql programmer. Looking for reliable PHP and MySql programmer. Must have 4+ years recent relevant industry experience. Long term...
926
Pritesh Loke
priteshloke
Jul 4, 2007 12:26 pm
Hello to all i have one problem in php array. This is the eg $array_check = array(0=>"100",1=>"200",2=>"100"); i have this array $array_check contains 2 times...
927
Naga lingam
nagalv
Jul 4, 2007 1:19 pm
Hi pritesh, The following code will solve your problem <?php $array_check = array(0=>"100",1=>"200",2=>"100"); $new_array = array(); $exist_val = array(); ...
928
sathish kamaraj
sathish_kutts
Jul 5, 2007 10:13 am
hi pritesh try using "array_unique" if the size of the returned array is smaller than the original array then display error message. if you want to display...
929
mahesh ari
hari_m1985
Jul 5, 2007 10:14 am
plese help how to interact paypal via php website. please send coding. Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download Now!...
930
mukeshwebtech
Jul 5, 2007 10:19 am
Hi, Here no problem in array in PHP5.0 or above.This code is properly running and after process output is Error: This value 100 already available Array ( [0]...
931
teksure
Jul 5, 2007 10:21 am
Hello Group, This company released an FREE product to MySQL with multi language support :-) I use this product here in Thailand an the product works very well ...
932
G.S.Sharma(Romi)
gssharma16
Jul 5, 2007 3:50 pm
Hi Guys can anybody please help me image slide show using AJAX with fadein and fadeout effect....... Thanks In advance Ghanshayam Sharma Ghanshayam Sharma ... ...
933
Dharmarajan.V
the_msccs
Jul 5, 2007 3:55 pm
... Download Now! http://messenger.yahoo.com/download.php ... Hai... Refer teh web site : ...
934
Jaisankar N
jaisankar_n
Jul 5, 2007 3:55 pm
Hi, we can use array_count_values function. Jaisankar...
935
Jaisankar N
jaisankar_n
Jul 5, 2007 3:56 pm
Hi moderator, Please try to avoid advt. It is not a free product i think. It is a trial version. Jai...
936
vinoth_php
Jul 5, 2007 3:56 pm
Hi, Refer this site https://www.paypal.com/IntegrationCenter/ic_home.html. ... Download Now! http://messenger.yahoo.com/download.php...
937
Kete Jay Din...
deba_sys2003
Jul 5, 2007 3:56 pm
Hi, This may solve your problem. <?PHP $array_check = array(0=>"100",1=>"200",2=>"100"); if(count($array_check) != count(array_unique($array_check))){ echo...
938
Mohamed Mahir Ahamed ...
a_mahir
Jul 9, 2007 4:45 am
Did u tried http://Script.aculo.us see this website for those animation effects...
939
Pritesh Loke
priteshloke
Jul 9, 2007 4:48 am
Hello this is very simple way thatnks for help :) "Kete Jay Din..." <sys.deba@...> wrote: Hi, This may solve your problem. <?PHP $array_check =...
940
carowil2k
Jul 10, 2007 7:59 am
Hi, Our company Impiger technologies, chennai is in need of experienced PHP Programmers for their office. The skill set include: PHP 5, MySQL, Ajax, SOAP, XML,...
941
caroline wilson
carowil2k
Jul 10, 2007 8:15 am
Dear all, I have a file containing the following info. date,time,number,category and status "2007-05-01","13:49:41","9898450463","smspack-love","SUBSCRIBED" ...
942
Dharmarajan.V
the_msccs
Jul 11, 2007 9:00 am
Version Release date Most important changes PHP 1.0 June 8, 1995 Officially called "Personal Home Page Tools (PHP Tools)". This is the first use of the name...
943
Dharmarajan.V
the_msccs
Jul 11, 2007 9:02 am
PHP was written as a set of CGI binaries in the C programming language by the Danish/Greenlandic programmer Rasmus Lerdorf in 1994, to replace a small set of...
944
carowil2k
Jul 11, 2007 9:07 am
if (@print_r( $_POST['Campaign_array']) != "1<br />") { }...
945
venkp
Jul 12, 2007 8:33 am
Hi there, Can somebody tell me How to copy images and insert into the table and delete from the folder?. I have images in the folder, just i want to copy all...
946
Pritesh Loke
priteshloke
Jul 12, 2007 5:58 pm
Hello read this tutorials http://www.php-mysql-tutorial.com/php-mysql-upload.php i think this is used full for you for deleting images file used unlink...
947
venkat 4 You
venkp
Jul 12, 2007 7:35 pm
Hi Pritesh, Thank you for your reply, but that link only tells how to upload to the Database, but my questions is I have images in the folder and just want to...
948
Pritesh Loke
priteshloke
Jul 13, 2007 6:18 am
Hello try this function displayFiles($dir) { $dh = opendir($dir); //echo "--------------- listing $dir\n"; while ($file = readdir($dh)) { if ($file != "." &&...