39,320 Topics

Member Avatar for
Member Avatar for mikeandike22

im trying to creat an email form with php here is wat I have and it isnt working [PHP]<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Jacob Sherman</title> <link rel="stylesheet" href="content.css" type="text/css" /> </head> <body> <form action="" method="post" enctype="text/plain"> <table border="0" cellspacing="0" cellpadding="4" width="90%"> …

Member Avatar for mikeandike22
0
74
Member Avatar for aeroguy
Member Avatar for nolnet
0
220
Member Avatar for omesa

Hello everyone. I need to put a drop dropdown menu on items(such as a category)that is pulled from a database. I have used php+ mysql to pull the data. Can anyone tell me if I can include javascript so that when the mouse is over tha item and/or category, a …

Member Avatar for Dani
0
96
Member Avatar for ayajhane_dhagz

can javascript merge with php?...if so,how can we implement it... i had a hard time searching on that problem.... i made experiments but it doesn't work...hehe;)

Member Avatar for noppid
0
211
Member Avatar for Avalon

I have a site with Mambo software. I didn't do anything to my knowledge, but since yesterday there has been a Page Not Found 404 Error coming up instead of my administrator page. What does that mean? How do I go about fixing it. The site is hosted by Webdockers. …

Member Avatar for RamiroS
0
71
Member Avatar for Viji

Hello everyone, I wonder if PHP can access MS database. If so, can anyone share some lights on how to work on it? What configuration i need to do inorder to do it. Thanks in advance. Many thanks, VG

Member Avatar for Puckdropper
0
90
Member Avatar for ivanCeras
Member Avatar for Ladymercury

Hello everyone! I've been having issues with a script me and a co-worker created for a system that I'm developing so that people can register and manage their shifts for a convention: [php]<?php // starts a session, this must be before ANY output is sent to the browser, including whitespace …

Member Avatar for Puckdropper
0
115
Member Avatar for Wrox

Hi All, Am fairly new to PHP but managed to successfully complete a form and all works well! However, using similar code on another site the form goes through to a dynamic page and sends email back all correctly and has the titles of the textfields ready to have the …

Member Avatar for Puckdropper
0
135
Member Avatar for ytregnn

Hi everybody, I'm in need for the completly list of e-mail adresses on a phpBB-board. I've looked around for help on this on Google, but I can't manage to find any answers.. Is there any easy way to do this, or is hacking the final solution? ( if anybody have …

Member Avatar for The Dude
0
230
Member Avatar for aparnesh

How can I redirect a page to another ? For example, if the user is registered he gets to see the members section and if he is not, he is redirected to a 'Register Now' page when he clicks on a members area link. Also how will it work if …

Member Avatar for Astegiano
0
287
Member Avatar for dheeraj5689

Hi All. I have two different server. One server is windows and another is Linux. I need to publish the files on Linux server through ASP. But in asp i am not found any library or any service for do this work. So have u any guys have any IDEA, …

0
127
Member Avatar for Joncamp

I don't know how to configure my sendmail8 system, is sendmail a mail server? Why don't PHP send mail() through the sendmail8 system? Thanks:mrgreen:

Member Avatar for shaocpa
0
149
Member Avatar for ashneet

I am trying to get URL from address bar and store it in a variable. Anyone know how it may be done as i was looking on php.net and couldn't find any function that grab URL form the address bar.

Member Avatar for ashneet
0
212
Member Avatar for StrikeFreedom

I'm trying to use the following script to test password strength: [PHP]<? switch($_REQUEST['req']){ case "change_password": function CheckPasswordStrength($password) { $strength = 0; $patterns = array('#[a-z]#','#[A-Z]#','#[0-9]#','/[¬!"£$%^&*()`{}\[\]:@~;'#<>?,.\/\\-=_+\|]/'); foreach($patterns as $pattern) { if(preg_match($pattern,$password,$matches)) { $strength++; } } return $strength; // 1 - weak // 2 - not weak // 3 - acceptable // 4 …

Member Avatar for StrikeFreedom
0
103
Member Avatar for KunalPradhan

Dear All, Will any one be able to help me w.r.t AS400 query :?: The application used is Vision Plus

0
81
Member Avatar for Puckdropper

Hello, I installed PHP 5 on my Server 2003 machine with IIS and got that working properly. I want to connect to my school's MS-SQL student database, but PHP balks when it hits "mssql_connect" (or whatever the statement is). How can I set this up so I can actually connect …

Member Avatar for papa_fal
0
5K
Member Avatar for ashneet

I think is problem may be more connected to HTML rather then php. The issue I have is that I have a my sql db and in one of the colume in which there is a string like: [code]Testing 1 2 3[/code] but when I extract the variable all I …

Member Avatar for Puckdropper
0
145
Member Avatar for manish812

[B]Warning[/B]: session_start(): Cannot send session cookie - headers already sent by i want to use session in my prog and this error comes every times due 2 which i cann't use session which is vry important for me. but whn i run the same prog in my computer i.e. localhost …

Member Avatar for cancer10
0
244
Member Avatar for Ries

This is my code im using for my login, but when it re-directs to the next page the $_SESSION['email'] array doesnt contain any data, what is wrong with my coding that causes this(btw to check it had no data I echoed it and nothing came onto my screen) [code]<?PHP session_start(); …

Member Avatar for cancer10
0
145
Member Avatar for j4mes_bond25

I've been trying to display a simple & short message in viewer's own language for which I'm using the following script, right at the top of their screen i.e. just above the banner (in my website on: members.lycos.co.uk/darsh25/ .................. select "contact.php" Although, in my browser, this script identifies that my …

Member Avatar for j4mes_bond25
0
362
Member Avatar for vjw757

ok im installing a script at [URL="http://magicalstart.com"]http://magicalstart.com[/URL] and everything looks like is up and running. but when i try to access the admin panal at [URL="http://magicalstart.com/admin/index.php"]http://magicalstart.com/admin/index.php[/URL] .... the only think that happens is the screen goes blank. .. i was getting sql errors but that was because i had the …

Member Avatar for Puckdropper
0
156
Member Avatar for ractufat99

Hi, Is there someone how use [B]osDate[/B]? It's a open-source dating system written using PHP/MySQL. I found it for free on [url]http://www.tufat.com/s_free_dating_system.htm[/url] Thanks

0
86
Member Avatar for quansah

i have a form with checkboxes and i was wondering how i could write the php code so that the choices you check can come into my email. here is the html coding for the form: [code]<form action="<?php echo $me;?>" method="post" name="form1" id="form1"> <p>Name : <input type="text" name="textfield"> </p> <p>Course: …

Member Avatar for JNathanson
0
1K
Member Avatar for iamthwee

hi everyone, I just skipped down to the shops and got myself a php/mysql/apache book. Never done php before or databasing so I'm eager to learn. Hope to be asking some questions here soon when I get sum time he he.

Member Avatar for Dani
0
86
Member Avatar for Yuki H.

I made this php mailform months ago, and I haven't done php in a while, so I need help with it. Though a person might not have a valid email or typed in their name and/or comments it still submits, how can I fix this problem? [PHP]<? include('header.txt'); ?> <table …

0
65
Member Avatar for serhat_kk

Hi; I have a online nba live (basketball game) site, i want to add following option. When user upload *.txt file to my site (you will see at the picture) [url]http://img128.imageshack.us/my.php?image=nbalivetxt9gx.jpg[/url] i Want to get average and total stats. For Example; Total Points ,Points Per Game ,etc... How do i …

0
96
Member Avatar for ayajhane_dhagz

s there a function in php w/c determines how many dimensions an array contain? f so,may i know?..^_^ thnx...

Member Avatar for ayajhane_dhagz
0
170
Member Avatar for aarya

hi i want to sell some template which is stored in zip file. when customer choose the template he will connect to paypall shopping cart. when he pays i should get invoice form paypal as payment is sucessfull . if it is so he can download the file after payment. …

Member Avatar for alpha2006
0
77
Member Avatar for kirawr

hellooo. i've been working with this form lately, and i cant seem to figure out how to make the success/error pages redirect to another page. any tips? [PHP]/////////////////////////////////////////////////////////////////////// //Don't edit below this point if you aren't sure what you're doing! // /////////////////////////////////////////////////////////////////////// $good = "Thanks for emailing me!"; //above is …

0
79

The End.