[PHP] Logfile of Mysql Queries?

2002-04-04 Thread Moschitz Martin
Is there any possibility of logging all the Insert, Update and Delete Commands to a database of Mysql-Server? I would like to fetch them with php and display them in HTML. thanxs martin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Including Picture in PHP

2002-04-01 Thread Moschitz Martin
What is wrong with the following statement? The Picture which is generated in graf.php is not displayed. echo ""; thanxs martin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

AW: [PHP] How is code in PHP interpreted, from 1st line to last? i do nt think so

2002-03-28 Thread Moschitz Martin
>As my message says, no, in HTML you don't have text and images together. >The image is retrieved from the server by the client in a completely >different request. >The "main" request basically says "An image goes here. Go ask over there to >go get that image." so, do you have any solution for

[PHP] How is code in PHP interpreted, from 1st line to last? i dont think so

2002-03-28 Thread Moschitz Martin
How can I say php to execute graf.php until it´s finished and then move on to the rest of the code? echo "

[PHP] Reopen of File in PHP

2002-03-28 Thread Moschitz Martin
Hi! I need to reopen a file in php - how can i manage this? The problem is the following: at the beginning of my main php file I am including a picture, which refers to a php-image-file. I am creating a Text File in this Image File and I need to open this in the main php file. But I don´t have t