Forum: PHP Nov 11th, 2008 |
| Replies: 1 Views: 372 Hi ! Everyone...
Acctaully I want to know what is theory apply for telebid.com about their time counter in home page. Can any one describe ?
No. 2 - How can I send automatic email ? |
Forum: JavaScript / DHTML / AJAX Apr 2nd, 2008 |
| Replies: 1 Views: 827 i need a solution.. i want to transfer a numeric value from a combo.. according to value with ajax/javascript i want to create radio button.. suppose i send 3 then , it will show 3 radio button.. plz... |
Forum: PHP Apr 2nd, 2008 |
| Replies: 1 Views: 560 i need a solution.. i want to transfer a numeric value from a combo.. according to value with ajax/javascript i want to create radio button.. suppose i send 3 then , it will show 3 radio button.. plz... |
Forum: PHP Apr 1st, 2008 |
| Replies: 3 Views: 999 <?php
// Connecting, selecting database
$link = mysql_connect('mysql_host', 'mysql_user', 'mysql_password')
or die('Could not connect: ' . mysql_error());
echo 'Connected successfully';... |
Forum: PHP Mar 29th, 2008 |
| Replies: 1 Views: 411 =php<?php
if(!$dbconnect = mysql_connect('localhost', 'root', '')) {
echo "Connection failed to the host 'localhost'.";
exit;
} // if
if (!mysql_select_db('test')) {
echo "Cannot... |
Forum: PHP Dec 20th, 2007 |
| Replies: 16 Views: 10,936 i use php ----
Apache version :Apache/2.0.55 (Win32) PHP version :5.1.2 Loaded extensions :
bcmath, calendar, com_dotnet, ctype, date, ftp, iconv, odbc, pcre, Reflection, session, libxml,... |
Forum: PHP Dec 19th, 2007 |
| Replies: 16 Views: 10,936 <?php
$host="localhost"; // Host name
$username="root"; // Mysql username
$password=""; // Mysql password
$db_name="forum";
$tbl_name="test_mysql";
mysql_connect($host, $username, $password)or... |
Forum: PHP Dec 19th, 2007 |
| Replies: 16 Views: 10,936 no its does not work
$del_id = $checkbox[$i];
i try to print print or echo $del_id
but it does not returns any value....
plz help nav33n |
Forum: PHP Dec 19th, 2007 |
| Replies: 16 Views: 10,936 sorry . this code does not work...
i think the value of checkbox doesnot passing...
there is the problem...
i think the checkbox value is null
i try this code by giving
DELETE FROM $tbl_name... |
Forum: PHP Dec 19th, 2007 |
| Replies: 16 Views: 10,936 here is the Database--
CREATE TABLE `test_mysql` (
`id` int(4) NOT NULL auto_increment,
`name` varchar(65) NOT NULL default '',
... |
Forum: PHP Dec 19th, 2007 |
| Replies: 16 Views: 10,936 hi all. I have got below code from a website. Its work all but its can't delete the selected multiple row. plz help me... where is the problem.
<?php
$host="localhost"; // Host name... |
Forum: Visual Basic 4 / 5 / 6 Sep 5th, 2007 |
| Replies: 1 Views: 5,006 dim a as checkbox
dim b as string
b= "check1"
a=b
this code give me error.
is ther any fuction to convert string into an object ? like cstr(). |
Forum: Visual Basic 4 / 5 / 6 Aug 10th, 2007 |
| Replies: 0 Views: 1,269 hi. I have a webcam. i want to capture image from webcam by using vb code. can u help me ? |
Forum: PHP Jul 4th, 2007 |
| Replies: 3 Views: 4,925 I am new on PHP proramming. I want to use mail() function to send mail. In my Pc there is no mail server. I have confiure my php.ini file that is - SMTP = localhost, smtp_port = 25, sendmail_from =... |
Forum: Visual Basic 4 / 5 / 6 May 14th, 2007 |
| Replies: 2 Views: 2,028 how can i show data into DataGridControl 6.0 by using dao connection method.
Note: database is Oracle 8i.
plz reply me........................ |
Forum: Visual Basic 4 / 5 / 6 May 13th, 2007 |
| Replies: 1 Views: 790 can any body help me? how can i use reguler expression in vb code?
i want a reguler expression program that maintain the ip address.
plz send me full code of ip addressing with reguler... |
Forum: Visual Basic 4 / 5 / 6 May 13th, 2007 |
| Replies: 7 Views: 8,115 CrystalReport1.ReportFileName = "c:\arif\r1.rpt" ' file location
CrystalReport1.Connect = "Provider=MSDAORA,1;UserID=scott;PWD=tiger;dsn=arif"
CrystalReport1.PrintReport
that code u can use... |
Forum: Visual Basic 4 / 5 / 6 May 12th, 2007 |
| Replies: 2 Views: 935 i have solved my problem. thnak u. if u want that code i can give u. so thnx again |
Forum: Visual Basic 4 / 5 / 6 May 10th, 2007 |
| Replies: 2 Views: 935 in my project i used vb6 and oracle. the connection method is DAO. i can execute query by writing --- Set rs = db.OpenRecordset("select * from patient_profile", dbOpenDynaset, dbExecDirect,... |
Forum: Geeks' Lounge May 10th, 2007 |
| Replies: 32 Views: 5,432 Plz Help me
Set rs9 = db.OpenRecordset("select * from patient_profile", dbOpenDynaset, dbExecDirect, dbOptimisticValue) ->>>> this query written on vb6 and its execute succesfully but Set rs9 =... |