Forum: PHP Apr 3rd, 2009 |
| Replies: 4 Views: 243 Hi,
How can i upload a text file using move_upload_file() in php because it returns error like
Warning:... |
Forum: PHP Jan 8th, 2009 |
| Replies: 4 Views: 732 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... |
Forum: PHP Jan 8th, 2009 |
| Replies: 4 Views: 850 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... |
Forum: PHP Jan 8th, 2009 |
| Replies: 5 Views: 717 Hi,
What are you exactly trying to say? Make it clear. Do you want to display table items in a column or what else? |
Forum: PHP Jan 2nd, 2009 |
| Replies: 1 Views: 432 Hi,
You have to validate your whole form by passing values to javascript while submitting your form and then you may pass the values to any other php program thru action. If you want to pass... |
Forum: HTML and CSS Jan 2nd, 2009 |
| Replies: 0 Views: 339 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... |
Forum: PHP Dec 29th, 2008 |
| Replies: 2 Views: 437 Hi,
I think you have retrieved the data from database. Then no problem, you should design the html form using tables and display whatever you want.
<?
//made database connections here
?>... |
Forum: PHP Dec 26th, 2008 |
| Replies: 5 Views: 425 Hi,
Thank you very much for guiding me to get 'Google picasa'. This is what i am exactly wanted. But it displays all my pictures images in my computer only. When i want to search images in other... |
Forum: PHP Dec 26th, 2008 |
| Replies: 3 Views: 433 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... |
Forum: PHP Dec 24th, 2008 |
| Replies: 5 Views: 425 Hi,
What you are exactly trying to say?
Let me know briefly or shortly. |
Forum: PHP Dec 24th, 2008 |
| Replies: 8 Views: 618 Hi,
I am still facing the problem. Error in opendir(). failed to open dir
opendir command does not support anway.
Pl anybody help me?
Ya! Its working but it dispalys only the... |
Forum: PHP Dec 24th, 2008 |
| Replies: 8 Views: 1,038 Hi,
What exactly you want is, just retrieve all comments from one user from comment table?
OK!
You have to write first;
// made your database connections here
... |
Forum: PHP Dec 24th, 2008 |
| Replies: 5 Views: 425 Hi,
Manish. Thanks for giving a remedy for my problem. But it shows some warning in opendir() that directory does not exist.
What shall i do? |
Forum: PHP Dec 23rd, 2008 |
| Replies: 5 Views: 425 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... |
Forum: PHP Dec 23rd, 2008 |
| Replies: 5 Views: 2,066 Hi,
This is very simple. I can help You. Just follow the code given below
$con=mysql_connect("localhost","username","password");
if (!$con)
die("Couldn't connect to MySQL");... |
Forum: PHP Dec 23rd, 2008 |
| Replies: 8 Views: 618 Hi Aamit,
I am trying your code but it displays some warning like 'system() function facing a security problem'. So i cant get the result.
Next, i am working in a networked system.... |
Forum: PHP Dec 22nd, 2008 |
| Replies: 8 Views: 618 Hi Aamit,
Thanks in advance for trying to solve my problem. I didn't sove this problem. Pl help me if you know the way. |
Forum: PHP Dec 22nd, 2008 |
| Replies: 35 Views: 2,639 Hi,
You have get name,pass,email in a html form using a submit button and then later you have to post the details using $post
See the form given below
<form name="form1" method="post"... |
Forum: PHP Dec 22nd, 2008 |
| Replies: 8 Views: 618 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... |