52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for vaisakh

Dim strInsert As String Dim cmdInsert As OdbcCommand Dim cn As OdbcConnection cn = New _ OdbcConnection(ConfigurationSettings.AppSettings("ConnectionString")) strInsert = "Insert into realestate.city_master(city_Name)Values(city_name);" cmdInsert = New OdbcCommand(strInsert, cn) cmdInsert.Parameters.Add("city_Name", city_name.Text) cn.Open() cmdInsert.ExecuteNonQuery() city_name.Text = "" cn.Close()

Web Development asp.net mysql
Member Avatar for campkev
0
77
Member Avatar for hkarthik

hi all, i am doing a project in ASP.NET using MySQL as my backend. I am just a beginner to .net. can you help me by telling how to insert data into Mysql from asp.net.expecting your early reply. please provide the coding also

Web Development asp asp.net
Member Avatar for hkarthik
0
97
Member Avatar for sush.gopal

[code=php]if (!function_exists('mysql_connect('localhost', 'root', 'sushma')')) { die( '<span class="fatalError">Fatal error: ' . 'MySQL extension is not loaded. Check your settings in php.ini.</span>' ); }[/code] line 67 is where the parse error is reported..where is the error????cann anyone help me??

Web Development php
Member Avatar for php_daemon
0
948
Member Avatar for blakisa

I am having a problem reading a .txt file off a web page using Microsoft's XMLHTTP method. After reading the the page into a variable called strContents I would like to write the data to a file. I have the following code but seem to get an error in writing …

Member Avatar for blakisa
0
185
Member Avatar for Dani

I am trying to run the command: exec("cat ..........", $output, $var); Basically, cat "any file" returns no contents in $output, and returns 0 in $var. exec("whoami"); returns "apache" in $output and 0 in $var. Any ideas?

Web Development apache php
Member Avatar for lordspace
0
82
Member Avatar for ultranet

Hello again Until recently we were using a free script on our client's site to generate form submissions to send e-mails to our clients. However spammers were apparently able to exploit the code to send spam from our server. I was hoping to get some help either finding a new …

Web Development client-server php
Member Avatar for loopylouis
0
88
Member Avatar for new_girl

Happy New Year To You All ! I have a php site and would like to upload the same site onto another domain name, while keeping the current site also in it's current domain name. Does anyone know how I can upload the database - mysql - and duplicate the …

Web Development php
Member Avatar for loopylouis
0
83
Member Avatar for fray

Hello, I have two small PHP scripts runnng on a test page at: usernomics.com/ergonomic-products-accessories5.html Both scripts work perfectly when there is one script on a page. However, if I place two on the page (one above the other), the second script will not render. It may be my newbie coding …

Web Development php
Member Avatar for loopylouis
0
103
Member Avatar for stymiee

I have a simple PHP script that creates a couple of dbase files and moves them to my anonymous FTP directory. However, I am unable to see these files when viewing that directory in a web browser. I can see them when logged with a FTP client though. One thing …

Web Development php web-browser
Member Avatar for stymiee
0
117
Member Avatar for Barefootsanders

Hey everyone. I want to change the following: [code]if ($pageNav->limit < $pageNav->total) puarcade_html::WritePagination($url,$pageNav); echo "<center><br><br><a href=".$livesite."/index.php?option=".$option."&Itemid=".$Itemid.">&lt;&lt;&nbsp;Choose Another Game</a></center>";[/code] to this: [code]if ($pageNav->limit < $pageNav->total) puarcade_html::WritePagination($url,$pageNav); echo "<center><br><br><a href="http://novatrader.net/index.php?option=com_puarcade&Itemid=51">&lt;&lt;&nbsp;Choose Another Game</a></center>"; [/code] But everytime I get this error: Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /home/content/s/o/l/username/html/components/com_puarcade/puarcade.html.php on …

Web Development php
Member Avatar for php_daemon
0
107
Member Avatar for vssp

hai friends I need one solution for multidimentional array merging option using php Please send me any samples multidimensional array merging __________________ Thanks Vssp

Web Development php
Member Avatar for php_daemon
0
110
Member Avatar for egboy

I need any body to help me getting this scripts: 1- add comment script. 2- print this topic script. 3- send this topic to a friend script. 4- vote script. I will be thankfull if any body helped me to get this.

Web Development php
Member Avatar for cpickering
0
155
Member Avatar for sam1

hi, I want to start learning php.... but i dont knw how to run it i mean is there any free compilers available. i tried installing apache and php bt couldnt figure it :( help please

Web Development apache php
Member Avatar for vjw757
0
70
Member Avatar for sellingonline

Hey, I've got a sendmail problem on a dedicated server, shall I post the configs or what do you suggest? Problem is, that all coming in via smtp is sent through fine, but messages I try to send via PHP mail() are not going through, error in root is "deferred: …

Web Development first-post php
Member Avatar for sellingonline
0
177
Member Avatar for rustieblue

Hey everyone, I hope you are having a nice Saturday. I have a question about a guestbook. Actually mine has been down for aobut 8 months because I don't know how to install a new one. I was getting a lot of spam and it didn't have the option to …

Web Development
Member Avatar for jbennet
0
152
Member Avatar for DNRSmitty

Here is some more code that I tried, but failed to get to work. Anybody know what I'm doing wrong? I put in some displays to see if the onChange command was trying to execute the function, and it was.:eek: [ TAG !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! <%@LANGUAGE="Javascript"%> <html> <head> <title>Load Dropdown</title> <script language="JavaScript"> …

Web Development javascript
Member Avatar for DNRSmitty
0
65
Member Avatar for jamello

I have a vb.net app. running currently with internet explorer only browsers. I constructed some texts based on the inputs from the user and need to (a) save it on the client file system (b) send the saved file to the printer attached to the client system for printing. The …

0
114
Member Avatar for Puckdropper

I'd like a free tool that I can give different pieces of information and have it go and peruse my code base and generate a report. Is there such a tool out there? I'm thinking something along the lines of a spider that can fill in form data (when instructed) …

Web Development php
Member Avatar for Puckdropper
0
115
Member Avatar for harbir

Dear All I admit that I am new to this all. I am trying to run a simple login function. I have two jsp files, login.jsp and welcome.jsp and I have one servelet login.java My project name is onjava (I am doing this from an example from the web). My …

Web Development apache first-post java-jsp xml
Member Avatar for techkar
0
124
Member Avatar for roryt

I would like to be able to close one of my layers which is in a div tag. I have used css to specify an image in this layer and it will have a link in it aswell. I would like to have another text link that allows the user …

Web Development html-css javascript
Member Avatar for woocha
0
111
Member Avatar for joydsouza90

How do you put a bitmap (or possibly jpeg) image on the screen in Turbo C++ ? I just want to display the picture on the screen for about 15 seconds or so and then move on to another screen. Please Help.

Web Development c++ php
Member Avatar for Puckdropper
0
85
Member Avatar for egboy

I need some scripts to finish my site, anybody cn help me get them?? 1- Add comment script. 2- print this topic script. 3- send this topic to a friend script. 4- vote script. I will be thankfull if any body helped me in this

Web Development php
Member Avatar for egboy
0
103
Member Avatar for peter_budo

I'm working on calendar application, similar to one provided with instalation of Tomcat. There you have class1 with methods which provide data for class 2. I have no problem to compile class1, but getting errors while compiling class2. This apply also to Tomcat examples if you try to recompile them. …

Web Development java-jsp
Member Avatar for peter_budo
0
120
Member Avatar for TFrank2

Hey Everybody, I'm thinking about starting to learn Ruby and then RoR. Could anyone recommend me with any good books, sites, tutorials, etc. I'm pretty new with programming and coding, and I don't really know any other languages except a little HTML here and there. Thanks, Tom

Web Development ruby
Member Avatar for pty
0
188
Member Avatar for mindfrost82

I'm using a PHP script called rwf_mail.php ([url]http://www.robertswebforge.com/scripts/rwf_mail.shtml)[/url]. It creates a form that can be emailed. It consists of the php file and a plain html file to display the form. So in the HTML page, I have code similar to: [code=HTML]<input size=50 name="NAME"><br>[/code] The PHP script pulls the $fields{"NAME"} …

Web Development display email php
Member Avatar for php_daemon
0
184
Member Avatar for SANJISH

i have managed to create a scrollable datagrid with fixed header. The header doesnt scroll out of focus when i pull the scrollbar down. However the height of the header increases or decreases depending on the number of records displayed. This is unacceptable to some of my customers and i …

Web Development asp.net
Member Avatar for SANJISH
0
117
Member Avatar for jen12

Hi, I am using Flash MX Professional 2004. I have created a flash intro page and want to link it to the home page of my website (which i created in Dreamweaver). In Flash, i created a button and applied action script. I used: on (release) {getURL(home.htm); } The flash …

Web Development actionscript flash
Member Avatar for iamthwee
0
279
Member Avatar for irotsenmar

I would like to know if anyone has any suggestions for building a case tracking system or getting one thats already made. For example, we want our clients to be able to log in to a site and submit cases with screenshots or attachments so that we can troubleshoot their …

Web Development
Member Avatar for irotsenmar
0
117
Member Avatar for R-Type

Hello, I've just installed a new script and i'm getting this error [code]Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource[B]/home/www/ [/B]line 13 [/code] This is line 13: [code]while($row = mysql_fetch_array( $result )) [/code] Is this wrong?

Web Development mysql php
Member Avatar for R-Type
0
134
Member Avatar for Suril :)

hey can i get an ASP based XML Editor for a CMS purpose

Web Development asp cms xml
Member Avatar for jwenting
0
86
Member Avatar for pratty

Could anyone plz suggest whether it would be better to use php or asp.net for making a cms?I am farily new to both of these :)

Web Development asp asp.net cms php
Member Avatar for php_daemon
0
133
Member Avatar for cancer10

Hello, I have a question: Suppose I have a table named as tblfriends and there are 3 columns with several row. Column names are: name, email, phone I want to pick 5 names randomly from the table each time my asp page refreshes. How can this be coded in classic …

Web Development asp email
Member Avatar for nikkiH
0
85
Member Avatar for pojke

Hi, I got very very strange problem. Since 19 of december, when all FireFox in company was upgrated automaticaly, code below stopped working. Strange thing is, when i wanted to solve it, it started to work when i've putted alert() function. Here you have working and not working examples. I'll …

Web Development javascript
Member Avatar for pojke
0
118
Member Avatar for linux

The computer I am currently on: Windows XP SP2 Internet Explorer 7 That's all you really need to know. I use Javascript a lot, but recently, I have traveled over into the more application programming, and less web programming. I opened my father's laptop, and typed in a pretty *long* …

Web Development javascript laptop
Member Avatar for asmqb
0
110
Member Avatar for luzkazar

Hi guys...i'm kinda new in this js language...i was wondering can anybody help me with this code....well problem maybe sound a bit silly..well I was wondering how to get the all the value from the txtbox so that,I can validate all the data that have been key in by the …

Web Development html-css javascript
Member Avatar for GreenDay2001
0
243
Member Avatar for diya_deve

I have a radio button i want it to bind with database field when i click on the radio button it will call the value n get displayed all data in textbox given. how to do it

Web Development asp
Member Avatar for nikkiH
0
130
Member Avatar for irfan.motiwala

i am developing a application that if i want to send sms from my application to my client mobile.what language i would use presently my application is in vb6 and also in asp

Web Development asp
Member Avatar for Dukane
0
108
Member Avatar for TheBiochemist

Hello all - I've got an interesting problem that I can't seem to solve, so any input on this would be greatly appreciated. I have a group of web pages. I'm passing several variables back and forth between those pages successfully. One of the variables is called sntime. Essentially, it's …

Web Development asp sql
Member Avatar for blitz123
0
120
Member Avatar for jatin_surati

Hello All, I need a help from you all ,I have a big problem right now I am developing a stock market related site where I have to calculate XIRR return of investment and this is in built function of excel So wht I want is to take data from …

Web Development asp
Member Avatar for jatin_surati
0
150
Member Avatar for khusani

I am developing a page with many of AJAX methods. what i want to do is, inside a javascript function, there is a loop. inside this loop i want to call the AJAX methods and retrieve the response text. when i do that i recieve an exception telling me that …

Web Development javascript
Member Avatar for nemo5
0
173
Member Avatar for hbmarar

hi, I am a new bie to this concept of AJAX....but the demo trial with a select element went fine. What i tried? I created a html file and a drop down menu.based on the option the the information is displayed to the right of menu. What i want is …

Member Avatar for nemo5
0
278
Member Avatar for cty

Anyone know where is my mistake? The error show when i click on "buy" in product.php. Please guide me. --------------------------------------------------------- Error shown: Fatal error: Call to a member function fetch_row() on a non-object in C:\test\kelly.php on line 14 ---------------------------------------------------------- [PHP] //product.php <?php include("db.php"); $db=new mysqli('localhost','root','','test'); $db->select_db('test'); $query="select * from book …

Web Development php session
Member Avatar for php_daemon
0
107
Member Avatar for petzoldt01

Hello, I am fairly new to PHP, although I am fairly familiar with c++. I am just looking for some good php websites. I am interested in Content Managedment Systems and MemberSystems. I am not exactly looking to download someone elses code. I am instead looking for tutorials, that teach …

Web Development first-post php
Member Avatar for mouseyear
0
125
Member Avatar for mahe4us

Hi, I have been working on image resizing feature such as zoom functionalities. If I increase the size of the picture then the clarity of the picture will go poor. Is there any idea for improve the pixel resolution while increas the size of the picture in php. Thanks.

Web Development image php
Member Avatar for php_daemon
0
104
Member Avatar for aparnesh

I have a Select in a form, which has multiple values. How can I get all the values from the Request Form collection ? I am using the post method. When I am specifying [CODE] Response.write Request.Form("Select1") [/CODE] it only shows the last value. I have tried using Request.Form("Select1").options[x] as …

Web Development asp first-post
Member Avatar for aparnesh
0
98
Member Avatar for vssp

Hai friends I have developed the website using version php 4.3 and complete my project. Now The live server configuration change to 4.4.4.Now I get some issue to run my project. Project was not working properly. How to solve the issue. Please send me any suggession T __________________ Thanks Vssp

Web Development php
Member Avatar for vssp
0
87
Member Avatar for Cerberus

Hi, i have a page which is built from an asp script providing a thumbnail of an image from a database. I want to enlarge the image (when clicked on) in a new window and i can't work out how to do it using Javascript. Any help would be much …

Web Development asp html-css image javascript
Member Avatar for GreenDay2001
0
295
Member Avatar for Killer_Typo

[B]Intro[/B] Before we start need to create a databse to work in (i will assume you are using phpadmin to do this) just go to (databases)... and in the blank textbar create a new database, and call it phpforms then open up your command prompt and enter your mysql shell …

Web Development display email first-post mysql php
Member Avatar for snipertomcat
0
533
Member Avatar for woocha

Hello everyone, I am looking for software that can tie in all of my software together. I want it so that when a user visits my website and logs in to my phpbb forum they are automaticall logged into my classifieds section as well and also my photohosting software and …

Web Development php phpbb
Member Avatar for PeppySoft
0
164
Member Avatar for mahe4us

Hi all, I have one small doubt in query string. Can anyone know how many maximum characters passed via querystring through URL. Is there any limitation for sending characters in querystring? If anyone know answer for this kindly reply me...

Web Development php
Member Avatar for PeppySoft
0
125

The End.