| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| The original NP Emo Kid Join Date: Jan 2005 Location: Plymouth, UK
Posts: 1,693
![]() ![]() ![]() ![]() ![]() ![]() | why this doesn't work? [PHP]PHP Code: Catchable fatal error: Object of class video could not be converted to string in /home/prxainf1/public_html/gamingonlinux.info/test.php on line 21
__________________ Gaming On Linux - Because Linux is Fun! |
| | |
| | #2 (permalink) | ||||
| NamePros Member Join Date: Aug 2008 Location: Solar System \ Earth \ Ukraine \ Kiev
Posts: 43
![]() |
In your example variable $video_class is an object, so you can't just output it.Are you familiar with object-oriented programming?
__________________ Tired playing Freecell, Klondike or Spider? Discover 800 solitaire games at SolitairesUnlimited.com and play'em all! | ||||
| | |
| | #3 (permalink) |
| NamePros Regular Join Date: Apr 2006
Posts: 360
![]() ![]() ![]() ![]() | This will work: PHP Code:
__________________ Canadian Domain Registrar Ready.ca |
| | |
| | #4 (permalink) |
| i love automation Join Date: Nov 2007 Location: xrvel.com
Posts: 1,615
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Or this should work PHP Code:
__________________ |
| | |