Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Book suggestions for advanced PHP

Status
Not open for further replies.

lanm

Programmer
Jul 7, 2005
244
US
I've got Dreamweaver's MX 2004 PHP book, along with another Apress book for PHP beginning programming.

I'd like to get more advanced, and use better controls/objects like datagrids, dropdownlists, listboxes, and such like ASP.NET.

Any suggestions are welcomed!

Thanks!
 
datagrids"? That string doesn't appear anywhere in the PHP online manual. Neither does "dropdownlist". "Listbox" does appear in a user-supplied comment on the page for mysql_fetch_row().

PHP isn't organized around the concept of controls and objects. Although it does support object-oriented code, little of its builtin functionality is itself OO.


Want the best answers? Ask the best questions!

TANSTAAFL!!
 
Datagrids and dropdownlists are tools/controls in ASP.NET.
Thanks for the reply!
 
I guessed they were from ASP. But it would be incorrect to assume that anyone in this forum would necessarily know what they do.

By the way....what do they do?

If they're some kind of complex HTML constructs, there will be no equivalent functionality built into PHP. There may be user-defined PHP classes which do this, but any information on them would not be a part of any standard text on PHP, but rather would be part of documentation on the class itself.


Want the best answers? Ask the best questions!

TANSTAAFL!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top