HI Dear PHP Friends..., Please ..help me.... I need to enter some details in a form and when I click on the 'Save & Print' Button, need to print the...
Hi, We are looking for a full-time PHP developer having 1+ year experience with knowledge of Drupal, HTML and CSS for a period of 6 months. Linux Sys Admin...
Hi, Here is a nice simple "MVC PHP Framework", which is powerful, lightweight, very flexible, transparent. One can easily modify as per their need. It is not...
COMPANY PROFILE ... We are software development company Based in Bangalore, India and founded in January 2000, Baba9 is a privately owned, 100% export oriented...
Many users asked why we built one more framework (Celeroo-Frame) http://www.celeroo.com/frame/frame.html in PhP when there are so many out there. Here is my...
The problem actually lies in the like %url% SQL syntax in my opinion. The like param is not very Database friendly, you should always avoid using it, see if...
Hi, i tried after removing "like" from the SQL query but the problem remains.... Now my Query is just "where name= $url"; please help me out with this as soon...
Hi Vivek, why dont you use primary key field in where condition to update. if you have same url in multiple rows then every rows will updated in this case what...
hi, thanks for replying....i modified the table and query as u said but did not work, i think the problem is tat get_keywords func is taking more time to...
Hi Vivek, Can you send the get_keywords function code? as i the following code(I have made some changes) only get_keywords is the funcrtion which takes time ...
Please help me........... i am fresh to PHP could any one teach me how to learn this subject I love to work in this field bcoz compare to other it is very...
Hi Jaikumar, You can start learning the basics of PHP from this URL: http://www.w3schools.com/php/default.asp -Mugunth ... -- Work: http://mugiltech.com Blog:...
Thanks a lot ... From: Muguntharaj Subramanian <mugunth@...> Subject: Re: [bang-phpug] hello to all To: bang-phpug@yahoogroups.com Date: Saturday, 30...
Hi Jay, First of all we welcome to the world of phpgroup. As mentioned Muguntharaj, you can go through that link and post the questions if you have any... ...
I have problem in running php program in wamp server2.0 in windows xp.After I installed wamp server I created one folder in www directry and placed my php...
1. Check if you have enabled the short tags. 2. You paste your code that you are running... * Warm Regards Imran Khan PHP Project Lead* On Fri, Jul 3, 2009 at...
Hi Arul, From the below link you can learn the basics of php. http://w3schools.com/php/default.asp ... From: arul_sreeyaa2006 <arul_sreeyaa2006@...> ...
Still i get a problem in connecting sql database in php.....my coding is <?php $link = mysql_connect('localhost39;, 'mysql_user39;, 'mysql_password'); if (!$link)...