Hi, I don't think you need to make quite a hassle like converting & bla bla bla things.................. Plz get the Navicat or any other similar MySQL...
Hi, I just posted the eCheck processing module with authorize.net. you can get that in : http://groups.yahoo.com/group/phpusersgroup/message/9 Thanks, Tanvir...
1778
Sanjoy Roy
sanjoyroy@...
Aug 3, 2005 9:24 am
Top 25 Explanations by Programmers when their programs don't work. 1. Strange... 2. I've never heard about that. 3. It did work yesterday. 4. Well, the program...
Any body plz help me Chowen __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around ...
Hi, These link will help you visit: http://codewalkers.com/archives/phpcoding/10861.html visit: http://www.searchlores.org/phpregexspider.htm Thanks Hasin...
Hi all, I am planning to sit for ZCE exam this month. But the problem is that I dont know appropiate place to sit for it. I contacted some VUE center which are...
to wasi, i want to link database & php webpage . But how can i do ? i have written as "&mysql_database_db(result);" In here is the 'result' is database name....
Dear, I see many websites uses same account for providing there different services at different websites. For example .net passport, Yahoo ID, Google accounts....
Hello, At last a wonderful question! The idea is rather simple, the implementation may be complex. In short you will need a dedicated web service that will...
Hi all, you know already that wordpress is one of the most popular PHP based blogging engine. I have developed my first theme for wordpress last night. Its...
Hi all, [news] IBM has made good on its promise from earlier this year to collaborate with Zend to create a PHP development environment for its eServers. The...
Turn on the LAMP in the Enterprise: ActiveGrid Enterprise LAMP The LAMP (Linux, Apache, MySQL, PHP/Perl/Python) open source stack has been the technology of...
1789
tcarey112@...
Aug 6, 2005 7:25 am
Hello All - I have a form submission to a database where a registered user can enter his/her property listing information once they are registered/logged in....
Just Use the following line ...and that's all <?php header("Cache-control: private"); ?> N.B:: Remember that header() must be called before any actual output...
Hi all, ZCE Jonathan Dunn (http://www.zend.com/store/education/certification/authenticate.php?ClientCandidateID=ZEND002059&RegistrationID=211368446) just send...
Dear Xperts, Happy FriendShip Day May this day bring happiness to u all. Regards, Rupom Rupom http://www.rupom.info http://rupom.phpxperts.com ... Start your...
Hi Sumadha, There are many many experts ,,u can get any kind of solution from them. now look, at first u have to create a database . for this u can use ...
Dear Mahbubul Islam, I am familiar with header function. But I can't understand the purpose of keyword <b>Private</b>. Would you please discuss it? I used a...
Dear, Much thanks for sharing your ZCE exam experience with us. I think it will help me as well as who wishes to sit for same exam in future. I think, through...
I got a lot of requests in my IM & also on mail about the using the class for eCheck processing.............. I have posted the code of using the class for...
Hi Friends! Happy Friendship Day! Currently am using HTTP Server: Apache/2.0.54 (Win32) PHP/5.0.4 Database: MySQL 5.0.7-beta-nt i want to know how to install...
If you want to post of bid freelance outsourced projects visit http://www.lowestregister.com/freeelance/ every thing is free free...
1800
Raina Rahma
rainarahman@...
Aug 8, 2005 8:15 am
Dear All, I'm newer in php and mysql. there are 3 tables. Data inserting , updating is ok but I'm facing one problem. I had to run a query which join 3 tables...
Use this function function get_query_string() { foreach ($_GET as $key=>$val) { $query_string .= "{$key}={$val}&"; } $query_string = substr($query_string, 0,...
Hi, You cant do that in single query. First perform the join query, then collect all the data (which you want to sum) using mysql_fetch_row() function (or any...