Himani,
See
http://blogs.iis.net/bills/archive/2006/09/19/how-to-install-php-on-iis7-_2800_rc1_2900_.aspx?WT.mc_id=soc-c-in-loc--cfp.
Also, see
http://blogs.iis.net/donraman/archive/2009/10/07/installing-php-on-windows.aspx?WT.mc_id=soc-c-in-loc--cfp
On Tue, Nov 16, 2010 at 12:16 PM, Himani Aggarw
Hi Folks, is it possible to install PHP on IIS? If yes, can someone please
guide me on how to go about doing it? Thanks
Example:
$simple = "select count(*) as count, searchkeywords from searchtable group
by searchkeywords order by count desc";
$stuff = mysql_query($simple);
If(mysql_num_rows($stuff) >= 1)
{
While($toarray = mysql_fetch_assoc($stuff))
{
$doit = mysql_query("INSERT INTO mytab
On Mon, 2010-11-15 at 22:43 +, Ashley Sheridan wrote:
> On Mon, 2010-11-15 at 16:27 -0500, Steve Staples wrote:
>
> > Ok, dumb question, and i have tested, but I want to ensure that my tests
> > were accurate, and behavior is correct.
> >
> > Ok, i have an integer, that based on what it is, d
On Mon, 2010-11-15 at 16:27 -0500, Steve Staples wrote:
> Ok, dumb question, and i have tested, but I want to ensure that my tests
> were accurate, and behavior is correct.
>
> Ok, i have an integer, that based on what it is, does certain things...
>
> switch ((int)$intval)
> {
> }
>
> now, if
Ok, dumb question, and i have tested, but I want to ensure that my tests
were accurate, and behavior is correct.
Ok, i have an integer, that based on what it is, does certain things...
switch ((int)$intval)
{
}
now, if i need to do something on a few of the numbers, then:
case 0:
On 15 November 2010 03:12, Ron Piggott wrote:
> I am writing a custom function and I need to be able to retrieve 3 values
> from it.
>
> string_parse_tool ( $string_to_parse )
>
> The 3 variables I need to retrieve from the function are:
>
> $string_to_parse
> $string_to_display
> $continue_parsi
7 matches
Mail list logo