Forum: PHP May 15th, 2009 |
| Replies: 12 Views: 1,269 try this code
<!–p
$subject = “Test mail”;
$message = “Hello! This is a simple email message.”;
$from = “someonelse@example.com”;
$headers = “From: $from”;
mail($to,$subject,$message,$headers);... |
Forum: PHP May 15th, 2009 |
| Replies: 11 Views: 18,917 Hi friend...I have been into this SMS gate way stuff ..I used many sms gateways like OZEKI ,Mcore etc. ...But the problem is all of them are paid softwares and so it does have limitations.So i tried... |
Forum: PHP May 15th, 2009 |
| Replies: 11 Views: 28,515 Hi friend...I have been into this SMS gate way stuff ..I used many sms gateways like OZEKI ,Mcore etc. ...But the problem is all of them are paid softwares and so it does have limitations.So i tried... |
Forum: PHP Apr 30th, 2009 |
| Replies: 6 Views: 1,663 its becoz an email server is nt configured on your local machine...It wil work fine when u upload the file to the server.... |
Forum: PHP Apr 28th, 2009 |
| Replies: 5 Views: 544 thanks a lot for the reply .. i am searching for a better option to do this ..trying to rewrite the code too....i will post the tutorials if i get a better option |
Forum: PHP Apr 28th, 2009 |
| Replies: 5 Views: 544 here is the code for the page.php .... its in called in an iframe from index.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... |
Forum: PHP Apr 28th, 2009 |
| Replies: 5 Views: 544 HI,
I am developing a new website..The design is sowhat over .My problem is its taking too much time to load.I need a very simple interface but i ended up in this bottle neck .I used jquery to add... |
Forum: PHP Apr 27th, 2009 |
| Replies: 5 Views: 697 Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\phptest\listing9.11.php... |
Forum: PHP Apr 24th, 2009 |
| Replies: 2 Views: 304 why dont u register subdomains...u can do it with out any costs most probably |
Forum: PHP Apr 24th, 2009 |
| Replies: 2 Views: 671 Thanks .. i got the working code .I am posting it here
<?php
function getUrlData($url)
{
$result = false;
$contents = getUrlContents($url);
if (isset($contents) &&... |
Forum: PHP Apr 23rd, 2009 |
| Replies: 2 Views: 671 I am trying to make an online meta tag analyzer using php..The system should take a url as input ,analyze the url and print out all the meta tags used in the website....can i have the support some... |
Forum: PHP Apr 23rd, 2009 |
| Replies: 2 Views: 354 yes..Make a string first with all the values u have using the looping structure in php ..And then send that string |
Forum: PHP Apr 22nd, 2009 |
| Replies: 6 Views: 641 Make sure that ur web server support this library |
Forum: PHP Apr 22nd, 2009 |
| Replies: 5 Views: 424 Make the uplaod folder writable..Change its security level to chmod 777 |