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...
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...
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 ...
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...
SPL: PHP POSITION :Sr Project Lead And Jr.PHP Programmer ROLE : lead a team for requirement gathering, design and development; interacting with the client....
Urgent for USA - PHP and MySql programmer. Looking for reliable PHP and MySql programmer. Must have 4+ years recent relevant industry experience. Long term...
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...
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(); ...
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...
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!...
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]...
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 ...
Hi Guys can anybody please help me image slide show using AJAX with fadein and fadeout effect....... Thanks In advance Ghanshayam Sharma Ghanshayam Sharma ... ...
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...
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,...
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" ...
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...
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...
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...
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...
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...