Forum: PHP Sep 15th, 2008 |
| Replies: 2 Views: 465 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: 465 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: MySQL Aug 7th, 2008 |
| Replies: 2 Views: 1,037 hi
how to combine three tables in a single query.please send a sample code
thanks |
Forum: MySQL Aug 7th, 2008 |
| Replies: 3 Views: 590 seeker_id is commin in all the tables |
Forum: PHP Aug 6th, 2008 |
| Replies: 7 Views: 624 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: 624 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: 624 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: 624 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: MySQL Aug 4th, 2008 |
| Replies: 3 Views: 590 sorry for the wrong query in the last post
"select seekers.firstname,... |
Forum: MySQL Aug 2nd, 2008 |
| Replies: 3 Views: 590 hi
i want to join four tables.i used left join.thougn value are there in my db all the datas from
seekers_qualification, seeker_target tables are getting displayed as Null.but there is no Sql error... |
Forum: PHP Aug 2nd, 2008 |
| Replies: 11 Views: 2,914 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: 2,914 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: 2,914 please help me in solving the above code |
Forum: PHP Jul 31st, 2008 |
| Replies: 11 Views: 2,914 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: 2,914 thanks for your reply.still its not working |
Forum: PHP Jul 31st, 2008 |
| Replies: 11 Views: 2,914 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: MySQL Jul 25th, 2008 |
| Replies: 2 Views: 894 thanks.i tried this way
SELECT article.id,article.ar_title,article.owner,article.ar_date,addinfo.pat,login.username
FROM article
LEFT JOIN (
login,addinfo
) ON ( login.id = article.owner
AND... |
Forum: MySQL Jul 25th, 2008 |
| Replies: 2 Views: 894 hi,
i want to select from more than two table using a single mysql query.please tell me a example query/.
thanks in advance |
Forum: PHP Jul 25th, 2008 |
| Replies: 1 Views: 279 hi i just want to how to pass data for navigation |
Forum: PHP Jul 25th, 2008 |
| Replies: 1 Views: 279 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: 921 i want to know the page name in which u have stored this page |
Forum: PHP Jul 24th, 2008 |
| Replies: 11 Views: 921 |
Forum: PHP Jul 24th, 2008 |
| Replies: 5 Views: 3,373 sorry i want the user to download in doc format. |
Forum: PHP Jul 24th, 2008 |
| Replies: 7 Views: 548 $query1="DELETE FROM autoalto_mail where mail_id=$mailid1";
check out and reply |
Forum: PHP Jul 24th, 2008 |
| Replies: 5 Views: 3,373 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: JavaScript / DHTML / AJAX Jul 23rd, 2008 |
| Replies: 15 Views: 2,158 hi data is getting inserted on page load itself
<?php
if(isset($_POST['submit'])) {
//print_r($_POST);
$des=$_REQUEST['description'];
$tomorrow =... |
Forum: JavaScript / DHTML / AJAX Jul 23rd, 2008 |
| Replies: 15 Views: 2,158 hi,
thanks a lot.its working i just want to know whether i can add fields in the same page |
Forum: JavaScript / DHTML / AJAX Jul 23rd, 2008 |
| Replies: 15 Views: 2,158 |
Forum: JavaScript / DHTML / AJAX Jul 23rd, 2008 |
| Replies: 21 Views: 3,383 |
Forum: JavaScript / DHTML / AJAX Jul 23rd, 2008 |
| Replies: 15 Views: 2,158 |
Forum: JavaScript / DHTML / AJAX Jul 23rd, 2008 |
| Replies: 15 Views: 2,158 should i change anything else other than this |
Forum: JavaScript / DHTML / AJAX Jul 23rd, 2008 |
| Replies: 15 Views: 2,158 hi
in my ftp
public_html/tinymce/jscripts/tiny_mce/tiny_mce.js
i have the below path as
<script language="javascript" type="text/javascript" src="./tiny_mce/tiny_mce.js"></script> |
Forum: JavaScript / DHTML / AJAX Jul 23rd, 2008 |
| Replies: 21 Views: 3,383 |
Forum: JavaScript / DHTML / AJAX Jul 22nd, 2008 |
| Replies: 21 Views: 3,383 i got only a text area ........... |
Forum: PHP Jul 22nd, 2008 |
| Replies: 2 Views: 396 <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: 463 |
Forum: PHP Jul 22nd, 2008 |
| Replies: 3 Views: 330 welcome............mark it as solved |
Forum: PHP Jul 22nd, 2008 |
| Replies: 3 Views: 330 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: JavaScript / DHTML / AJAX Jul 22nd, 2008 |
| Replies: 21 Views: 3,383 ya after uploading the folder please tell how to see the output.or how to include in my page |
Forum: JavaScript / DHTML / AJAX Jul 22nd, 2008 |
| Replies: 15 Views: 2,158 hi,
please tell me how to download tinymce editor .
i want to download the below tinymce editor
http://tinymce.moxiecode.com/example_full.php |