division gives infinity anser
int main()
{
int z=0;
int i=1/z;
cout<
}
It doesn't throw a
why isn't this PHP code working ???
it's suppose to find a name on the database.
<?php
$s = $_POST["lname&
DateTimeZone::listIdentifiers headache
http://php.net/manual/en/datetimezone.listidentifiers.php
So the documentation states tha
Please help - should be a simple fix.. driving me nuts
Everything seemed to be working fine. I have a table, it alphabetically lists a bunch of cities and
Remove values in array2 from array1
I have two arrays.
Array 1 is where the array key holds various different numbers. For exampl
URL Rewrite issue
Im created a series of Rewrites and on page checks to make sure the correct url is being called. But
Reg Ex
Im trying to search for the string: srv_9 (Dead ???)
I thought to use preg_match, however I d
Insert data in Mysql and move to another page
I'm stuck with this simple problem. I need to insert data in Mysql and then hit submit and move to a
Display last record first.
I need some help how put the last record first and first record last.
Thanks
Code: &am
Solution to the FindControl problem
I have seen may posts about having problems with the FindControl method. Most seem to come about bec