Re: [PHP] Random number generator

2008-11-06 Thread Amisha_Sharma
Hi you can use PHP rand() function for selecting a random number between 1 to 100. http://www.senpai-it.com/dedicated_servers.php Senpai IT Solutions Dedicated Server at low cost WEISD wrote: > > > On a php web page I want to generate a random number between say 1 and 10 > and then use t

Re: [PHP] basic php question...

2008-11-06 Thread Amisha_Sharma
Hi What do you want to do on the another page? you can also place a back link on that page to go back to previous page http://www.senpai-it.com/dedicated_servers.php Senpai IT Solutions Dedicated Server at low cost bruce-60 wrote: > > hi guys... > > i've got a button that i want to select,

Re: [PHP] find a word in a string

2008-11-06 Thread Amisha_Sharma
Hi Strstr fuction of PHP is used to find a string in another string http://www.senpai-it.com/dedicated_servers.php Senpai IT Solutions Dedicated Server at low cost Richard Kurth-2 wrote: > > is the a php function to find a word in a string and report back that it > was found > > -- > P