anpera.net
https://anpera.dyndns.org/phpbb3/

LogDebug 0.97
https://anpera.dyndns.org/phpbb3/viewtopic.php?f=34&t=1400
Seite 1 von 1

Autor:  deZent [ Mi 25 Mai, 2005 00:35 ]
Betreff des Beitrags:  LogDebug 0.97

Hier kommt ein kleines Toll, das sehr sehr hilfreich beim Skript-erstellen sein kann.

Keine Garantie.. bei mir läufts seit 6 Monaten.

Viel Spaß.

written by: http://www.atomar.de/
edit by: http://www.plueschdrache.de


P.S. (nicht für Meteora) WER VERÖFFENTLICHT MAL EIN PAAR NEUE TAUNTS? AUCH LEUTE DIE NICHT PROGRAMMIEREN KÖNNEN; KÖNNEN SICH AUF DIESEM WEG EINBRINGEN! IMMER NUR DIE ARBEIT ANDERER KOPIEREN KANN JEDER PENNER.

Das PW lautet "taunts".

Autor:  Devilzimti [ Mi 25 Mai, 2005 17:55 ]
Betreff des Beitrags: 

Danke das suche ich ja schon :)
Ich werde nach dem Essen meine grauen Zellen einwenig anstrengen.

Autor:  Devilzimti [ Di 31 Mai, 2005 19:19 ]
Betreff des Beitrags: 

Hmm wie benutzt man das?

Autor:  Arîzto [ Di 31 Mai, 2005 19:38 ]
Betreff des Beitrags: 

Devilzimti hat geschrieben:
Danke das suche ich ja schon :)


Was'n dat überhaupt?

Autor:  Meteora [ Di 31 Mai, 2005 19:39 ]
Betreff des Beitrags: 

[php]/*
** show_array( $array, #, 1 ) shows also object properties
** show_array( $array, 1, # ) returns the table as a string instead of printing it to the output buffer
** show_array( $array, 'WindowName', #) opens the output in a window indentified by the string.
** show_array( $array, '_WindowName', #) prints the array inside a frame (<fieldset><label>WindowName</label>...</fieldset>)
** show_array( $array, 3, # ) opens a new browser window with a serialized version of your array (save as a textfile and can it for later use ;).
*/
[/php]

@ari kannst du lesen?

Autor:  Devilzimti [ Di 31 Mai, 2005 20:03 ]
Betreff des Beitrags: 

hmm das is in classen?
wie ruf ich das dann auf?
srry blickt net durch..
kannst bitte sagen wie mann zb das ergebniss einer sql abfrage angezeigt bekommt?

Autor:  Meteora [ Di 31 Mai, 2005 20:10 ]
Betreff des Beitrags: 

$sql="SELECT das.* AS d1, dies.* AS d2 FROM das LEFT JOIN dies ON d1.das=d2.dies WHERE d1.jenes > 0 AND d2.alles > 0";

show_array ($sql,#,1);
show_array ($sql,1,#);
show_array ($sql,'WindowName',#);
show_array ($sql,'_WindowName',#);
show_array ($sql,3,#);

ungetestet

Seite 1 von 1 Alle Zeiten sind UTC + 1 Stunde
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/