//optional
headerfields
$fullto = $recipientname . " <" . $recipient . ">";
ini_set('sendmail_from', 't...@test.com');
mail($fullto, $subject, $mail_body, $header); //mail command :)
?>
Thanks,
c...@hosting4days.com
newbie question ... I have a MySQL table where I want to update
(renumber) the primary numeric key field.
- I successfully turned field off as a primary key index and UN auto
incremented it
- then created new sequential numbers for it
- then turned back on primary key index and re added auto
newbie ...
- is there a calendar module for date fields?
- so that a small calendar pops up - then you can click on a date,
to add to a field - like google or yahoo calendars has...?
BTW: I saw this - but it doesn't seem to be the right thing ( more
meant for Converter issues) for what I'
On Jul 21, 2009, at 6:17 PM, Jonathan Tapicer wrote:
That is javascript thing, not PHP.
The Yahoo UI has a nice one, here you have an example:
http://developer.yahoo.com/yui/examples/calendar/
calcontainer_clean.html,
and here the module reference:
http://developer.yahoo.com/yui/calendar/
J
headerfields
$fullto = $recipientname . " <" . $recipient . ">";
//$fullto = $recipientname . " <" . $recipient . ">".", ".$recip2;
ini_set('sendmail_from', 't...@test.com');
mail($fullto, $subject, $mail_body, $header); //mail command :)
?>
Thanks,
c...@hosting4days.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Sep 12, 2009, at 3:47 PM, c...@hosting4days.com wrote:
I'm having a problem with mail body issue trying to use 'do while'
loop in the $mail_body var.
this line:
do { echo $row_get1['name'] } while ($row_get1 = mysql_fetch_assoc
($get1))
will show ok when i
I have many of these tags on a site...
They work well with all browsers i've tested - except explorer 8 (pc)
'; ?>
It just goes into an endless loop but stays on the original page -
never going to page2.php
Q: Any idea how to fix this?
Thanks,
c...@hosting4days.com
On Sep 12, 2009, at 7:57 PM, kranthi wrote:
'; ?>
may b u should have
'; ?>
Thanks kranthi & HallMarc Websites
url= ... - that did the trick!
Thanks,
c...@hosting4days.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
& $col3 to the full contents of
each for each line (not just 1st char)?
'; // this shows the whole line ok
echo "c1 is $col1 and c2 is $col2 and c3 is $col3".''; // this
shows just 1st char of each field
}
?>
Thanks,
c...@hosting4days.com
-
9 11:21:37 AM = not good for sql import
Q: any way to turn this auto reformat off in excel and keep it the
way I had it? (I saw nothing in pref's)
Thanks,
c...@hosting4days.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
help - dave
Thanks,
c...@hosting4days.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Jim Lucas wrote:
I would recommend http://www.rgraph.net/
It was written and is currently maintained by a member of this list.
Jim Lucas
Hi Jim,
rgraph looks cool... most demos I see show just a few points - do you
think this could display 500 points? (I'm looking through their docs now.
eg":
case "jpg": $ctype="image/jpg"; break;
case "wav":
case "mp3": $ctype="application/iTunes"; break;
default: $ctype="application/force-download";
}
header("Pragma: public");
header("Expires: 0");
header
Thanks Gaurav & Shawn,
I'll check into your suggestions.
Thanks,
c...@hosting4days.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
14 matches
Mail list logo