Viewing 4 posts - 1 through 5 (of 5 total)
I've found this example, but I cannot tried this code because I'm on an another duty. Did this help me?
<?php
$sqlserver="SERVERNAME,2875"; // server name and port
$sqluser="USERNAME"; // user id
$sqlpassword="PASSWORD"; // password
$sqldb="DBNAME";...
February 7, 2008 at 11:27 pm
I write this code and I used Ajax for dynamic time view. They're C# codes, so... sorry :blush:
protected void Button1_Click(object sender, EventArgs e)
{
...
February 4, 2008 at 6:32 am
Very thanks, GilaMonster.
In my website, I used a remaining time calculator that calculates the shipment's remaining time, like this amazon.com examples:
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
Want it delivered Tuesday, February 5? Order it in...
February 4, 2008 at 6:08 am
I wish to arrange holidays from my asp 2.0 website. I want to do this; a query that returns me to the all holidays in a year, and if a...
February 4, 2008 at 5:24 am
Viewing 4 posts - 1 through 5 (of 5 total)