User Profile

Collapse

Profile Sidebar

Collapse
daniyalnawaz
daniyalnawaz
Last Activity: May 12 '08, 07:35 AM
Joined: Aug 31 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • daniyalnawaz
    started a topic Insert HTML in a field

    Insert HTML in a field

    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!
    See more | Go to post

  • daniyalnawaz
    started a topic Python converter

    Python converter

    Hi!

    I'm looking for python converter in C,C++,C#,JAVA or PHP ?


    Does anyone know?


    Thank You!
    Daniyal Nawaz
    See more | Go to post

  • daniyalnawaz
    replied to Send HTML mail with PEAR
    in PHP
    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]
    See more | Go to post

    Leave a comment:


  • daniyalnawaz
    replied to Send HTML mail with PEAR
    in 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?
    See more | Go to post

    Leave a comment:


  • daniyalnawaz
    replied to Send HTML mail with PEAR
    in PHP
    Hi!

    Now im again getting HTML text in the mail.
    See more | Go to post

    Leave a comment:


  • daniyalnawaz
    replied to Send HTML mail with PEAR
    in PHP
    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.
    See more | Go to post
    Last edited by pbmods; Oct 6 '07, 08:49 PM. Reason: Added CODE tags.

    Leave a comment:


  • daniyalnawaz
    started a topic Send HTML mail with PEAR
    in PHP

    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 ";...
    See more | Go to post

  • hey thank you!
    that really works....

    again thanks...
    See more | Go to post

    Leave a comment:


  • daniyalnawaz
    started a topic Retrieving last rows from each DISTINCT set

    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
    ...
    See more | Go to post

  • daniyalnawaz
    replied to Insert Statement Problem
    Thank You!!! Its working now.... :)
    See more | Go to post

    Leave a comment:


  • daniyalnawaz
    started a topic Insert Statement Problem

    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...
    See more | Go to post
    Last edited by mwasif; Sep 28 '07, 01:35 PM. Reason: Added code tags.

  • daniyalnawaz
    started a topic How to merge multi rows to single row?

    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...
    See more | Go to post

  • daniyalnawaz
    replied to FedEx Web Services
    in PHP
    Thanks ajaxrand....

    It works now...i 've specified the whole url of wsdl file with...
    and its working...
    See more | Go to post

    Leave a comment:


  • daniyalnawaz
    replied to FedEx Web Services
    in PHP
    yes....


    i can also send you the whole thing...
    tell me you email or main me at [REMOVED-for your own safety]...
    See more | Go to post
    Last edited by ak1dnar; Aug 31 '07, 12:57 PM. Reason: Email removed

    Leave a comment:


  • daniyalnawaz
    started a topic FedEx Web Services
    in PHP

    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...
    See more | Go to post
    Last edited by ak1dnar; Aug 31 '07, 11:50 AM. Reason: Added the CODE Tags
No activity results to display
Show More
Working...