Forum: PHP Nov 2nd, 2009 |
| Replies: 1 Views: 178 Hi Guys,
I'm new in PHP. I not familiar with it. Now i need to ask about the PHP
Now i working we a program that have a login function and can allow admin to change or update the data. The... |
Forum: PHP Jun 30th, 2009 |
| Replies: 1 Views: 364 Hi can anyone help me check the code for this why cant send multiple attachment with this code got anything wrong. Help me please
<?php
$to=stripslashes($_POST['to']);
if($to == '0'){... |
Forum: PHP Jun 26th, 2009 |
| Replies: 2 Views: 404 Hi guy can anyone help me this code i get the error. It suppose will come out the java script alert first if the use did not fill up the phone number or the subject but it will send the mail also if... |
Forum: PHP Jun 25th, 2009 |
| Replies: 1 Views: 255 I a newbie on php .I having a problem of sending the mail using this code.with this code sometimes i can send mail and some time not can any genius help me on checking this
<?php... |
Forum: PHP Jun 24th, 2009 |
| Replies: 0 Views: 242 I have a php file that have picture it can display on my pc when i upoload to the apache server that bundle inside but when i try to log on at other pc it can only display the text not image why ? |
Forum: PHP Jun 23rd, 2009 |
| Replies: 4 Views: 406 It is need to do the change in the .htaccess file then only can show the image cause my code just very simple. I design the web site using html code
here the code <th width="185" scope="col"><img... |
Forum: PHP Jun 23rd, 2009 |
| Replies: 1 Views: 459 Hi guy can help me with this. I 'm new on using the apache web server. I upload all the thing inculde the image file when i view on my pc i can show the image very nice but when i open in other pc i... |
Forum: PHP Jun 23rd, 2009 |
| Replies: 4 Views: 406 I create a php form that lot oif image in it and it can display to my computer but when i upload to the apache it cant show the image already why this will happen??
Can anyone tell me why |
Forum: PHP Jun 23rd, 2009 |
| Replies: 4 Views: 428 Here the code:
index.php
<!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">... |
Forum: PHP Jun 22nd, 2009 |
| Replies: 4 Views: 428 When i use the php mail function to send mail is can send easily but if i continuously let said 10 email suddenly it tell me can not sent the mail.
Can anyone tell me why ?? |
Forum: PHP Jun 22nd, 2009 |
| Replies: 0 Views: 1,044 I need help from you guy to check what wrong with my code i headache and think few days also can not slove help pls. I need to create a more than one attachment file when other use my mail system .... |
Forum: PHP Jun 19th, 2009 |
| Replies: 6 Views: 553 Anyone can help me solve this. I create a web site using css and lot of image when i upload on the apache server all the thing can not be display on my pc or in other pc when i access the address. So... |
Forum: PHP Jun 18th, 2009 |
| Replies: 1 Views: 293 Please guide me send multiple attachment in one mail trough php mail script
Below is for single attachment the how on multiple attach
<?php
// Read POST request params into global vars
$to ... |
Forum: PHP Jun 18th, 2009 |
| Replies: 0 Views: 261 I create a three file attachment on the index
i name it file attach,file attach2,file attach3
When i wan to upload it only upload one can some one help below is the code.
$fileatt =... |
Forum: PHP Jun 18th, 2009 |
| Replies: 2 Views: 218 |
Forum: PHP Jun 18th, 2009 |
| Replies: 1 Views: 505 Can anyone help me with the code why it is wrong . What Should i need to do to correct. Thank for your help . Pls help me
if (is_uploaded_file($fileatt3)) {
$file = fopen($fileatt3,'rb');
... |
Forum: PHP Jun 18th, 2009 |
| Replies: 2 Views: 218 I wan to the system to field up the ip address automatic then send it into the body message but it out error can help me about this
$fields{$_SERVER['REMOTE_ADDR']}="IP Address";
$body = "Here is... |
Forum: PHP Jun 18th, 2009 |
| Replies: 4 Views: 653 I got a question if i write a code to detect IP address can it automatic write down in to the php text field form and send it to the mail function. Can provide the code for more understanding |
Forum: PHP Jun 18th, 2009 |
| Replies: 5 Views: 306 I want to send the email to other with a drop down box. when i select the people then it will send to that people only.
So what i need to do?? |
Forum: PHP Jun 18th, 2009 |
| Replies: 5 Views: 306 May be i not clear about it. In my index i got a option bar to send email to two different people so what code i need to read
Usually the code is $to=$_POST['to']
with $send = @mail($to,... |
Forum: PHP Jun 18th, 2009 |
| Replies: 5 Views: 306 Can anyone tell me is i want to post the $to with the select box how to do it
i write the code
$to= $_POST['to'];
if($to == ''1") {POST "address 1";}
else {
$to=="0" {POST "address 2"}}
... |
Forum: PHP Jun 17th, 2009 |
| Replies: 1 Views: 355 Hi Everyone,
I using EasyPHP now i find out it work every thing in my pc but when i open my things on other pc using the intranet i cant be display it
Someone tell me why this happen? i already... |
Forum: PHP Jun 17th, 2009 |
| Replies: 13 Views: 1,579 I also facing the same problem !!
Please help |
Forum: PHP Jun 17th, 2009 |
| Replies: 4 Views: 710 The you recommended i need to do what if i want to send email to my account after their filling up form on the web site |
Forum: PHP Jun 17th, 2009 |
| Replies: 4 Views: 710 Why will come out his warning while the mail smrp server is correct.
Warning: mail() [function.mail]: Failed to connect to mailserver at "smtp.126.com" port 25, verify your "SMTP" and... |
Forum: PHP Jun 17th, 2009 |
| Replies: 4 Views: 768 |
Forum: PHP Jun 17th, 2009 |
| Replies: 4 Views: 710 i dun no why my mail server run in the local host but still cant use the mail () function the code is correct but still cant send any one help me pls |
Forum: PHP Jun 16th, 2009 |
| Replies: 4 Views: 710 I have a smtp server (no need auth) in the intranet so can i still can use the mail() function?? |
Forum: PHP Jun 16th, 2009 |
| Replies: 2 Views: 366 I a newbie on using the phpmailer. Correct me if i wrong.
I create a html index page that a submit form. When i fill up the detail on the form press send it will send mail to my email account using... |