Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Tags
Member Avatar for pranto157

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 …

Member Avatar for danie93007
0
757
Member Avatar for pranto157

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 ?

Member Avatar for cwarn23
0
98
Member Avatar for pranto157

[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; …

Member Avatar for ShawnCplus
0
68
Member Avatar for pranto157

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; …

Member Avatar for buddylee17
0
74
Member Avatar for cmax

hi!! me i have a problem in PHP/MYSL database i dont know how send/store a data and receiving that data from the database by use codes ,i tried to do it so many times but i didnt get it.

Member Avatar for phper
0
241
Member Avatar for pranto157

[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 …

Member Avatar for Suomedia
0
91
Member Avatar for swatirao

The following is the code that i have... please let me know where i hv gone wrong... Set Application = CreateObject("crystal.crpe.application") Set Report = Application.OpenReport("d:\swati\mahalaxmi\reports\ClientList.rpt") Report.Preview "Client List", 0, 0, 1200, 1200 from swati

Member Avatar for jaytheguru
0
893
Member Avatar for pranto157

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

Member Avatar for kb.net
0
101
Member Avatar for pranto157

hi. I have a webcam. i want to capture image from webcam by using vb code. can u help me ?

0
112
Member Avatar for pranto157

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. …

Member Avatar for dr4g
0
188
Member Avatar for pranto157

how can i show data into DataGridControl 6.0 by using dao connection method. Note: database is Oracle 8i. plz reply me........................

Member Avatar for choudhuryshouvi
0
109
Member Avatar for Lord Soth

Dear DeniWeb Community, I, in sane mind, decided to post this most boring topic (possibly having no answer) to this forum. I have my own motivations to write those lines (which is mostly ultimate boredom and total apathy); yet the question itself is a paradoxical one (swap the cause and …

Member Avatar for SnowDog
1
539
Member Avatar for pranto157

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.

Member Avatar for shasur
0
103
Member Avatar for pranto157

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 …

Member Avatar for pranto157
0
86