i have created one php page thats works well in Konqueror web browser and it is not...

  • Thread starter Thread starter aravind0609
  • Start date Start date
PHP is not dependent on the browser. If you are having issues with your document rendering differently in different browsers, that is an HTML issue.

A good place to start is to ensure that your HTML is valid and standards complaint.
 
PHP is not dependent on the browser. If you are having issues with your document rendering differently in different browsers, that is an HTML issue.

A good place to start is to ensure that your HTML is valid and standards complaint.
 
Back
Top