52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for k2k

hi, would anyone please point out why my data don't go into the database table? it is tested successfully connected to the database and the table maapa thanks [code] <?php mysql_connect("localhost", "root", "") or die(mysql_error()); echo "successfully logged in </br>"; mysql_select_db("maapa") or die(mysql_error()); echo "successfully connected to database maapa </br>"; …

Web Development php
Member Avatar for Shanti C
0
81
Member Avatar for adityakiran.m

:) hai can any one help me that how we can display values in a repeater from the database in c#

Web Development asp.net c#
Member Avatar for adityakiran.m
0
122
Member Avatar for jsully1

I am taking a web design and development class and we have been thrown into MySQL along with java without much knowledge beforehand. Was wondering if anyone could help me with understanding how to query the database and update entries, as I am confused on how to accomplish this. I …

Web Development java java-jsp mysql
Member Avatar for jsully1
0
131
Member Avatar for psycho007

Hi All I was wondering if somebody could help me as this is driving me crazy. I am trying to send an array from a mysql_fetch_array result to a seporate table. I have the following code: [code=php] include("config.php"); $result7 = mysql_query("SELECT * from order_total"); while($row = mysql_fetch_array($result7)) { $test = …

Web Development mysql php
Member Avatar for psycho007
0
139
Member Avatar for plugsharma

Hello there, I have a page. In its left side selection controls and right side one iframe. The user has to select from controls from left side and submit the form. In button click function calling the iframe and loading another .aspx page to display crystal reports The report page …

Web Development asp.net
Member Avatar for plugsharma
0
179
Member Avatar for radhigoud

Hi friends This is Radhika Here is the Query: $str=strlen("Welcome to Program of PHP"); this is o/p:25 But my query is it should read how many words we like for example:uptill "welcome": output is :7....... remaining part should be printed like dots etc. But use single function only. advance thanks …

Web Development php
Member Avatar for martin5211
0
296
Member Avatar for queenc

hi i am using db layer foor all my quries.i want to know how to use mysql_num_rows in dblayer thanks in advance

Web Development mysql php
Member Avatar for jack239
0
103
Member Avatar for r_sathya

Hai i am sathiya please help me to display my database tables in the grid manner through php code. give some example to me.......... i display the databse tables in the normal table manner via PHP code ........ but i am trying to display that tables in the grid manner …

Web Development php
Member Avatar for jack239
0
153
Member Avatar for rutaba

plz i need urgent help i hav to giv project of web , a dynamic website using php.. gimme sum gud idea for topic plzzzz

Web Development php
Member Avatar for isotope
0
102
Member Avatar for metabex

Hi there, I am somewhat new to PHP but catching on fairly well. However, I'm currently stumped. I would like to access the newest XML file in a folder. Right now my code is hardwired so everytime I want to see the newest file I have to actually enter it …

Web Development file-system php xml
Member Avatar for Atli
0
118
Member Avatar for psycho007

cut a long story short I have 2 tables, one called orders_total and another called orders_complete. the total_oders table contains rows of what the customer has ordered to eat i.e. colum called 'item' contains the item description colum called 'cost' contains the item cost for example i can sucessfully display …

Web Development mysql php
Member Avatar for psycho007
0
133
Member Avatar for trashed

Hi all. I am currently developing a CMS for a school project and I wanted to add the function to check, real-time, if a username is already taken. It should be a little bit like what happens when you register for a Gmail or Yahoo! account. Basically, while the user …

Web Development cms javascript sql
Member Avatar for Will Gresham
0
372
Member Avatar for 123468743867143

I operate a real estate directory site. [U][B][COLOR="Red"]Trouble of the day:[/COLOR][/B][/U] Cannot get my Back URL to go back to the previous page with all the user' search criteria still there. It goes back to the page and [U]they have to fill their criteria again[/U]. [U][B][COLOR="red"]Example: [/COLOR][/B][/U]They pick Fiji and …

Web Development php
Member Avatar for 123468743867143
0
141
Member Avatar for bigginge

I have set up a guestbook on a flash site and the customer has asked for a bad word filter to be incorporated. I have this code for it: $bad_words = explode('|', 'badword1|badword2|badword3|etc|etc'); foreach ($bad_words as $naughty) { $comments = eregi_replace($naughty, "#!@%*#", $comments); } Where in the following code should …

Web Development flash php
Member Avatar for bigginge
0
184
Member Avatar for Venom Rush

Hi there I'm curious as to the process that happens when uploading a file. In all cases of file uploads do the files get uploaded to a temporary folder before any execution of code happens? If at all possible could someone provide a link to a page that explains the …

Web Development php
Member Avatar for mexabet
0
81
Member Avatar for jackakos

Hi Folks, is there a way to validate input fields using only PHP scripts before inserting into a MySQL database? I have fileds for: Date (DD-MM-YYYY) Time (24 hour format between 0900 and 1700) Location (String) Your suggestions will be a boost.

Web Development php
Member Avatar for jackakos
0
198
Member Avatar for Modo

hi guys how r u doing .. i need some help .. something went wrong and i dunno what is going on .. i will post the problems .. i hope someone could help first i tried making a script .. to include certain files depending on the time ... …

Web Development php
Member Avatar for Modo
0
171
Member Avatar for krisna_samy85

hi everyone... I'm newbie in php.... currently doing my class project (simple tennis court reservation).... kindly please guide me how to do and please provide some sample.... thanks alot...:)

Web Development php
Member Avatar for ithelp
0
93
Member Avatar for Belo

can anyone teach me how to design web using PHP What software i need to have and send me some tutorial

Web Development php web-design
Member Avatar for star-whiz
0
114
Member Avatar for kings

in my php application i have used onchange and onload javascript function.it is working fine in IE but it is not working in other browsers eg:mozilla,chrome,flock

Web Development php
Member Avatar for Atli
0
113
Member Avatar for dcparham

"need rotating div display, preferably in PHP" need a rotating div display, similar to rotating slideshow - preferably in PHP, since will interface with database. see [url]http://www.cshlaw.com/cai/[/url] - upper right is [a] a photo, next to it is [b] a caption, below it is [c] the name of the person …

Web Development display php
Member Avatar for Atli
0
121
Member Avatar for kipl20

hi, i have a client and a server using uniform server and im using sockets to connect them. i would like to be able to input information from say a form on the client side, send it to the server, the server would then input this data and send it …

Web Development client-server php
Member Avatar for digital-ether
0
116
Member Avatar for Epic Tissue

Hey I am new to php and was thinking of writing a mailing list. Very simple, users enter their email into a box and click signup or whatever. I am just wondering.. where -or- how do I store those email addresses? Obviously storing them in a text file on the …

Web Development php
Member Avatar for FlashCreations
0
129
Member Avatar for twosocks

ok i cant see whats is wrong with this but it wont add a user [code=php] <?php include "config.php"; //Get the information from the form $username = $_POST['username']; $email = $_POST['email']; $password_1 = $_POST['password_1']; $password_2 = $_POST['password_2']; // makes sure that the 2 passwords match and that the email address …

Web Development php
Member Avatar for FlashCreations
0
90
Member Avatar for julseypart

Hi, i am trying to find a good final year project to do which is relevant to the modules im studying and course (bsc software development). I've thought of making an Online Backup Application / Manager which would facilitate the storing of files online with various other functions such as: …

Member Avatar for peter_budo
0
134
Member Avatar for BoogyB

can someone suggest a good free rich editor for Asp.net cms

Web Development asp asp.net cms
Member Avatar for brianmaddox
0
138
Member Avatar for kaushik259106

Hello all, I am trying to do something like this.I have did this before with C# and asp.net but it was long back and currently am not able to recall anything similar. This time i need to make it work with [B]vb.net and ASP.net[/B] I want that only a administrative …

Web Development asp.net vb.net
Member Avatar for brianmaddox
0
108
Member Avatar for ocbphoto

I can make the INPUT for QTY pass the value to my hidden field of quantity, what i want to try is something really easy. I want the user to choose the quantity and pass the variable to my form, please help Thank you for your time amigos OCB [code=php] …

Web Development php
Member Avatar for ocbphoto
0
284
Member Avatar for stevehart808

Hi guys, I have a media player that opens its own window and works fine with Firefox but it's not working for internet explorer. Been trying for ages and lots of different suppose solutions but still no go. The only thing that happens when you click the link is, bottom …

Web Development javascript php
Member Avatar for stevehart808
0
106
Member Avatar for jobojo

I am trying to write a simple program to calculate income taxes owed based on gross wages that are input by a user. The HTML page needs to accept the input (wages from 4 users) at once and then utilize a button to submit the information to an external javascript …

Web Development file-system html-css javascript
Member Avatar for jobojo
0
310
Member Avatar for RockNRoll

Im sure theres a way to do it in php , just point me in the right direction. I appreciate all the help i can get. :)

Web Development php
Member Avatar for RockNRoll
0
96
Member Avatar for bigbadowl

Hi All I have following code running on Vista Business under IIS7. It works, but is incredibly slow (about 20+ seconds). I have the same code in Java and it's instant. It appears to be the line "int bytesRec = sender.Receive(bytes);" that is the killer I'm very new to ASP …

Web Development asp asp.net c c# c++ dns xml
Member Avatar for dickersonka
0
1K
Member Avatar for mangel.murti

hi all, i made two commbox in my page cropcat,subcat.my coding is below.when i select a item form cropcat related subcat fetch from database mysql and displayed.but my problem here is that when i select item form cropcat page refresh and selected value not display in cropcat ?please help me …

Web Development php
Member Avatar for pritaeas
0
114
Member Avatar for srijapnair

Hi, My project requires, auto suggest textbox in jsp where we retreve data from database(oracle)

Web Development java-jsp oracle
Member Avatar for peter_budo
0
99
Member Avatar for j4mes_bond25

I wonder if anyone around could possibly enlighten me a little (or indeed, a LOT) towards "Contact Us" form validation in PHP. Basically, I've created the form & then typed in the validation related codes from 3 different books along with differerent websites so far, but ONLY, if I understood …

Web Development email first-post php
Member Avatar for krishikrishi1
0
223
Member Avatar for kishou

anyone know where i could find a file with all the words from the dictionary?

Web Development php
Member Avatar for SADXXX
0
83
Member Avatar for Fourbit

Howdy all, New here. And I've done a search. Just can't find what I'm looking for. I have a number in some text that I want to increment every week by 100 . And, i need it done automagically. I have thought initially of putting the number in a DB …

Web Development php
Member Avatar for Fourbit
0
94
Member Avatar for yasmena

is it possible in Php to make the option items colored or to highlight some items???????????

Web Development php
Member Avatar for somedude3488
0
116
Member Avatar for kapil.tandon

hii, i m developing an application n i am using the list box control. i hv allowed that multiple items can be selected. now what i want when the user selects a particular item , a popup or any control should open that allow user to enter the amont related …

Web Development asp asp.net c#
Member Avatar for edejonge
0
189
Member Avatar for veledrom

Hi, i can't display the blob pictute in PHP. It only shows a place for the picture in PHP. Thanks This is the record in database. [code] id name type size content ------- ------------- -------------- ------- ------- 6 action.JPG image/pjpeg 2707 BLOB [/code] [code] <?php $id = 6; $query = …

Web Development php
Member Avatar for veledrom
0
444
Member Avatar for moiseszaragoza

[CODE] Response.Write(MoviePayedDate) '11/3/2008 9:32:15 AM Response.Write("<br> -" & Now)'11/3/2008 9:37:31 AM Response.Write("---------------") Response.Write("<br>" & DateDifference)' HOW do i get this? [/CODE]

Web Development asp.net
Member Avatar for dickersonka
0
132
Member Avatar for doel.jangkrik

[code] protected void btnAdd_Click(object sender, EventArgs e) { string connectionString = "Data Source=localhost\\sqlexpress;Initial Catalog=JobApplication; Trusted_Connection=True; Integrated Security=True"; SqlConnection mySqlconn = new SqlConnection(connectionString); mySqlconn.Open(); string query = "INSERT into JobVacancy(JobName, BriefDesc, FullDesc, ClosingDate) VALUES (@jobtitle, @briefdesc, @fulldesc, @closedate)"; SqlCommand mySqlcmd = new SqlCommand(query, mySqlconn); mySqlcmd.Parameters.AddWithValue("@jobtitle",jobtitle.Text); mySqlcmd.Parameters.AddWithValue("@briefdesc", briefdesc.Text); mySqlcmd.Parameters.AddWithValue("@fulldesc", fulldesc.Text); mySqlcmd.Parameters.AddWithValue("@closedate", closingdate.Text); …

Web Development asp.net open-source
Member Avatar for ravindransrm
0
118
Member Avatar for Manuz

[CODE]Hi . I want to know is their any way to disable the maximize button by using javascript or php. Thankz in Advanz [/CODE]

Web Development php
Member Avatar for Manuz
0
519
Member Avatar for isotope

Hello everybody, I'm trying to write a php script to read rss feeds. Since I began, I found it is much harder than I expected, because the xml structures are very different, and they need to be interpreted differently everytime. I'm using [CODE]simplexml_load_file()[/CODE] to read the xml code easily and …

Web Development php session xml
Member Avatar for isotope
0
150
Member Avatar for yasmena

is it possible to make the user choose his favourite color from a Box like the Paint Program which contains all the colors

Web Development php
Member Avatar for sDJh
0
93
Member Avatar for tanha

Hi, We are a group and want to make a forum using the j2ee technology, and I need your guide through the following: 1. Should we use any FrameWorks ? if yes. which one is better and simpe ? 2. If not using any Framework, then what you suggest ? …

Web Development java-jsp
Member Avatar for abheinav
0
113
Member Avatar for udaydesai

:) [B]hello friends[/B], [COLOR="Red"]plz help me regarding text editor[/COLOR]. text editor using javascript and edited text should inserted to mysql database using php. is it be possible to do. iam using many text area field in one form so how can i edit text in like text bold, edit font …

Web Development javascript php
Member Avatar for Shanti C
0
146
Member Avatar for cwarn23

Hi and I am having 2 technical difficulties with a web search engine I have created. One is that the search bot comes to a url and never stops loading. Below is the current script I use to validate a url and to capture the information but my question is: …

Web Development php
Member Avatar for cwarn23
0
100
Member Avatar for mrcniceguy

I have a page where people in a site selects search items.its a dating site. so there is this first drop down menu for gender which u select three options:thus looking for (all,Men,female) and another drop menu you select country which has two options:thus Country(all,.name of all the countries). Men …

Web Development php
Member Avatar for humbug
0
107
Member Avatar for websurfer

Hello, all: have this general question on how to handle member's email in a site... what is the right way to setup an email-system structure, say like in dating site, where members can email between each other, and if a member receives a new email it will "show" new email, …

Web Development email php
Member Avatar for humbug
0
166

The End.