Search found 4 matches
- Tue Mar 30, 2010 1:40 am
- Forum: PHP - Code
- Topic: PHP Certification
- Replies: 5
- Views: 654
Re: PHP Certification
Thank you "greyhoundcode".
- Mon Mar 29, 2010 6:18 am
- Forum: PHP - Code
- Topic: help me for implementing search functionality in website.
- Replies: 3
- Views: 226
Re: help me for implementing search functionality in website
hi,
you are taking the data's from the database right, then why can't u use %search_keyword% in the query for what all fields you are searching for ?
eg: select * from products where name like '%search_keyword%' or category like '%search_keyword%'
you are taking the data's from the database right, then why can't u use %search_keyword% in the query for what all fields you are searching for ?
eg: select * from products where name like '%search_keyword%' or category like '%search_keyword%'
- Mon Mar 29, 2010 6:11 am
- Forum: PHP - Code
- Topic: PHP Certification
- Replies: 5
- Views: 654
PHP Certification
Hi, can any please tell how can i pursue php certification. Also, how much difficult it is to get certified, like how much should be the dept of knowledge we should have in php. Please help me....
Also, please provide me some tips for getting the studying in order to get the php certification.
Also, please provide me some tips for getting the studying in order to get the php certification.
- Wed Dec 02, 2009 12:00 am
- Forum: General Discussion
- Topic: Login with facebook account using the facebook connect API
- Replies: 0
- Views: 294
Login with facebook account using the facebook connect API
Hi All, I am developing a website in zend framework. Now, the user have to use the website using the facebook account. l have integrated the facebook API into the website, but when we enter the login details and press submit, it comes back to our website in the facebook pop up itself without login i...