Forum: PHP Sep 15th, 2008 |
| Replies: 2 Views: 474 hi
can anybody help in email.i want how to give from address.
eg
$from="l.w@gmail.com"
but in my mail i am getting from addr as
l.w@bluehost.com
bluehost is my server name
please tell me how... |
Forum: PHP Sep 11th, 2008 |
| Replies: 2 Views: 474 hi
i am using php email function .in from address i am getting my ftp email id
eg username:form,my mail id is as form@connect.com but i want to give my own address...dynamically what i give.
... |
Forum: PHP Aug 6th, 2008 |
| Replies: 7 Views: 640 when i execute the second code which i have send i am getting something like the below output
OUTPUT:
PGh0bWw+PGhlYWQ+PC9oZWFkPjxib2R5Pjx0YWJsZSB3aWR0aD0nODUwcHgnIGJvcmRlcj0nMCcg... |
Forum: PHP Aug 6th, 2008 |
| Replies: 7 Views: 640 then plz tell how to do.now i am getting only the personal details and regards in the last line |
Forum: PHP Aug 6th, 2008 |
| Replies: 7 Views: 640 this is my whole code
then wats wrong
just run this and see
<html>
<head></head>
<body>
<?
$headers = "From: cggroup@car.com";
$toa = "lydia.whitin@gmail.com";
$subject1 = "An Agreement has... |
Forum: PHP Aug 6th, 2008 |
| Replies: 7 Views: 640 hi,
i written a code for sending html maIL.MAIL FUNCTION IS WORKING BUT THE MAIL I AM GETTING I HAVE DISPLAYED BELOW.please do tell me how to send html mail
$headers = "From: cggroup@car.com";... |
Forum: PHP Aug 2nd, 2008 |
| Replies: 11 Views: 3,056 when a user click a menu.it will drop down all the options.its a menu bar.
eg when u click file in IE it will display New,File.......
something like tat |
Forum: PHP Aug 2nd, 2008 |
| Replies: 11 Views: 3,056 hi
i tried printing the group name and it is working in one page.i have sent my file as attachment |
Forum: PHP Aug 1st, 2008 |
| Replies: 11 Views: 3,056 please help me in solving the above code |
Forum: PHP Jul 31st, 2008 |
| Replies: 11 Views: 3,056 this is actually a menu .i have included in all the pages.<?
session_start();
require_once('common/dblayer.php');
$db=new dblayer();
$id=$employer_id;
$empid=$db->getgroupname($id);... |
Forum: PHP Jul 31st, 2008 |
| Replies: 11 Views: 3,056 thanks for your reply.still its not working |
Forum: PHP Jul 31st, 2008 |
| Replies: 11 Views: 3,056 hi
i want to pass variable from php to javascript.i want to pass my group[name please tell me.the current code is not working
<?
session_start();
require_once('common/dblayer.php');
$db=new... |
Forum: PHP Jul 25th, 2008 |
| Replies: 1 Views: 285 hi i just want to how to pass data for navigation |
Forum: PHP Jul 25th, 2008 |
| Replies: 1 Views: 285 hi,
page navigation is not working.please tell how to pass date
<?
include_once('session_control_emp_sp.php');
?>
<html>
<head></head>
<body>
<?
//db connection |
Forum: PHP Jul 24th, 2008 |
| Replies: 11 Views: 936 i want to know the page name in which u have stored this page |
Forum: PHP Jul 24th, 2008 |
| Replies: 11 Views: 936 |
Forum: PHP Jul 24th, 2008 |
| Replies: 5 Views: 3,496 sorry i want the user to download in doc format. |
Forum: PHP Jul 24th, 2008 |
| Replies: 7 Views: 565 $query1="DELETE FROM autoalto_mail where mail_id=$mailid1";
check out and reply |
Forum: PHP Jul 24th, 2008 |
| Replies: 5 Views: 3,496 hi
can u please tell me how to convert html page into word document so tat the user can download the page in html format |
Forum: PHP Jul 22nd, 2008 |
| Replies: 2 Views: 403 <a href="<? echo $userfile;?>" target="_blank"><img src="/images/word_icon.gif" width="30" height="30" border="0" align="right"></a> |
Forum: PHP Jul 22nd, 2008 |
| Replies: 3 Views: 475 |
Forum: PHP Jul 22nd, 2008 |
| Replies: 3 Views: 333 welcome............mark it as solved |
Forum: PHP Jul 22nd, 2008 |
| Replies: 3 Views: 333 hope this works.plz reply
while($row = mysql_fetch_array($result))
{
?>
<tr><td width="10%"></td><td ><img src="images/buldot.gif" alt="" height="6" width="6"><?echo $row['from']?></td>
<td >... |
Forum: PHP Jul 21st, 2008 |
| Replies: 8 Views: 2,275 i am using fck editor2.6.2-version,php version 5 |
Forum: PHP Jul 19th, 2008 |
| Replies: 8 Views: 580 then try giving the path like
/home/wesitname/public_html/folder....
the path should start as /home/website then the location where u want to store |
Forum: PHP Jul 19th, 2008 |
| Replies: 8 Views: 2,275 hi
i want to add the fckeditor in a form which is already avaiable.please tell me how to do tat
<?php
include_once("fckeditor/fckeditor.php") ;
if ( isset( $_POST ) )
$postArray = &$_POST... |
Forum: PHP Jul 19th, 2008 |
| Replies: 8 Views: 2,275 thanks for ur help.it was really useful |
Forum: PHP Jul 19th, 2008 |
| Replies: 8 Views: 2,275 hi
when the user enter the data i tried it storing in the db and its working.
the datas are getting stored as
<p>This is some <strong>sample text</strong>. You are using</p>
when i display i ... |
Forum: PHP Jul 18th, 2008 |
| Replies: 1 Views: 335 hi,
i have store in db the below output.where the user has entered using editor.
<p>This is some <strong>sample text</strong>. You are using</p>
i want the other users to view the output as we... |
Forum: PHP Jul 18th, 2008 |
| Replies: 22 Views: 1,390 |
Forum: PHP Jul 18th, 2008 |
| Replies: 22 Views: 1,390 thanks i finally got it
............
i typed hi in the editor
i got the ouput as <ol>
<li><span style="color: #ff9900"><em><strong>hi</strong></em></span></li>
</ol>
now i want to store... |
Forum: PHP Jul 18th, 2008 |
| Replies: 22 Views: 1,390 i tried something like this
<?php
include_once("fckeditor/fckeditor.php") ;
?>
<html>
<head>
<title>FCKeditor - Sample</title>
<meta http-equiv="Content-Type" content="text/html;... |
Forum: PHP Jul 18th, 2008 |
| Replies: 22 Views: 1,390 hi,
can u please tell me how to try keith editor... |
Forum: PHP Jul 17th, 2008 |
| Replies: 22 Views: 1,390 please tell me how to use fckeditor |
Forum: PHP Jul 17th, 2008 |
| Replies: 22 Views: 1,390 thanks.kkeith please help me to use tat editor |
Forum: PHP Jul 17th, 2008 |
| Replies: 22 Views: 1,390 sorry i found ur attachment |
Forum: PHP Jul 17th, 2008 |
| Replies: 22 Views: 1,390 i dont find any attachment in ur reply |
Forum: PHP Jul 17th, 2008 |
| Replies: 22 Views: 1,390 thnks for ur reply .plese tell me how to use it |
Forum: PHP Jul 17th, 2008 |
| Replies: 22 Views: 1,390 instead of using textbox..i want to give options like editor to the user |
Forum: PHP Jul 17th, 2008 |
| Replies: 22 Views: 1,390 hi
i want to include it in my php application.i think i cannot include fckeditor in my appliction |