Search found 6 matches
- Wed Mar 31, 2004 11:36 am
- Forum: PHP - Code
- Topic: help me please with randomization
- Replies: 18
- Views: 939
- Tue Mar 30, 2004 10:32 am
- Forum: PHP - Code
- Topic: help me please with randomization
- Replies: 18
- Views: 939
- Mon Mar 29, 2004 11:41 am
- Forum: PHP - Code
- Topic: help me please with randomization
- Replies: 18
- Views: 939
help me please with randomization
i need a script to randomize which picture appears.
the script will NOT grab the images form a folder but it will get them from a link.
thanks
the script will NOT grab the images form a folder but it will get them from a link.
thanks
- Sun Mar 21, 2004 3:43 pm
- Forum: PHP - Code
- Topic: simple php if question
- Replies: 6
- Views: 821
- Sun Mar 21, 2004 1:46 pm
- Forum: PHP - Code
- Topic: simple php if question
- Replies: 6
- Views: 821
- Sun Mar 21, 2004 1:12 pm
- Forum: PHP - Code
- Topic: simple php if question
- Replies: 6
- Views: 821
simple php if question
<? $data=$_POST[data]; //then from here i want like it so that it checks and if you post from //and if data is over 5 characters long then it will take you to yes.html //and if it is 5 or less characters then take you to no.html ?> <? echo ""; ?> that is from a post form. please help me a....