-general@lists.php.net
Subject: [PHP] php SHOW
Is there a way to output my data and tables using a php version of SHOW?
Doesn't have to be pretty HTML just output to screen
Ta,
R.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Ge
On Fri, 2007-08-03 at 11:56 +0100, Hulf wrote:
> Is there a way to output my data and tables using a php version of SHOW?
> Doesn't have to be pretty HTML just output to screen
Well, not knowing what show does, my best guess would be that you are
looking for __toString()
--Paul
All Email origi
Is there a way to output my data and tables using a php version of SHOW?
Doesn't have to be pretty HTML just output to screen
If you're referring to PHP data types (arrays, strings, ints etc) you
could use either var_dump() or print_r().
--
Richard Heyes
+44 (0)844 801 1072
http://www.websupp
> -Original Message-
> From: Hulf [mailto:[EMAIL PROTECTED]
> Sent: 03 August 2007 11:56
> To: php-general@lists.php.net
> Subject: [PHP] php SHOW
>
>
> Is there a way to output my data and tables using a php version of SHOW?
> Doesn't have to be p
Is there a way to output my data and tables using a php version of SHOW?
Doesn't have to be pretty HTML just output to screen
Ta,
R.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
5 matches
Mail list logo