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

43 Posted Topics

Member Avatar for ditty
Member Avatar for rtrethewey
0
128
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
567
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
309
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
398
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
173
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
146
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
242
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
148
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
200
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
95
Member Avatar for ditty

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

Member Avatar for pritaeas
0
106
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
90
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
378
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
106
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
161
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
98
Member Avatar for cliffcc

you can use this code to open a new window. but not php... window.open('new-window.php','mywindow','width=550,height=420')

Member Avatar for epicrevolt
0
164
Member Avatar for jacob21

I think you can send mail only after uploading the site..We cant send it from localhost..

Member Avatar for epicrevolt
0
81
Member Avatar for agriz

I think you can get the result using this query SELECT * FROM `user` WHERE uid IN ( 22, 14, 18 ) ORDER BY FIELD( uid, 22, 14, 18 ) LIMIT 0 , 30;

Member Avatar for smantscheff
0
313
Member Avatar for banmikko

Hi First you have to select that target path from the data base. Then you can display the image using the following code <img src="<?=$targetpath?>"/> $targetpath should be the path you saved in the data base

Member Avatar for smantscheff
0
204
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
89
Member Avatar for captain.don

Hi I think the problem is due to the absence of where condition. Pls check it

Member Avatar for lyrico
0
110
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
56
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
379
Member Avatar for Shanti C

hi.... I think you can use the following function to compare two dates. function dateDiff($dformat, $endDate, $beginDate) { $date_parts1=explode($dformat, $beginDate); $date_parts2=explode($dformat, $endDate); $start_date=gregoriantojd($date_parts1[0], $date_parts1[1], $date_parts1[2]); $end_date=gregoriantojd($date_parts2[0], $date_parts2[1], $date_parts2[2]); return $end_date - $start_date; } calling function is $dformat shows the special character used to seperate date,month and year. it can be …

Member Avatar for Shanti C
0
157
Member Avatar for ditty
Member Avatar for buddylee17
0
64
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
213
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
98
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
117
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
62
Member Avatar for ditty
Member Avatar for ditty
Member Avatar for khess
0
55
Member Avatar for FerrumBat

$query = "SELECT * FROM freeboard where is_comment = 0 order by thread desc"; try to use query in this forrm

Member Avatar for nav33n
0
174
Member Avatar for ditty

I have a list box for multiple selection. It contains some main list and sublist. My aim is no one couldn't select the main list. for eg: Project manager Arun Pradeesh Team Leader Madhu Jibin Anybody couldn't select the main heading such as Project manager and Team Leader.. Pls help …

Member Avatar for ditty
0
218
Member Avatar for akshit

hi... you can use code like this SELECT * FROM `book` WHERE bname='Computer Fundamentals' and author='Shekhar G' and quantity='4' and category='Computer'

Member Avatar for akshit
0
76
Member Avatar for ishlux

hi... I think if you correct this query as $email=$_POST['emailid']; $check = "select * from helpdesk where email='$email'"; you will get the result

Member Avatar for Shanti C
0
154
Member Avatar for c++ prog

Hi I think u can start by using [url]www.w3schools.com/php[/url]... Then you can follow [url]www.php.net[/url]..

Member Avatar for ditty
0
133
Member Avatar for ishlux

hi... I am just continuing your code.... <?php include 'db.php'; $username = $_POST['name']; $password = $_POST['pass'] ; $q = "SELECT * FROM userdetail WHERE username='$username' AND password='$password.'"; $result = mysql_query($q); $numrows=mysql_num_rows($result); if($numrows==0) echo "invlid user"; else echo "logged in successfully"; ?>

Member Avatar for ditty
0
154
Member Avatar for akshit

You can get the value of a combo box using the statement $value=$_POST['comboboxname']; for example if you have a combo box like this <table> <tr> <td>List</td> <td><select name="combo" id="combo"> <option value="1">Anu</option> <option value="2">Ajay</option> <option value="3">Midhun</option> </select></td> </tr> </table> Now you can get the value of the selected item using the …

Member Avatar for ditty
0
125
Member Avatar for aran87

Hi, I think you can use this following code for uploading an image. [code=php]<?php include("connect.php"); // Where the file is going to be placed if(isset($_REQUEST['upload'])) { $target_path = "imag/"; $target_path = $target_path . basename( $_FILES['uploadedfile']['name']); if(move_uploaded_file($_FILES['uploadedfile']['tmp_name'], $target_path)) { echo "The file ". basename( $_FILES['uploadedfile']['name']). " has been uploaded"; } else{ …

Member Avatar for ditty
0
131
Member Avatar for ditty

hi I am doing a project in asp.net with c#. Can anybody help me to edit data in the gridview. How can i enable the cells in gridview to modify the data.

Member Avatar for sandeep.thakur1
0
101
Member Avatar for ditty

i want to include the connection string in a class ....can anybody help me to create a class and to call the class method in a form....

Member Avatar for Ramy Mahrous
0
73
Member Avatar for ditty
Member Avatar for sara01
0
141

The End.