52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for knrakesh

Hello friends please tell how to add ssubcategories and editing in a single page please provide code if u have i worked on that but iam getting errors please help me in solving the problem

Web Development php
Member Avatar for knrakesh
0
139
Member Avatar for zippee

My customers who use AOL email cannot receive my email generated from php script I use. I try to look into AOL email guide but do not have a clue how to solve the problem. Please can anyone help? Here's my code: [PHP]require_once "Mail.php"; $host = "abc.com"; $from = $_POST['client']." …

Web Development email php
Member Avatar for arvindhar
0
260
Member Avatar for jhonnyboy

hey guys, im a bit new to php. I was wondering if any of you guys could help me out with this email code i have to send me an email. I have a website with a service link then the user needs to pick which kind of service he/she …

Web Development email php
Member Avatar for buddylee17
0
209
Member Avatar for thunderbbolt

I am trying to read my database from mysql. I have two fields author and books. I need the author field to be in the drop down list and then when I choose an author I need it to display below on the same page all of the books by …

Web Development mysql php
Member Avatar for ambiliya
0
122
Member Avatar for Vladimirr

I have recently downloaded the latest version of ''Open Web Spider'' (OpenWebSpider# v0.1.3) from here: [url]http://www.openwebspider.org/download[/url] and have extracted the zip file, but when I looked into what I've got, I could hardly figure out what to do. No ''install'' file or anything like that. Can anyone please tell me …

Web Development
Member Avatar for Vladimirr
0
144
Member Avatar for squarkman

Good morning. I would like to replace line 178 with a statement which would simply open a new url and close out the page that calls the new url. Can this be done with one line of code? Thanks sin advance. [code=syntax] <?php if(isset($_POST["Submit"])) { require("c:\php\includes\class.phpmailer.php"); $mail = new PHPMailer(); …

Web Development open-source php
Member Avatar for buddylee17
0
198
Member Avatar for david.1982

Hello gurus! Hoping someone can help me out. I am building a calendaring program for items with php/mysql. Each item will have an entry into a table, listing a starting unix timestamp and an ending unix timestamp. What I'm trying to do is build a query that will search all …

Web Development php unix
Member Avatar for digital-ether
0
175
Member Avatar for Gabriel Arun.R
Member Avatar for peter_budo
0
63
Member Avatar for ortora

Hello everyone, I have an ASP chat inside an IFRAME. The ASP file is hosted on a different domain than the main website. When the user logs on by entering their name, the chat stores a cookie so the user can start posting messages. However since the cookie is stored …

Web Development asp
Member Avatar for ask2gaurav
0
1K
Member Avatar for gennickmchi
Member Avatar for Salem
0
98
Member Avatar for rajesh.bl

Hi All, I am using the following code for form validation but i am getting an error saying that unexpected T_variable in line [code=php]<?php include("menu.inc"); include("tiki-setup.php"); ?> <div id="centerContent"> <p class="first-letter">Please fill the following form in for any enquiries that you may have:</p> <p> <?php // if the form has …

Web Development php
Member Avatar for rajesh.bl
0
200
Member Avatar for hbmarar

hi, i had got a script from some resource that demonstrasted outlook and php. but i had done perfectly but getting the following error. I request members to help me with this. [COLOR=DarkRed][I]Fatal error: Uncaught exception 'com_exception' with message 'Parameter 0: Type mismatch. ' in C:\apachefriends\xampp\htdocs\outlook\COutlook.php:112 Stack trace: #0 C:\apachefriends\xampp\htdocs\outlook\COutlook.php(112): …

Web Development php
Member Avatar for bharanikumarphp
0
629
Member Avatar for Gowthamseeda

Hi 2 all This is Gowtham. I am new to PHP. So could any one please tell me " how to send data to server Using URL with out using AJAX". Please send me some examples. and explain how it works. Thank you

Web Development php
Member Avatar for Gowthamseeda
0
79
Member Avatar for khr2003

Hello I am trying to add a poll function to a forum. the adding forum has radio buttons which asks the user whether he wants to add a poll or not. If he chooses yes the questions and the answers will be added to the database. I have included five …

Web Development php
Member Avatar for khr2003
0
77
Member Avatar for freshfitz

I'm tring to display an encrypted number store in sql database I have a key store in my application.cfm. and they number in my database is encrypted. My display code looks like this [CODE]<cfloop query="Get_Orders"> <cfoutput> <tr> <td><div class="content_black">#Get_Orders.Credit_Card_Type#&nbsp;</div></td> <cfset key = #application.key#> <cfset Cardnum = '#Get_Orders.Credit_Card_Number#'> <cfset CardDec = …

Web Development coldfusion
Member Avatar for buddylee17
0
668
Member Avatar for theimben

Im not sure what Im doing wrong here but basically this script scrapes pages. The array has 3 urls to scrape but it doesnt work. Could someone please show me where Im going wrong. [code=php] <?php $req_url = array('http://www.first.com', 'http://www.second.com', 'http://www.third.com'); function get_head($a,$b,$c){ // Gets a string between 2 strings …

Web Development php
Member Avatar for theimben
0
124
Member Avatar for theimben

Hello. Ive got this small script which caches a web page. It names the file with a unique ID which is all fine but I need it to name it with the unique ID but with a HTML extention. How would I do this? Heres my script... [code=php]<?php $page = …

Web Development html-css php
Member Avatar for theimben
0
139
Member Avatar for squarkman

Happy Holidays! Is it possible for a PHP FORM to send data from say... [email]dog@senddata.com[/email] (form user) to [email]cat@getdata.com[/email] (data recipient) BUT... when [email]cat@getdata.com[/email] gets the email with the data in it, if cat decides to REPLY, [email]dog@senddata.com[/email] WILL NOT be in the TO list at all. This needs to …

Web Development email php
Member Avatar for blocblue
0
135
Member Avatar for david.1982

Hi everyone, I'm stuck on the best way to handle this. In a nutshell, I'm creating a website that sets up forums between one or several parties. Each participant of a forum can upload file attachments to any message they post. What I want is a way to protect those …

Web Development php
Member Avatar for compdoc
0
107
Member Avatar for rinkuchoudhury

hi I am working in asp.net,vb.net I have to copy all files from 1 folder to another folder through coding using system.io the files in the new folder should remain with the same name how to do this.

Web Development asp asp.net vb.net
Member Avatar for ajit2mail
0
363
Member Avatar for bondo

Hey everyone. I am working on adding a 'search' field to a page and I'm using ajax to update the content of the page. When someone types a letter into the search box, the page content updates based on what they type. I have this all working as far as …

Web Development javascript
Member Avatar for bondo
0
276
Member Avatar for welbyobeng

I have a table called "users", in the table it contain a column/ field name "reg_date" how would i run an query to say: For all the users, if their feild "reg_date" is blank put "20th December 2008"

Web Development mysql php
Member Avatar for =IceBurn=
0
96
Member Avatar for nikesh.yadav

hi all, plz explain diffrence between inc and php like include("menu.inc"); include("menu.php"); every body is invited

Web Development php
Member Avatar for dasatti
0
1K
Member Avatar for Ninad16
Member Avatar for sierrainfo
0
98
Member Avatar for Deathrains

Hello guys ! i find this place really helpfull for developers (ow really ? lmao) ok here i made an mysql query that looks like this ; [code=php]$result = mysql_query("SELECT id,title,description,data,author,mini_img,view FROM data WHERE data>'$data_begin' AND data<'$data_end'",$db); [/code] i checked for missplaing and nothing ... i have doubs about data(its …

Web Development mysql php
Member Avatar for dasatti
0
104
Member Avatar for arunasingh
Member Avatar for sierrainfo
0
187
Member Avatar for knrakesh

Hello Friends, This is Knr i require calender function, when we click on calender image the calender of this month has to be display and we have to select the date iam placing the image please please friends i have to get the things like that Thanks in advance

Web Development php
Member Avatar for Shanti C
0
114
Member Avatar for tedobg

Hi guys.I am new to web development and of course I have been experiensing some problems.Most of them are easy to solve and I usually find my way, but there is some thing that is getting on my nerves for some time now. I have been trying to make a …

Web Development php
Member Avatar for ashafaaiz
0
251
Member Avatar for dewhickey

I have a table in a database. The primary field is ID Int(11) auto_increment. The public display of the table sorts the table by ID. I have a back-end member area where a member can log in and add a new record to the table. This new record displays on …

Web Development php
Member Avatar for Aamit
0
165
Member Avatar for marcmm

I wish to know if there is any way to refear to an empty querry result. I want to implement a safety measure that prevents users from entering duplicate names in a DB. so I colect the value they enter in a textbox, then I create a querry wich checks …

Web Development php
Member Avatar for Aamit
0
104
Member Avatar for desiguru

How do i escape a string that includes a lot of ' and " Here is my sql inser query's some part [code] VALUES ('','$_POST[FileID]','$_POST[FileAddress]','$_POST[Name]','$_POST[Requirements]','$_POST[DateAdded]','$_POST[Size]','$_POST[Changes]')"; [/code]

Web Development mysql php
Member Avatar for buddylee17
0
91
Member Avatar for morag

Ive done an asp site - it all works perfectly on my local machine and also when i upload it to a test area in one of my other sites ive done (hosted by fasthosts) but when i upload it to the clients test area it doesnt work - it …

Web Development asp asp.net dns
Member Avatar for binoj_daniel
0
180
Member Avatar for er.prajna

In one page i insert data in textbox amd on clicking the submit button it will open a new page with the previous data(will retrived form database) that has been inserted using swing as desktop application in netbeans IDE6.0.we are able to insert data but unable to fetch it from …

Web Development java-jsp java-swing
Member Avatar for sillyboy
0
106
Member Avatar for digits

I have a website that I developed in Visual Studio Pro 2008. I have a series of .aspx pages. How do I make it so another person can see these pages on their browser? (like HTML pages). I've tried saving the extension to .html, but the VB design doesn't show …

Web Development asp asp.net visual-studio
Member Avatar for jbennet
0
83
Member Avatar for Brian R. Tolman

I have created many sites using Coldfusion so I know the syntax and I know how to use the product, what I don’t know is how to setup the server, (That was always done by others in the company) my problem is I am trying to create a site on …

Web Development coldfusion dns microsoft-access
Member Avatar for buddylee17
0
178
Member Avatar for veledrom

Hi, When i click on submit button, javascript is going to check a particular textbox if it is empty. If it is then don't validate the form and make a text message visible from invisible. How can i do it? No CSS please. thanks [code] <form name="form1" method="post" action="a.html" onsubmit="return …

Web Development html-css javascript
Member Avatar for veledrom
0
134
Member Avatar for marcmm

ok, I have a form that submits data to a database. data that is colected from things like dropdown boxes, textboxes, checkboxes etc. I want to put some conditions that prevent the user from submitting something that is missing important data. I found a little tutorial that dose that, but …

Web Development html-css java php
Member Avatar for manish.s
0
184
Member Avatar for Modo

hi guys how r u doing .. i am using a website to help me install the three components through the tutorial on the website everything seems to be working except the MySql part .. the tutorial says i should go to DOS and there i should run mysqld-nt --console …

Web Development apache mysql php
Member Avatar for Modo
0
267
Member Avatar for desiguru

I have a table that is something like this: (table name: sites) ID----FileName-----FileAddress----About 1----website1-------google.com----Seach engine How can I make a code in such a way that it can be like: Display all of the FileName in an alphabetical order on file.php that links to their further information page. i.e FileName=[COLOR="red"]website1 …

Web Development display mysql php
Member Avatar for =IceBurn=
0
335
Member Avatar for PomonaGrange

hey folks, I have a question. I have several mysql tables and I'd like to fetch data from a few of them to create a <select> <option> list. How could this be done. I can get the info from one table, but don't know how to get the data from …

Web Development mysql php
Member Avatar for PomonaGrange
0
305
Member Avatar for john8098

Most of the asp.net shared web hosting didn't support msdtc ( Microsoft Distributed Transaction Coordinator ) , when using Thebeerhouse starter kit , you would encounter error when click submit now ( go paypal section ) & in admin list of user and order also result in error. because this …

Web Development asp.net
Member Avatar for blickberry
0
242
Member Avatar for squarkman

Happy Hoildays! Does anyone know of an Integreated Development Environment for creating ASPX files AND being able to see the results in a WYSIWYG window? I've tried Visual Basic, Visual Studio etc but it can open the source but never seems to be able to show the resultant developed HTML …

Member Avatar for serkan sendur
0
111
Member Avatar for blackbox2342

I'm wanting to start a page on my video game site where users can view games out this week. It'd be cool if they could look ahead to games coming out in the future and maybe even a way of archiving. I guess similar to imdb ( I can't find …

Web Development php video
Member Avatar for blackbox2342
0
117
Member Avatar for ripper1510

I have made a script that gets only friday and puts them in a drop down but now i dont want to upload it into the datbase as a string i need it as timestamp so i can filter and order for current day and such. here is the form …

Web Development php
Member Avatar for ripper1510
0
125
Member Avatar for dreamer14

Is it possible to restrict the file type for a uplaod form?

Web Development java-jsp
Member Avatar for dreamer14
0
102
Member Avatar for designingamy

Hello, I am wanting to take an uploaded picture from one page, put it into a session and carry it to another page. Once I get to that page and the client accepts it, then store it in the database. I'm starting to get confused on how this would work …

Web Development php session
Member Avatar for sikka_varun
0
336
Member Avatar for michael123

I am planing to write a php script which can display time schedule bar, based on start/end date, and each project(see attached image, start/end date and project name are saved in database), the length of time bar should be flexible upon start/end date, I have no idea how to implement …

Web Development image php
Member Avatar for Miss84
0
141
Member Avatar for pedramphp

Dear folk , I have some Data which I want to send it with PHP the thing I need is this : $to="email@test.com"; $CC="email@test.com"; $data = "these Information is going to be attached to an Email I tring to send them by PHP to those addrest ses and also make …

Web Development email pdf php
Member Avatar for nikesh.yadav
0
139
Member Avatar for squarkman

I have a field set as number (num) for validation. The code below will only allow numbers to be accepted in the field. I would like to modify it such that is MUST have at least two numbers and as many characters as the person wants to type. Can it …

Web Development javascript
Member Avatar for sid78669
0
147
Member Avatar for Aamit

suppose in database check_date 2008-12-19 18:12:48 //change time [code=php]$sql=mysql_query("select * from table where check_date=now() ")or die("Error: ".mysql_error()); $row = mysql_num_rows($sql); if($row>0) echo $row; { echo"Hello"; //Execute some query }[/code] But there is no change in database...... how to do that?? or [COLOR="Green"]how to check time continuously? [/COLOR] for condition

Web Development php
Member Avatar for Aamit
0
76

The End.