Forum: PHP Apr 3rd, 2009 |
| Replies: 4 Views: 253 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: 792 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: 894 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: 764 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: 457 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: PHP Dec 29th, 2008 |
| Replies: 2 Views: 448 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: 437 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: 448 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: 449 Hi,
What you are exactly trying to say?
Let me know briefly or shortly. |
Forum: PHP Dec 24th, 2008 |
| Replies: 8 Views: 656 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,063 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: 437 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: 437 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,243 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: 656 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: 656 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,689 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: 656 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... |