[PHP-WIN]
Hey folks. I am attempting to run PHP code with
RE: [PHP-WIN]
Don't know if this will help, but it looks to me that you are trying to identify a browser based scripting language in html format;
RE: [PHP-WIN]
Technically speaking, that's not true. ASP is a set of objects that can be manipulated via a server side scripting language. VBScript is the most famous, but you can also use JScript, Perl or even Python in an ASP page. -Original Message- From: Warren Vail [mailto:warren@;vailtech.net]
[PHP-WIN] URL Validation
hello, i have written a litle script how validate a url (ns) but it isn't perfect ... plz help me if(preg_match("/^ns([1-9]*)\.([a-z0-9-]+)\.([a-z]{2,})\.$/",$url)) echo 'url ok'; // for bind (zones) @ linux example: $url='ns1.testing.com.'; // work fine but $url='ns1.-testing.com.'; // is also
[PHP-WIN] Re:
No, see http://uk.php.net/manual/en/language.basic-syntax.php I quote: "There are four sets of tags which can be used to denote blocks of PHP code. Of these, only two ( and . . .) are always available;" /* PHP CODE */ is perfectly valid way of escaping from HTML into PHP. G "Warren Vail" <[EM
php-windows Digest 26 Oct 2002 17:51:16 -0000 Issue 1408
php-windows Digest 26 Oct 2002 17:51:16 - Issue 1408 Topics (messages 16566 through 16570):--- Begin Message ---Hey folks. I am attempting to run PHP code with