[PHP] Email validation

2002-06-12 Thread Jeroen Timmers

Is there a simple function that validate an email adres

Thx

Jeroen Timmers


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Homesite

2002-02-19 Thread Jeroen Timmers

There was a plugin for homesite to work with PHP,
can somebody help me please?

Jeroen



Re: [PHP] Homesite

2002-02-19 Thread Jeroen Timmers

> What exactly are you looking for?  I think that syntax coloring is 
> automatic for any file with a .php file extension since Homesite 4.
> 
> If you are looking for the PHP Manual formatted for HS or an expression 
> builder, check out:
> http://www.wilk4.com/asp4hs/php4hs.htm
> 
> HTH
> -jeff
> 

thanx,

syntax coloring i know but the manuel i was looking for,

Thx again jeroen


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Directory

2002-04-16 Thread Jeroen Timmers

Hello,

can i read a directory for files and other directory's with a php function

for exameple

d:\localhost\

had the follow dirs and files

test.php
test2.php
\test\
\test2\

now i want that in my browser with a php function

Jeroen


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Number checker

2002-04-18 Thread Jeroen Timmers

i want to check if a given string has only numbers

for exampl

$test = "343124312" TRUE
$test1 = "q34daf23423" FALSE

Jeoren


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Cache Control

2002-05-31 Thread Jeroen Timmers

Where i can find more help about cache control

Thx

Jeroen


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Cache Control

2002-05-31 Thread Jeroen Timmers

indeed

more specific

Jeroen

At 11:00 31-5-2002 +0100, you wrote:
>Hi Jeroen,
>
> > Where i can find more help about cache control
>
>Here: http://www.google.com/search?q=help+about+cache+control (495,000
>results)
>
>Or did you mean something a bit more specific?
>
>Cheers
>Jon
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php



Fwd: RE: [PHP] Cache Control

2002-05-31 Thread Jeroen Timmers


>Date: Fri, 31 May 2002 12:13:40 +0200
>To: Jon Haworth <[EMAIL PROTECTED]>
>From: Jeroen Timmers <[EMAIL PROTECTED]>
>Subject: RE: [PHP] Cache Control
>
>I want info on the internet where i can find a manuel.
>
>I want a statement that de page always refresh
>
>the page is a php script and sometimes it comes out of a proxy but
>that is not allowed.
>
>Thx Jeroen
>
>At 11:11 31-5-2002 +0100, you wrote:
>
>>Hi Jeroen,
>> > > > Where i can find more help about cache control
>> > >
>> > > http://www.google.com/search?q=help+about+cache+control
>> > > Or did you mean something a bit more specific?
>> >
>> > indeed
>> > more specific
>>
>>Well, seeing as you're not sharing the actual question with the mailing
>>list, this answer may not be exactly what you're after, but it's probably:
>>
>>
>>
>>
>>
>>;-)
>>
>>Cheers
>>Jon
>>
>>--
>>PHP General Mailing List (http://www.php.net/)
>>To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] cache

2002-03-06 Thread Jeroen Timmers

is there some command with php dat 
the page some images not load out the cache
but reloading the image?

Thx Jeroen



[PHP] Alphabet

2002-03-07 Thread Jeroen Timmers

Is there a simple function to generate
the alphabet with php

Thx

Jeroen