5,348 Topics
![]() | |
[B]Sending email through PHP[/B] [B]Intro[/B] Thousands of websites use contact forms to communicate with their users. You will have almost certainly seen one if not used one to contact someone. The contact form will take the users information that he or she has filled in then send the data over … | |
Well, I recently got a program from csharp . But im not familiar with c# . I only got codes from vb.net . Is it possible if you guys help me to translate these following codes to C# ? First set of codes, it will download the file from the … | |
hi friends how to send post value in url code is: header('Location:edit_products.php?catid=$_POST[catidHd]&catname=$_POST[catnameHd]'); the $_POST[catidHd] value coudnt taken how to give this $_POST[catidHd] in url tnx | |
Hey people! Very happy to join Daniweb :) I'm having trouble retrieving form data via php thereby sending it to email. My code is as below. I've listed entire code though problem is only in declaring the selectlist value for POST processing. I've highlighted troubling part in red color. There … | |
Hi everyone! Ok, following the great idea from the closed [Tell us about yourself] thread, I think is a good way to know each other and have some reference about the direrent pesonalities around this web. Name: Alex Nickname: Exheon(web nick), Dumbass (my very common nick). Height: I don't know … | |
Hi there genius people from daniweb ! I'm new here. and for a while I enjoy staying here. Learning codes and all that stuff. :D Hopr I can have some help in my IT related problems. Thanks :D | |
hello guys. i am a student of B.Tech with Computer Science branch. i want to make my career in programming and security testing. I found this site very good. In it all the problems are solved easily and very fast. Guys help me if you any suggestions to give me … | |
I've looked and looked for some good material on this exception, but I can't find anything helpful. I just don't understand it. It's suppose to be caught or thrown whenever a method is called when not suppose to be...But won't other exceptions be caught or thrown in it's place? If … | |
Hello everyone.. if 1 user post with ip: 100.122.312.56 then need to wait 5 minutes to post again. can anyone make that script to wait 5 min. after have click sumbit button? thx in advance! | |
I have a list of the left panel. When Clicked on the list a nested grid view is created in the right panel. The gridview has image buttons , which when clicked displays the nested gridview below it. And also right below the main grid view are 2 charts. The … | |
As a general persona, I have the ideal profile for someone working in scientific research, where I can see details other missed. Name: Richard Jalbert Nick: reactivated Other nicks: deactivated, deresoluted,aspar, bitshifter and ramcleaner. Height: 5' 10" (1.77m) Weight: 67 Kg Hair: brown and grey. Eyes: brown Location: Montreal, Quebec, … | |
How to code "post your query" functionality in vb.net for a college forum?? | |
![]() | Is it me or is something odd going on? I've just got a couple of reps on a few posts, so thought I'd have a butchers. I found the title text of this thread on each one. Odd. Can't remember them being negative at any point. Perhaps I'm more unpopular … ![]() |
Ok, Just thought this would be neat... here are the rules... very simple. [B]* Numbers must follow logical order * You can not post two consecutive posts * Have fun! :mrgreen:[/B] I'll start: [B]1[/B] | |
If anyone out there is interested in Indian / Pakistani music but wondered what to search for or where to look for it, I would be posting some links. To start of here is [I]Ek din aayega(a day will come) - by JAL. [/I][url]http://www.youtube.com/watch?v=oz-D1R4nUUo[/url] If you like the song just … | |
After turning on I don't see the POST. The screen stays black and the only sound I hear is ventilator noise. The small display just near the main switch with dvd-rom symbol on it lights red. I've pull out the dvd-rom module, replaced the hard drive, battery module and memory … | |
Hi everyone. I have a web server that I wrote in C#, and it serves HTML documents pretty fine. The code is a bit messy, and I'm going to clean it up, but my main question is how to handle POST when submit buttons are used in HTML? Thanks! This … | |
This was an error I found on my computer that I did a search on the web for a quick and easy fix for. I found this forum that had my error and symptoms, but found no one had a solution. The thread was closed because the original poster had … | |
Hey guys I found this forum randomly on the net and found it very active and pretty interesting so i decided to join lol. I'm currently a student studying Computer Science but im vastly interested in doing business relating to technology. So yeah if you have any suggestions or projects … | |
Here is the scenario... I submitted a form using post method. It will not yet save the data to the database. Instead, the post data will be redirected first to a page to view input results. Then if the user is satisfied, then thats the time to save the data … | |
![]() | I have written this small test script: [CODE]<html> <body> <?php if ($_POST['amount']) { foreach ($_POST as $key => $in) { echo $key; echo "="; echo $in; echo "<br />"; } exit ('</body></html>'); } ?> Form output: <form id='transfer' method='POST' action='transfer.php'> <input type='hidden' name='touser' value="inge"> <input type='hidden' name='amount' value="1000"> <input type='hidden' … |
Hello to all Gamedevelopers out there. Many of your have already wanted to get into game development but came to a stand still due to the lack of resources. [B]Please don't post Spam or Thank you posts in this thread since this is meant to be used as a guide … | |
Hey guys, my name is Robert Scubelek, I've been lurking around these forums for a couple of weeks now, and have found more answers here than anywhere else on the internet, so I figured that its about time to become a member and try to contribute something. I'm in the … | |
Hello friends, I'm Justin from New Jersey, I'm so glad to become a member of this great forum community.. Hope to have fun networking with everyone, diseminating vital information, and learning from all of my smart folks making up this forum community. | |
Hello everybody, I am new to this forum and i have little experience with php, dotnet, mysql and ms-sql. I would like share my knowledge. | |
Hi There, I have an XML file and I list them by check boxes, categorized by their parent (branch). After selection of the check box, I take them and give the values `$branch`(only one at a time) and `$roles`(can be many eg. SBP|BNA) to web services. And run this web … | |
My name is Tonie, I'm a high school student on my last year andi love computers. My mom recently thought it was a good idea to enroll me in a technicall college to see if i can imporve my skills in computers. I decided to take the programming aspect of … | |
Hi my name is Aida Boling and I am on here trying to meet new friends as well as trying to build an e-commerce website. I am originally an illustrator and my husband and I built a clothing business. At first, I was hard to communicate to manufacturers without any … | |
Hello everyone, Lyandor here. Just joined today after sometime lurking around in the shadows in daniweb, looking forward to your guidance everyone. As for my background.... I started programming like 4 years ago, but haven't been an active one, just barely enough to get by my semesters :P As for … | |
So for the record I'm using wordpress but you don't need to know wordpress in order to help me with this. This is my first AJAX attempt and [U]I read through W3schools[/U] and understand a good portion of how it works in theory but haven't found any close enough working … | |
I'm developing an ASP.net website in which I have to allow users to log into someone else's PHP website. On my ASP.net homepage and interior pages I have two text boxes - one for Username and another for Password, and a button for submitting the data. What's the code for … | |
Hi all, I've written some code which seems to be working when isolated on testing pages, however, as soon as I integrate the codes within my site files, the code no longer works. [B]What the code does:[/B] currently, when the first page loads, you have an option of which template … | |
[CODE]#include<string.h> #define MAX 15 #define true 1 #define false 0 /*Structure Decvlaration*/ typedef struct { char data[MAX]; char top; }STK; /*Function Declarations*/ void input(char str[]); void intopre(char str1[],char pre[]); void intopost(char str1[],char post[]); int isoperand(char sym); int prcd(char sym); void push(STK *s1,char elem); int pop(STK *s1); int empty(STK *s2); int … | |
I don't know if this is possible, but I want to submit information using POST with a link. I know I can use GET, and I know I can use a form with a hidden value and submit it with a link, but I don't want either of those. I … | |
Hi, Suppose i have a model with a validation [CODE]public class LoginModel { [Required(ErrorMessage="ID not entered")] [StringLength(5,ErrorMessage = "Length should be 5")] public string Id { get; set; } }[/CODE] In the view page i have a text box. When the validation fails. The controller returns to the view page … | |
Have you guys encounter this problem before. Some of the new comers will just revived a 2 year old to 7 year old dead thread to say. Thanks for your help, it greatly solve my problem... blah blah blah. I thought the thread will end there next day another poster … | |
Hi there, I need to implement a pre-sales and post-sales shopping cart in a single web site. The idea is a salesman have to first order some pre-sales material and product before he or she can do the actually sales. Once he/she did that , then they can contact customer(s) … | |
Hello How do you doin I wantto know what this difference between $HTTP_POST_VARS['somevariable'] and $_POST['somevariable'] I read the first one is safer than the second one because the second one prevents hackers from hacking through the computer.. what computer is that?? And how is it safer?? | |
I nearly laugh my head out when i saw this. Take a [URL="http://www.daniweb.com/hardware-and-software/microsoft-windows/windows-nt-2000-xp/threads/372813"]look[/URL]. Apparently the poster post in the wrong website. What has this got to do with IT related issues and stuff. Funny:D | |
Hi, I have a forum based on VBULLETIN, now i know this is not a vBulletin forum, but what i need is a php solution. i have to change postbit's rateposts( thumbs up/thumbs down) mechanism from a GET to a POST because users were just copying the urland illegally raising … | |
Hello, I have been using Wordpress to post my new articles for about a year. They suspended my account without any reason. I think because I posted 2 links on each article post so they suspended it. And, I also posted these articles to Ezine so that is the reason … | |
I've got an EX58-UD3R which I'm trying to troubleshoot. It's not posting, but instead turning on for a few seconds then turning off, repeating indefinitely. No beep is heard from the speaker. I cannot isolate the problem and was hoping someome can advise me on what it might be. Here's … | |
Hi friends , How to post a picture with url link in the forums . please help me . if we click that picture means it will goes to my target url . how to create this link ? . pls help me | |
Hi there; I've received a irritant problem in my php code. Here is "index.html": There are some javascript functions defined in the "head" tag. [CODE] <form autocomplete="off" action="result.php" method="post"> <p> <label>Name:</label> <input type="text" id="name" /> </p> <p> <label>Nachname: </label> <input type="text" id="surname" /> </p> <p> <label>Abteilung</label> <input type="text" id="department" /> … | |
I am working on an advert website where people can come and post their ads on it. I am wondering can people help me code it. I am not great at PHP once I have the code I can put it in the DB its just making the code. Once … | |
hi, i want to alert (javascript dialog) after user clicks the submit button, then process it with php and then show the alert after the body has reloaded (same body after post, just calling the same page. the easy thing to be done, but i'm going mad with it, is … | |
This is my first post, apologies if I get anything wrong. Suspect this is something hard-to-fix :sad: Set-up: - Home LAN, DSL into a Linksys WAG54G DSL router - 2 year old high spec PC as main server, wired connection - 5 year old PC used by kids, wired connection … | |
I need help with the following. I have an application running on Linux. It sends by http get request a record of data, including street number, street name, city, and zip over to an IIS server, which is connected through ActiveX to address verification software.. When the ASP page processes … | |
![]() | So, my name is Raim. I joined this site as I noticed it would help me on any potential C++ or any other programming doubt that I would have. While I do most of my work, if any big speed bump comes up, I've taken into account that this place … ![]() |
Dear All, Here is my link [url]http://183.78.169.53/scv/a2.php[/url]. You can just fill a text value into the A1 input box. Then just select the vehicle drop down list and will see a master list filled via ajax. Just pick any master list and submit the form. You will notice the masterID … |
The End.