No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
43 Posted Topics
Is it possible to convert pdf to image without imagick. | |
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 … | |
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 … | |
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.. | |
Hi htaccess is not working in godaddy hosting. but it is working in other servers. Please help me to solve this. Thank you | |
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 | |
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 … | |
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 | |
Can any one help me to know about the api which will give the full list of amazon categories. | |
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 ![]() | |
Can any one give me a description of 'shopping feed'. Actually what it means? | |
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. … | |
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> … | |
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 | |
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(" ","",$str); $pdf=new HTML2FPDF(); $pdf->AddPage(); $pdf->SetLeftMargin(25); $pdf->SetFontSize(12); $pdf->WriteHTML($html); $pdf->Output($invno.'.pdf','F');[/CODE] | |
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 | |
Re: you can use this code to open a new window. but not php... window.open('new-window.php','mywindow','width=550,height=420') | |
Re: I think you can send mail only after uploading the site..We cant send it from localhost.. | |
Re: 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; | |
Re: 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 | |
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 … | |
Re: Hi I think the problem is due to the absence of where condition. Pls check it | |
Hi I want to get news feeds from 'http://www.claimscouncil.org/news' this url. May I generate rss feed from this url? | |
i have a long string which contains a url. I want to extract that url from that particular string. Please help me. | |
Re: 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 … | |
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 | |
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 | |
Pls help me to add two times which is in mysql database table....Very urgent...Thank you | |
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 | |
Can anybody help me to send attatchment with mail...Pls help me...Very urgent... | |
Can anybody help me to download a file which is stored in the server...thank you | |
Re: $query = "SELECT * FROM freeboard where is_comment = 0 order by thread desc"; try to use query in this forrm | |
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 … | |
Re: hi... you can use code like this SELECT * FROM `book` WHERE bname='Computer Fundamentals' and author='Shekhar G' and quantity='4' and category='Computer' | |
Re: hi... I think if you correct this query as $email=$_POST['emailid']; $check = "select * from helpdesk where email='$email'"; you will get the result | |
Re: Hi I think u can start by using [url]www.w3schools.com/php[/url]... Then you can follow [url]www.php.net[/url].. | |
Re: 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"; ?> | |
Re: 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 … | |
Re: 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{ … | |
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. | |
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.... | |
i am working in c#....can anybody help me to connect front end to back end. |
The End.