No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
16 Posted Topics
Hi frns Am asha ! just looking and searching for a while how to convert php output as pdf file. I mean the localhost output of php file will be save as pdf file. If anybody knows pl help me. Thanks in advance asha | |
Hi, I am creating as API using XML-RPC in php to fetch a database record that matches id of that record. It works well but i could not fetch all records that matching the criteria unless it returns only one record or the last record. What should be the server … | |
Hi, How can i upload a text file using move_upload_file() in php because it returns error like Warning: move_uploaded_file(/thenewcareers.com/httpdocs/newcareers/demo/jobseeker/resumes/email.txt) [function.move-uploaded-file]: failed to open stream: No such file or directory in D:\inetpub\vhosts\thenewcareers.com\httpdocs\newcareers\demo\jobseeker\upload.php on line 19 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'C:\Windows\Temp\php99A0.tmp' to '/thenewcareers.com/httpdocs/newcareers/demo/jobseeker/resumes/email.txt' in D:\inetpub\vhosts\thenewcareers.com\httpdocs\newcareers\demo\jobseeker\upload.php on line 19 if anyone … | |
Re: Hi, This is very simple. I can help You. Just follow the code given below [code=php]$con=mysql_connect("localhost","username","password"); if (!$con) die("Couldn't connect to MySQL"); mysql_select_db("databasename",$con) or die("Couldn't open admin: ".mysql_error()); $q1=mysql_query("SELECT <fieldname> FROM <tablename>"); ?> <select name="<fieldname>"> <? while($row=mysql_fetch_array($q1)) { ?> <option value="<?php echo $row['<fieldname>'];?>"> <?php echo $row['<fieldname>']; ?> </option> <? } … | |
Re: [QUOTE=enim213;773327]hi All, I want to ask if is there any possibility to separate column data in different columns using php code.. really dont know if i have solution in php or here in mysql.. any idea would be really appreciate Thanx enim[/QUOTE] Hi, What are you exactly trying to say? … | |
Re: Hi, I have one simple idea. Store your prescribed date and time in a php variable. Then get system data and time in another variable. Now, check the condition if system date and time is equal to prescribed date and time, if it is ok then send email else dont … | |
Re: Hi, Do you have to display all the comments while the user clicking submit button? Then you must store all users and their comments ina database and retrieve it from database, you display the content in a table within the form. You just write CSS coding whatever you want to … | |
Re: [QUOTE=afrojazad;765737]Hi, I need mysql data searchin by php. But do not complete the data view smothly. so, pls help me. my data wiew now: Name: Mobile Blood City Donation date Sinha 01912266936 A+ Dhaka 9-10-2008 Munna 01917755515 A+ Dhaka 0-0-0000 I want to view my data like this. Name: Sinha … | |
Re: [QUOTE=Modo;768607]Hello guys .. how r u .. i am new to php (since we didnt get much php at university) i am using it mainly to include the navigation menu, header, footer etc .. i am working a on a contact form .. people can send e-mails using a form … | |
Hi, Can anybody help me that i have a form that transfers my name and email to aweber.com after submitting it. My problem is, I already having account of aweber with three list, but it displays same autoresponse program for three list. I want different autoresponse program for my three … | |
Hi can anybody help me? I am working in a networked system. Just i want to search all the images in the H: drive. What i am exactly trying to say is, i want a search program exactly as 'istockphoto.com' of my own. Could you tell me this is possible … | |
Re: Hi, What exactly you want? Just display all the fields of table in the html table? You wont bother about the width rather you should give border="0" in the table. for eg:- if you have two fields as Name,Age in "person" table, then [code=php] // made database connections in php … | |
Re: [QUOTE=khr2003;755490]Hello every one I have a forum written in php language. What I want is to display all the comments made by one user on a certain topic. The database had two tables "forum" and "comment". Forum table is structured as follows: id cat_id title date_time userid name post allow … | |
hi, I am a new member of daniwab. Pl, help me. Just i want php codings to search images in a folder(including subfolders) in my drive. Search is just like windows search program. But i want to search images without using database. Just i type any code word (for eg:- … | |
Re: Hi, What you are exactly trying to say? Let me know briefly or shortly. | |
Re: [QUOTE=tedobg;556337]Hi guys.I am new to web development and of course I have been experiensing some problems.Most of them are easy to solve and I usually find my way, but there is some thing that is getting on my nerves for some time now. I have been trying to make a … |
The End.