Hello experts, How are you? Hope you are all doing well. I need to know how to connect php + mysql + flex. i want to develop a flex based ecommerce site with...
Hi All There is a requirement in our organisation for senior php developer. We are looking for 3+ years of exp. 2+ also works if they have sound knowledge. job...
Whenever google wants to launch some thing me too, it creates a hype like this.. Think of this project, its just another firefox. Same type of hype was there...
Internet Explorer, sooner or later, would be kicked-out by Firefox. If this Chrome is open source, then I'll bet that it would be fight tightly with Firefox....
I agree with you. have you all see the IE 8 Beta? It seems that the browser just combine the power of Firefox, Opera and Safari. Just take a look little closer...
Hello Experts, What should be the process for triggering any particular php script with the arrival of a new email to any particular email address. For...
Its not hard. You pipe the email to TheEmail.php script. So whenever mail is received this script is triggered. Note: You must have TheEmail.php executables...
... '[^0-9]+4[^0-9]+|[^0-9]+4$|^4[^0-9]+|^4$' Just Used a regular expression. May be there is better ways. -- A K M Mokaddim http://talk.cmyweb.net ...
Hello Zakir, Thanks for sharing worthy information about the problem. I truly appreciate your effort. It was a real indication of getting the way out. Warm...
Hello experts, How are you? Hope you are all doing well. I need to know how to connect php + mysql + flex. i want to develop a flex based ecommerce site with...
Just use this simple query: SELECT * FROM table WHERE permitted_uid LIKE "%,4,%" OR permitted_uid LIKE "4,%" OR permitted_uid LIKE "%,4" Hope it helps. ...
How could that happen, Google made a browser that only run in Vista and XP? Even in my Windows 2000, Chrome rejected to run. I just don't understand with this...
Well, I think it a cronjob to set for the action. On cronjob the cron service will check for emails then it will be set to your customized script to do...
Hi, I have this project in mind I would like to share. I do not know if this is existing. I wanted to do a web-based voice conference just like the yahoo...
Hi! Congratulation Google for Chrome but still have some problem i found. I think google recover it very soon. Thnaks  S.M. Saidur Rahman Sr. Programmer...
Hi All, PIPE email is the right way to handle this. Here are good article on PIPE Email. http://www.evolt.org/article/Incoming_Mail_and_PHP/18/27914 ...
Google used to pay the Adsense publishers $0.10 to $1 varied upon location of the downloaders of FireFox from any site which promoted Firefox through ...
i have a form <form name="mad" id="razon" .......... > ......... </form> how do I get either the name or id from the form in php...? please note, i know its...
How is this: $token = md5(uniqid(rand(), true)); $_SESSION['token'] = $token; Now use this token as form id or name. ........................ Sabuj Kumar Kundu...