RE: [PHP] dynamic menu possible?

2001-09-17 Thread Sitkei Pál
Your wanted solution is seen in the "phpXML" demo, by Michael P. Mehl. It is founded at the http://www.phpxml.org/. Try the exciting "xpath" example! > -Original Message- > From: LRW [mailto:[EMAIL PROTECTED]] > Sent: Sunday, September 16, 2001 4:24 PM > To: [EMAIL PROTECTED] > Subject: [

RE: [PHP] Programming by PHP

2001-07-25 Thread Sitkei Pál
Here is my salution with session handling: "; echo ""; echo ""; echo ""; echo ""; echo ""; echo " "; } if (!isset($counter)){ $counter=1; session_register("counter"); } else ++$counter; ?>

RE: [PHP] image code

2001-06-19 Thread Sitkei Pál
http://dougiamas.com/photoframe -Original Message- From: David L. Walgamotte Jr. [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 9:55 PM To: [EMAIL PROTECTED] Subject: [PHP] image code Can anyone send me sample code or point me in the right direction. I'm looking for a php scri

RE: [PHP] RE: Events in HTML with PHP

2001-02-09 Thread Sitkei Pál
for example: echo(' function Done() {alert("Changed!")}') echo('') -Original Message- From: Foley, John [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 6:41 PM To: 'Francesco Rossi'; [EMAIL PROTECTED] Subject: [PHP] RE: Events in HTML with PHP Javascript to call ano