MySQL Forums
Forum List  »  PHP

Re: No echo
Posted by: Peter Brawley
Date: May 07, 2006 10:17PM

Let's take the last error first: PHP cannot find mysql_connect(); this means there is something wrong with your PHP/MySQL installation. See the numerous messages re PHP/MySQL installation in this forum. There are several a week.

Now, the code you have posted in this message is HTML code, not PHP code, but you have written it inside <?php ?> tags, where PHP expects to find PHP code, not raw HTML code. You need to read a little about PHP and how it works, for example at http://www.php.net/, download and try a few examples, get them working, and make sure you understand how and why they work ... before trying to write your own code. PHP offers amuch shorter learning curve than most other languages, but you do have to spend a few hours reading and trying examples.

PB

Options: ReplyQuote


Subject
Written By
Posted
April 30, 2006 04:28PM
April 30, 2006 05:48PM
May 03, 2006 11:31AM
May 03, 2006 12:16PM
May 07, 2006 03:30PM
Re: No echo
May 07, 2006 10:17PM
May 02, 2006 05:34PM
May 02, 2006 08:36PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.