39,320 Topics
| |
Can someone please help me. I just want to put a simple form on my web site. I am using dreamweaver and first of all, I am [B]NOT[/B] a techy. I basically taught myself Dreamweaver and created my own e-commerce site. I would like to have a form for people … | |
I am completely new to phpMyAdmin and relatively new to MySQL, so this may be a dumb question. Please forgive me if it is. I have MySQL running successfully, no problems that I am aware of. I have IIS running on the same server with PHP installed and am successfully … | |
Here's the situation. I created a program of sorts that allows the writer of our clubs newsletter to upload the newsletter each month to the "newsletter" folder. Then i have a php script that shows the content of the folder in an iframe on the home page so that users … | |
Hi, Can someone please help? I want to be able when I receive an email from my site's form in the same time to add the visitor in my autoresponder software. I think I must have one more form (script) to get the data from my php form and send … | |
I am absolutely 100% new to php programming, so go easy on me. I have looked at php tutorials on how to create a simple form on a html page and then using a php script, have the contents of the form emailed to me, then it redirect to a … | |
Hi All! I came here looking for some good direction and advice. I am a Corporate Trainer/ Systems Engineer who has now been put into the role of webmaster. I really don't care for HTML and some of it's drawbacks, hence my interest in PHP. I don't know squat about … | |
Hi I'm a webmaster, and I want to use php code on my site to create an admin system for my site, I understand that php is very linux oriented, but I also hear that it can be used on a windows platform, cos i'm running on windows, so can … | |
Hey all, I'm getting ready to (possibly) pitch a project here in town for a local bookseller. She wants to develop an inventorying system for her site backend that lets her add inventory records based on an ISBN number only. Obviously I'm going to need some sort of hefty database … | |
I accidently blocked/deleted a cookie on my computer that i need to log in to a web site and have no idea how to re-install/un-block it....please help!!! | |
This has an error way down at the $result=mysql_query($query) line. Anyone knows whats up? Or could it be my login info? Is localhost bad? [PHP] <?php /* grabs the POST variables and puts them into variables that we can use */ $email=$_POST['email']; $city=$_POST['city']; $state=$_POST['state']; //---------VALIDATION--------> if($email){//----> CHECK input } else{ … | |
Hi........ I am a beginner. I have developed website in Php/MySql. But my home page takes some more time to load in some of the browsers Check this [url]http://www.direct2deal.com[/url] Can Mysql stored procedures help me? I don't know the concepts of stored procedures. If any buddy in group knows pl. … | |
Hey all, I am fairly new at php and I could use your help. I was wondering if there is a way to find out where the user is from so that you could customize a page for them. IE if they are from the US I would like the … | |
I have been trying to make a simple php mail script, but it won't work! Here is the source below...why wont this work? <?php mail("tucker401@mailbolt.com", "This is the message subject", "This is the message body"); echo "message has been sent."; ?> -tucker- | |
I hope yall can help me here, I may have posted in the wrong forum, but here goes: I want a forum that to sign up, you need a disc. To be able to view them on the internet, you need a screen name, and you can't get a screen … | |
I'm using fsockopen to access site URL's stored in a database and retrieve the meta information from the site. The loop for getting the URL's looks like this: [font=Verdana, Lucida, Arial, Helvetica, sans-serif]$query_geturl = mysql_query("select * from sites"); while($geturl = @mysql_fetch_array($query_geturl, MYSQL_ASSOC)) { Next is a bit of parsing code, … | |
Please help..I found an old script which offer members so they can add buddylist, but I get this error when I want to add buddy: MySQL Query Error: UPDATE members SET buddylist='demo,' WHERE id='1' LIMIT 1; Returned Error: Unknown column 'buddylist' in 'field list' I locate back the buddylist.php and … | |
Hello there, I'm not quite sure if its the right section to post this thread... anyway, here is the scenario.. I just installed this hack.MOD whatever u call it ... [url]http://www.daniweb.com/tutorials/tutorial9379.html[/url] Now, the thing is when I click on the Forum title(not thread title) it doesnt open Example for forum … | |
I have built a page that calls two seperate forms (includes). Each form works fine independantly.. But. If both are called together, the first form works fine, but the second doesn't. It seems that it isn't seeing the variables from the start page. The start page variables are crucial to … | |
Hello guys, i'm trying to create a small portal where by every users thats comes in to d site must register b4 they could view tutorials in the website.. i created everything and every thing seems to work fine.. when u click on Register.php it Register and display confirmation.. but … | |
Hello.. I wish to write a client program in C++ which will keep on sending a packet of info to a server on internet at regular intervals. As I am a newbie, i am not getting any idea how to do it.....Further, I would like to mention that the program … | |
Below is my code. The problem is on the 'javascript:ViewPage(article_1.html)'; How to code the quote inside the ViewPage function since im using the echo "....." ; <? echo " <script language='javascript'> function ViewPage(url) { OpenWin = this.open(url, 'CtrlWindow', 'toolbar=yes,menubar=yes,location=no,scrollbars=yes,resizable=yes'); } </script> <tr><td><a href='javascript:ViewPage(article_1.html)';>Article1</a></td><tr> "; ?> it should be `<a href="javascript:ViewPage('article_1.html')";>Article1</a>` | |
hi, ive just written a simple form to mail in PHP (the form is in a flash website). the problem is that the text being put into the fields in the form, is all in Hebrew. would anyone know how to tackle this problem ? i get the text all … | |
plz help me get people to my forum argghhhh poooo [url]www.freeforumhosting.net/forum/?mforum=eggy2[/url] | |
Here is code for sending e-mail which I wrote down: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Send Mail</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <h1>SENDING MAIL</h1> <form action="Mail.php" method="post"> <table width="200" border="0"> <tr> <td>To Whom :</td> <td><input type="text" name="Target" size="50" value="Someone@somenet.com"></td> </tr> <tr> <td>Topic :</td> <td><input … | |
I posted this on the Phpbb community but haven't gotten a response yet. Basically I like one of the templates I just want to change the background colors and add a different image up top. I was looking through all the files but couldn't find how to change it. Does … | |
How would I go about uploading a PHP script to a server and then running it continually as a background process? The script needs to constantly update and send emails, and without needing to access the page to make it run. Any ideas without making a seperate C/C++ program to … | |
hello, today i visited the source code section of daniweb and i was amazed to see that codes inside text box were colored according to their syntax.here is the url of the page. [URL=http://www.daniweb.com/code/snippet25.html]http://www.daniweb.com/code/snippet25.html[/URL] in which language this is coded .can i do this in php .can anybody provide me … | |
I bought a book called PHP/MySQL Programming for the absolute beginner by Andy Harris, Premier Press. This book is great for a beginner. It walks you through a refresher on HTML and then goes step by step into PHP and MySQL. Great examples and VERY challenging "homework" assignments. Great for … |
The End.