User Profile
Collapse
-
Could you please put the contents of your form here and maybe the structure in which you want your e-mail to look like. -
Hi!
I really want to help, but could you please try and explain a bit what you are trying to do with the code so that I can be able to help you? One other thing that I have realize is that you are checking the length of the phone number that is already inserted into the database, that leaves me in confusion and can't really get what you are trying to achieve out of the code....Leave a comment:
-
When you are working with radio buttons, you should know that they are there so that a user/users may not select more than one options. That's to say, firstly you need to give your radio buttons the same name. That's is to make them work as a group and allow selection of only one option. In the case with yours, it shows that you are trying to give your radio buttons the name as values you selected from the database. Give them the same name and give...Leave a comment:
-
Try to explain in details what you want to do with the code or at least give us the code you were trying to use so that we know how to help you. Give me at least a picture of what you are trying to say when you say: But I need to retrieve the next record id while reading the each an every record....Leave a comment:
-
Sending e-mail in PHP
As a new child in PHP, I was trying to write a code which sends an email to a recipient whenever a client order a copies of program. this is what I did:
<?php
include ('config.db.inc .php');
include ('cleanit.php') ;
if (isset($_GET['button']))
{
$To = "mashudu@cosmic link.co.za";
$subject = "Order Copies";
$message = "Name...
No activity results to display
Show More
Leave a comment: