No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
14 Posted Topics
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. [code] <?php $host="localhost"; // Host name $username="root"; // Mysql username $password=""; // Mysql password $db_name="forum"; // Database name $tbl_name="test_mysql"; // Table name … | |
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 ? | |
[code] 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 help me... here is the javacript code function radio_b(){ var a=document.getElementById("radio_button").value; … | |
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 help me... here is the javacript code [code] function radio_b(){ var a=document.getElementById("radio_button").value; … | |
Re: [code] <?php // Connecting, selecting database $link = mysql_connect('mysql_host', 'mysql_user', 'mysql_password') or die('Could not connect: ' . mysql_error()); echo 'Connected successfully'; mysql_select_db('my_database') or die('Could not select database'); // Performing SQL query $query = 'SELECT * FROM my_table'; $result = mysql_query($query) or die('Query failed: ' . mysql_error()); // Printing results in … | |
[code]=php<?php if(!$dbconnect = mysql_connect('localhost', 'root', '')) { echo "Connection failed to the host 'localhost'."; exit; } // if if (!mysql_select_db('test')) { echo "Cannot connect to database 'test'"; exit; } // if $table_id = 'student'; $query = "SELECT * FROM $table_id"; $dbresult = mysql_query($query, $dbconnect); // create a new XML document … | |
Re: 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 but u need to use crystal report 8 or 8.5. a components will require that is crystal32.ocx. when u installed crystal report it will automatically in ur components list or system32 directory. ok use it … | |
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(). or what is the procedure to convert a string into an object ? plz help me. i need help | |
hi. I have a webcam. i want to capture image from webcam by using vb code. can u help me ? | |
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 = null, sendmail_path = null. But I can not send mail. … | |
how can i show data into DataGridControl 6.0 by using dao connection method. Note: database is Oracle 8i. plz reply me........................ | |
Re: 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 = db.OpenRecordset("select distnict name from patient_profile", dbOpenDynaset, dbExecDirect, dbOptimisticValue)->>> not only this when i use aggriate function like max, min etc its didn't execute. … | |
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 expression. | |
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, dbOptimisticValue)--- but when i am going to execute -- Set rs = db.OpenRecordset("select max(id) from patient_profile", dbOpenDynaset, dbExecDirect, dbOptimisticValue)-- it gives … |
The End.