Jump to content
Larry Ullman's Book Forums

Search the Community

Showing results for tags 'mysqli php echo print'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Single Editions
    • Modern Javascript: Develop and Design
    • The Yii Book
    • Effortless Flex 4 Development
    • Building a Web Site with Ajax: Visual QuickProject
    • Ruby: Visual QuickStart Guide
    • C++ Programming: Visual QuickStart Guide
    • C Programming: Visual QuickStart Guide
    • Adobe AIR: Visual QuickPro Guide
  • PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide
    • PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (5th Edition)
    • PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (4th Edition)
    • PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide (3rd Edition)
    • PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (2nd Edition)
    • PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (1st Edition)
  • PHP for the Web: Visual QuickStart Guide
    • PHP for the Web: Visual QuickStart Guide (5th Edition)
    • PHP for the Web: Visual QuickStart Guide (4th Edition)
    • PHP for the Web: Visual QuickStart Guide (3rd Edition)
    • PHP for the World Wide Web: Visual QuickStart Guide (2nd Edition)
    • PHP for the World Wide Web: Visual QuickStart Guide (1st Edition)
  • Effortless E-commerce with PHP and MySQL
    • Effortless E-Commerce with PHP and MySQL (2nd Edition)
    • Effortless E-Commerce with PHP and MySQL
  • PHP Advanced: Visual QuickPro Guide
    • PHP Advanced and Object-Oriented Programming: Visual QuickPro Guide (3rd Edition)
    • PHP 5 Advanced: Visual QuickPro Guide (2nd Edition)
    • PHP Advanced: Visual QuickPro Guide
  • MySQL: Visual QuickStart Guide
    • MySQL: Visual QuickStart Guide (2nd Edition)
    • MySQL: Visual QuickStart Guide (1st Edition)
  • Other
    • Announcements
    • Newsletter, Blog, and Other Topics
    • Forum Issues
    • Social

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Found 1 result

  1. I am trying to decide whether to buy "PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (4th Edition)s" or "PHP for the Web: Visual QuickStart Guide (4th Edition)". From the reviews I've read, these books look reasonably up to date while others do not say anything (or very little) that explains the new features and syntax in MySQLi. About 2 years ago I got a basic grasp of how to create a MySQL database and print query results on web pages, then completed a project using a phpMyAdmin web interface. I've now embarked on a similar project; however the phpMyAdmin at the current host uses a much more recent version of MySql Server and a version of PHP which uses MySQLi. It's not too hard to write MySQLi queries which produce the results I want. The big problem is that often I cannot get the results to display on a web page! Actually, the syntax in online examples has worked in the case of a simple query -- a GROUP BY and COUNT involving just one table, for example. A LEFT JOIN which pulled columns from 2 tables, for another example. But a more complex query with A LEFT JOIN plus a GROUP BY column from one table and a COUNT from a column in the second table -- nothing worked to print the results on a page! Looking at error codes, I'm pretty sure of the problem. The results I'm getting are objects and the syntax is meant to echo (or print) only procedural results. Or vice versa. I went back to www.w3schools.com and re-did their PHP tutorial which now has some updated information covering MySQLi. That was good but did not get me to the point that I could look at my results and figure out the correct syntax to display the rows on a page. I have a fair amount of experience with CSS and HTML plus a little Javascript. (These days I mainly use Jquery.) So which book should I buy? Or to get from where I am to where I want to go do I need to start with the "QuickStart Guide" and continue on with the more complete book? I'll appreciate any advice you can give me.
×
×
  • Create New...