38,019 Topics

Member Avatar for
Member Avatar for BryanM67

I have a full name passed to my webpage in the format 'lastname, firstname'. So if $a = 'Doe, John' what could I do to parse this field out using the comma as a delimiter, and end up with $b containing 'John' and $c containing 'Doe'. I would appreciate any …

Member Avatar for Troy
0
75
Member Avatar for jonathan2005

Hi, I have a problem with resolving the HTTP request message. I am trying to pass the xml structure as a message body in the HTTP request. After that I want to read it in my PHP script file on server side. I can read all the headers, but I'm …

Member Avatar for Troy
0
82
Member Avatar for mrChiBai

[FONT=Courier New]dear all, I have made a look-up talbe in php that reads from a sql table. one table, pair has pair_id as the primary key one table, pairHistory has actions when information for a pair_id changes and the look-up table logs the transactions, the many to one relationship pair …

Member Avatar for Troy
0
322
Member Avatar for michael123

how would one go about making a login script using sessions that save to the database?

Member Avatar for michael123
0
121
Member Avatar for zalakes

hi all I already have a website running (not php). The problem is that i want people to sign up so i know how many people are actually regulars on my site. The thing is know how to i insert a database to my webpage, my i create a new …

Member Avatar for vipula
0
118
Member Avatar for pamwynne

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 …

Member Avatar for darnoldy
0
427
Member Avatar for curtis_henken

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 …

Member Avatar for curtis_henken
0
142
Member Avatar for classifieds100

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 …

Member Avatar for classifieds100
0
267
Member Avatar for vismund

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 …

Member Avatar for zippee
0
151
Member Avatar for dasd

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 …

Member Avatar for zippee
0
175
Member Avatar for Wiz-kid

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 …

Member Avatar for zippee
0
169
Member Avatar for aiden

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 …

Member Avatar for aiden
0
149
Member Avatar for thegreenfaery

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!!!

Member Avatar for paradox814
0
59
Member Avatar for 4BoredomDotCom

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{ …

Member Avatar for PoA
0
169
Member Avatar for missdiva
Member Avatar for barnamos
0
109
Member Avatar for macmillan

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. …

Member Avatar for PoA
0
145
Member Avatar for rgot

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 …

Member Avatar for rgot
0
121
Member Avatar for tucker

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-

Member Avatar for tucker
0
147
Member Avatar for DeLoreanz1

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 …

Member Avatar for DeLoreanz1
0
344
Member Avatar for cyberoptik

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, …

Member Avatar for PoA
0
151
Member Avatar for UnknownZ

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 …

Member Avatar for UnknownZ
0
150
Member Avatar for missdiva
Member Avatar for Rik

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 …

Member Avatar for LiveWire
0
157
Member Avatar for cputek2k

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 …

Member Avatar for Gaffer Sport
0
159
Member Avatar for developerszone

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 …

Member Avatar for zippee
0
210
Member Avatar for rsaicrag

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>`

Member Avatar for rsaicrag
0
591
Member Avatar for dor88keys

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 …

Member Avatar for paradox814
0
429
Member Avatar for erkelensb

plz help me get people to my forum argghhhh poooo [url]www.freeforumhosting.net/forum/?mforum=eggy2[/url]

Member Avatar for ShaneMcP
0
60
Member Avatar for AhmedHan

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 …

Member Avatar for AhmedHan
0
247
Member Avatar for cyberoptik

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 …

Member Avatar for ashishjha54
0
97

The End.