[PHP] What is wrong with this code ?

2003-09-15 Thread Daniel Szasz
Hello What is wrong with this code ? $doWork = $_GET[doWork]; echo $doWork; echo ( BR); if ( $doWork = 0) { exit; } else { if ( $doWork = 1) { ? input class=no type=button value=Accept onClick=doAccept(); input class=no type=button value=Reject onClick=doReject(); ? }; if (

[PHP] Looking for a real good editor with some specific featrues ...

2003-09-07 Thread Daniel Szasz
Hello I'm working in programming for many years and I'm looking now for an editor for php good like the borland editor in Delphi/CBuilder.. Also I will be glad to b something with the same shortcuts like there ( i'm talking about classic shortcuts) since I'm working with that when wordstar was

[PHP] How to use ph to set meta tags ?

2003-07-15 Thread Daniel Szasz
Hello I wish to create be able to put in the meta tags value from functions. How can be done ? Here is part of the code : ?php function mAuthor() { $Author = Daniel Szasz; return $Author; }; ? ? ? HTML HEAD META http-equiv=Content-Type content=text/html; charset=windows-1252

[PHP] It's possible to read version info from a exe/dll....?

2003-07-15 Thread Daniel Szasz
Hello I wish my php script to present the list of files . That's easy.I also wish to make it to read the version info from exe dll .Is this possible ? Thanks Daniel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php