Hi,
I'm using php function mail() to send emails.
However, I can only text.
Can I send HTML mail which inclids <a> links, <img> imgs, and font styles?
Thanks.
Search found 20 matches
- Sun Aug 26, 2007 3:47 pm
- Forum: PHP - Code
- Topic: How to send HTML email via php mail()?
- Replies: 1
- Views: 208
- Wed Apr 11, 2007 1:30 am
- Forum: PHP - Code
- Topic: Class 'COM' not be found on my Apache
- Replies: 2
- Views: 394
Class 'COM' not be found on my Apache
When I tried to write: $shell = new COM("WScript.Shell") or die("This thing requires WindowsScripting Host"); I get this: Class 'COM' not found in /var/www/vhosts/rt-design.co.il/httpdocs/templates/rt-design/index.php on line 2 Basically, I want to prevent my site from being cach...
- Tue Apr 10, 2007 6:07 am
- Forum: PHP - Code
- Topic: how do delete all of the user's Temporary Internet Files?
- Replies: 6
- Views: 681
how do delete all of the user's Temporary Internet Files?
how do delete all of the user's Temporary Internet Files?
- Tue Apr 10, 2007 3:03 am
- Forum: PHP - Code
- Topic: a clear-cache problem in IE7
- Replies: 2
- Views: 452
a clear-cache problem in IE7
hi,
I have a site with a flash object. IE7 keep caching the photos of the flash.
i tried clearstatcache() but it didn't help!
what to do?!
thanks.
I have a site with a flash object. IE7 keep caching the photos of the flash.
i tried clearstatcache() but it didn't help!
what to do?!
thanks.
- Tue Feb 13, 2007 12:57 am
- Forum: Databases
- Topic: How can define a combination of rows as unique?
- Replies: 4
- Views: 754
How can define a combination of rows as unique?
Hi
How can define a combination of rows as unique?
I'm using mysql and need to prevent duplicate row inserting. I don't want to define one column as unique but a combination of 3 columns.
How can I do that?
thanks
How can define a combination of rows as unique?
I'm using mysql and need to prevent duplicate row inserting. I don't want to define one column as unique but a combination of 3 columns.
How can I do that?
thanks
- Mon Feb 12, 2007 10:27 pm
- Forum: Regex
- Topic: How can I replace to sub strings (html code)?
- Replies: 2
- Views: 1289
How can I replace to sub strings (html code)?
How can I replace to sub strings (html code)? Hi, I have that: $x = ". . . <div class="somecalss"> . . . . . . . . . </div> . . ."; $y = "some html code";. How can I replace the <div> part in $x with $y? I now that I can do it with RegEx (regular expression) and str_rep...
- Mon Feb 12, 2007 5:36 am
- Forum: PHP - Code
- Topic: How to upload an image, save it on the server and store its?
- Replies: 1
- Views: 363
How to upload an image, save it on the server and store its?
Hallo everyone! I wont to add php/html code which can do that: Let the user choose and upload a file (an image), save the file on the server and store its location into a mysql table. If you have an example code or a link that would be super! I know how to handle the html part but I have no idea wha...
- Thu Jan 25, 2007 3:31 pm
- Forum: PHP - Code
- Topic: Is there a command that helps to understand what the functio
- Replies: 3
- Views: 410
Is there a command that helps to understand what the functio
Hi
Is there a command that helps to understand what the function does?
Let's say that I know only the name of the function,
Who can I know what argument that function expects and what it does?
Thanks

Is there a command that helps to understand what the function does?
Let's say that I know only the name of the function,
Who can I know what argument that function expects and what it does?
Thanks
- Thu Jan 25, 2007 3:28 pm
- Forum: PHP - Code
- Topic: How can I expose the object's method and properties?
- Replies: 2
- Views: 293
How can I expose the object's method and properties?
Hi everyone How can I expose the object's method and properties? Is there a php command or keyword which expose the object's method and properties? For example: print_r arr[0]; will print on the screen all of the array (the index or keys and the content). I'm look for somting simler that prints on t...
- Sat Jan 13, 2007 10:43 am
- Forum: PHP - Code
- Topic: What's the different between $x->y and between $x['y']?
- Replies: 3
- Views: 579
What's the different between $x->y and between $x['y']?
Hi,
I know the both of the above are kinds of arrays which have been retrieved from the database. Why is there 2 different ways to approach it and what's better?
Thanks.
I know the both of the above are kinds of arrays which have been retrieved from the database. Why is there 2 different ways to approach it and what's better?
Thanks.
- Sat Jan 13, 2007 10:27 am
- Forum: PHP - Code
- Topic: mysql transaction in php, how?
- Replies: 2
- Views: 392
mysql transaction in php, how?
Hi everyone,
I want to perform a series action on the DB (insert, update, delete).
I know that I can put the in a transaction so I can be sure that either al actions succeed or all failed.
How can I do that in php?
Thanks.
I want to perform a series action on the DB (insert, update, delete).
I know that I can put the in a transaction so I can be sure that either al actions succeed or all failed.
How can I do that in php?
Thanks.
- Sat Jan 13, 2007 10:20 am
- Forum: PHP - Code
- Topic: Know any good php Editor?
- Replies: 1
- Views: 307
Know any good php Editor?
Hi folks!
Surely you know how frustrating one missing comma can be!
Currently, I'm using Dreamweaver that's not the answer!
I'm looking for a good and well known php Editor which will alert me in case something is wrong with the code.
Thanks.
Surely you know how frustrating one missing comma can be!
Currently, I'm using Dreamweaver that's not the answer!
I'm looking for a good and well known php Editor which will alert me in case something is wrong with the code.
Thanks.
- Thu Dec 14, 2006 8:13 am
- Forum: PHP - Code
- Topic: stack overflow at line: 0?
- Replies: 3
- Views: 1035
no it's a host
no it's a host
- Thu Dec 14, 2006 4:45 am
- Forum: PHP - Code
- Topic: stack overflow at line: 0?
- Replies: 3
- Views: 1035
stack overflow at line: 0?
I'm using a php based CMS called 'mambo'.
When I click the 'submit' in http://208.109.106.11/index.php?option= ... s&Itemid=7 get error massage: stack overflow at line: 0.
What to do
When I click the 'submit' in http://208.109.106.11/index.php?option= ... s&Itemid=7 get error massage: stack overflow at line: 0.
What to do
- Sun Dec 10, 2006 1:02 am
- Forum: PHP - Code
- Topic: JS doesn't work with my PHP file
- Replies: 4
- Views: 1444
thats the code
feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] echo &quo...