Hi!
I've lots of HTML pages and what I want to do is to put each HTML page in a single field of a row.
Is it possible through any SQL statement to load a whole HTML in a single cell?
Thank You!
User Profile
Collapse
-
Insert HTML in a field
-
Python converter
Hi!
I'm looking for python converter in C,C++,C#,JAVA or PHP ?
Does anyone know?
Thank You!
Daniyal Nawaz -
Ok what should I do? Am I missing something? Any other way i should use?
Is my HTML incorrect?
[PHP]$html = "<html><body><t able width='100' border='1'><tr> <td>HELLO</td></tr></table></body></html>";[/PHP] -
and on thing more...
i change the $html to
[PHP]$html = "<table width='100%' border='1'><tr> <td>HELLO</td></tr><table>";[/PHP]
and what i recieve in email is
[HTML]<table width=3D'100%' border=3D'1'><t r><td>HELLO</td></tr><table>[/HTML]
what 3Ds are doing in it?Leave a comment:
-
-
returns a string containing HTML tags and data....
when i simply do this [code=php]
$body = GetEmailBody();[/code]
instead of setting Mime_mail
I'm mailed with HTML source text. Not compiled page.Leave a comment:
-
Send HTML mail with PEAR
Hi!
Im trying to send a html mail through PEAR but what I get in mail is blank email.
Below is my code
[PHP]
require_once "Mail.php";
require_once "Mail\mime.php" ;
$html = @file_get_conte nts(GetEmailBod y());
$message = new Mail_mime();
$message->setHTMLBody($h tml);
$body = $message->get();
$from = "abc@sample.com ";... -
-
Retrieving last rows from each DISTINCT set
Hi!
Suppose there is a table MarketData and has following data
id--symbol--------date--------------time------price
1-----A--------2007-09-28------09:30:00------37.03
2-----A--------2007-09-28------10:30:00------38.75
3---MSFT----2007-09-28------09:30:00-----44.54
4 --MSFT----2007-09-28------10:00:00-----45.63
5---ABK------2007-09-28-------09:30:00-----63.08
... -
-
Insert Statement Problem
Hi guys!
Whats wrong with this statement
[CODE=mysql]INSERT INTO MarketData(symb ol,date,time,tr ade_price,chang e)VALUES('A','2 007-09-27',16:00:00,36 .12,'0.00')[/CODE]
im getting a following error
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'change)VALUES( 'A','2007-09-27','16:00:00', 36.12,'0.00')' at... -
How to merge multi rows to single row?
Hi,
I want to merge data from multi rows to one row.
For example,
I have two table one is 'ORDER' and one is 'ORDERDETAIL'.
What I want to do is when I want to get orders against 'user'...
I want to get 'ORDER' table INNER JOINED with 'ORDERDETAIL' but with TOTAL added and merged in a sigle row instead of multiple rows.
I want to generate this function in Stored Procedure in SQL 2005.
Can... -
Thanks ajaxrand....
It works now...i 've specified the whole url of wsdl file with...
and its working...Leave a comment:
-
yes....
i can also send you the whole thing...
tell me you email or main me at [REMOVED-for your own safety]...Leave a comment:
-
FedEx Web Services
I'm having a problem during consuming the FedEx webservice...
Error Detail:
Warning: SoapClient::Soa pClient() [function.SoapCl ient-SoapClient]: I/O warning : failed to load external entity "wsdl/RateService.wsd l" in D:\Test\FDX\rat e.php on line 12
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'wsdl/RateService.wsd l' in D:\Test\FDX\rat e.php:12 Stack trace: #0...
No activity results to display
Show More
Leave a comment: