Message for script execution

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
webatzman
Forum Newbie
Posts: 4
Joined: Thu Oct 03, 2002 4:45 pm
Location: mexico
Contact:

Message for script execution

Post by webatzman »

Hi:

How I can to put a message in the page when a script
is executing?
[]InTeR[]
Forum Regular
Posts: 416
Joined: Thu Apr 24, 2003 6:51 am
Location: The Netherlands

Post by []InTeR[] »

Move to PHP - Normal.

Code: Select all

<?
  echo "Hello world";
?>
Or if you want to stay in PHP - Advanced try Fun with PHP, join me!
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Moved to PHP - Normal.

Mac
[]InTeR[]
Forum Regular
Posts: 416
Joined: Thu Apr 24, 2003 6:51 am
Location: The Netherlands

Post by []InTeR[] »

Or should whe make a php - beginner ?
Post Reply