Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #2K
~7K People Reached
Favorite Tags
Member Avatar for ditty
Member Avatar for rtrethewey
0
122
Member Avatar for ditty

Hi I want to send mails using gmail server with my gmail id and password. I am using the php mailer class for sending mails. Please help me to do this. my code is shown below <?php $mail = new PHPMailer(); $body = "Test mail Test mail"; $mail->IsSMTP(); // telling …

Member Avatar for pritaeas
0
558
Member Avatar for ditty

Hi I am sending mail using phpmailer. but when i tried to send mail it shows the error SMTP -> ERROR: MAIL not accepted from server: 530 5.7.1 Client was not authenticated The following From address failed: mail@example.com Mailer Error: The following From address failed: mail@example.com SMTP server error: 5.7.1 …

Member Avatar for pritaeas
0
304
Member Avatar for ditty

Hi I am trying to send mail using php mail() function. All servers are receiving mails except hotmail. I dont know why hotmail not receiving mails. Pls help me ...its very urgent..

Member Avatar for ditty
0
389
Member Avatar for ditty

Hi htaccess is not working in godaddy hosting. but it is working in other servers. Please help me to solve this. Thank you

Member Avatar for mybids
0
166
Member Avatar for ditty

i am new in drupal. i want to create a custom content type for uploading banners. it requires an image field only. but when i take manage fields there is one title field which i cant remove. can anybody help me to remove this title field. thank you

Member Avatar for maori
0
142
Member Avatar for ditty

Hi I am using speed host server for my website. when i use mail function it not supporting html format. but for text mail there is no problem. but i used the same code with domainz hosting, everything is working fyne both html and text. But in speedhost when i …

Member Avatar for Webville312
0
237
Member Avatar for ditty

Hi, I am doing a photo library which includes large size of photos. One photo size may be around 80-100mb. And also the file type may be different. Is it possible to do it using php. if yes please give me the details.Thanks

Member Avatar for Szabi Zsoldos
0
145
Member Avatar for ditty

Can any one help me to know about the api which will give the full list of amazon categories.

Member Avatar for ditty
0
197
Member Avatar for ditty

Can anybody help me to get the code for google check out payment confirmation. After the payment using google checkout i want to update the order details with the payment status. may i know the post values to the website

Member Avatar for LastMitch
0
93
Member Avatar for ditty

Can any one give me a description of 'shopping feed'. Actually what it means?

Member Avatar for pritaeas
0
105
Member Avatar for ditty

Hi I have created a mail id for my website as info@domainname.com. I want to get all the mails to info in to my personal mail id in gmail directly. I heard i can achieve this functionality by changing the mx records. Can anybody help me to change it properly. …

Member Avatar for blocblue
0
87
Member Avatar for ditty

Hi I am doing an API application now. I sent the request using soap. I received the response back in xml format. For simple example i sent the request as <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:fram="http://framework.zend.com"> <soapenv:Header/> <soapenv:Body> <fram:getVersion/> </soapenv:Body> </soapenv:Envelope> Received Response as <SOAP-ENV:Envelope xmlns:SOAPENV=" http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://framework.zend.com"> <SOAP-ENV:Body> <ns1:getVersionResponse> <return>0.1</return> </ns1:getVersionResponse> </SOAP-ENV:Body> …

Member Avatar for ditty
0
373
Member Avatar for ditty

Hi In my new project i have to give an option to convert an english text to chinese.Can any one help me to do this. Thank you

Member Avatar for twiss
0
97
Member Avatar for ditty

Hi I am using the following code to convert html to pdf. But the resulting pdf page shows blank. Please help me...its very urgent.. [CODE]require('pdf/html2fpdf.php'); $str =stripslashes('<div style="width:580px;" align="left">'.$pdfmessage."</div>"); $html=str_replace("&nbsp;","",$str); $pdf=new HTML2FPDF(); $pdf->AddPage(); $pdf->SetLeftMargin(25); $pdf->SetFontSize(12); $pdf->WriteHTML($html); $pdf->Output($invno.'.pdf','F');[/CODE]

Member Avatar for holy-food
0
157
Member Avatar for ditty

Hi I am using curl function for getting data from another website. But when i use curl_exec($curl) it shows 'bool(false)' . why it happend so? Please help me..Thank you

Member Avatar for NightLight
0
93
Member Avatar for cliffcc
Member Avatar for epicrevolt
0
159
Member Avatar for jacob21

Hello, I am sending a mail on localhost but getting error given below. Please suggest me solution for that. Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\xampp\htdocs\project\contact2.php on line 261

Member Avatar for epicrevolt
0
77
Member Avatar for agriz

Hi, There are three tables involved here. A kind of quiz localhost site, i did for me. Table 1 contains questions. ========================== question_id (autoincrement) questions (varchar 250) category_id Table 2 contains choices ======================== Choice_id (autoincrement) Choice_value (varchar) question_id Table 3 contains answers ======================== question_id choice_id I am displaying 10 questions …

Member Avatar for smantscheff
0
312
Member Avatar for banmikko

anybody i need the codes to display image. im stucked with it. Im already done doing the codes for uploading. see it below.. i badly need it <?php // Create MySQL login values and // set them to your login information. $username = "root"; $password = ""; $host = "localhost"; …

Member Avatar for smantscheff
0
200
Member Avatar for ditty

Hi i have a news table. I am using the query "select * from news_table where news_id in(8,3,6,1)". This query is working properly. But the problem is i need to return the rows in the same order what we give in the 'in' clause. ie, first record with news_id 8 …

Member Avatar for mahavir123
0
85
Member Avatar for captain.don

I have an html form which has 2 fields realuser and useremail it then submits on the php page .i have a database table named auth .my database has 3 fields i.e realuser,useremail and details ,in which i have filled "details" field already and rest 2 fields are blank.i have …

Member Avatar for lyrico
0
105
Member Avatar for ditty

Hi I want to get news feeds from 'http://www.claimscouncil.org/news' this url. May I generate rss feed from this url?

Member Avatar for pritaeas
0
55
Member Avatar for ditty

i have a long string which contains a url. I want to extract that url from that particular string. Please help me.

Member Avatar for edussooriya
0
375
Member Avatar for Shanti C

Hello.. I want to compare my database date with current system date and i can do some oprations by that.. Wating ... Shanti

Member Avatar for Shanti C
0
140
Member Avatar for ditty
Member Avatar for buddylee17
0
62
Member Avatar for ditty

hi How can i get the html of a given web page?.. I have the url of the web page...please help me ....very urgent...Thank you Ditty

Member Avatar for cwarn23
0
210
Member Avatar for ditty

hello I want to read data from a pdf file. I used file_get_contents(); but i didnt get the result...please help me..... very urgent. Thank you Ditty K.M

Member Avatar for death_oclock
0
95
Member Avatar for ditty

Pls help me to add two times which is in mysql database table....Very urgent...Thank you

Member Avatar for Shanti C
0
101
Member Avatar for ditty

Pls help me to find out holidays in a month. It should include include all saturdays and sundays. Pls help me...very urgent..Thank you

Member Avatar for Shanti C
0
61