Forum: PHP Sep 26th, 2008 |
| Replies: 3 Views: 2,432 Hi all,
I am writing a PHP script that executes shell commands on a linux machine. When I run this script on Linux system, it waits while it executes the command and store the result in a PHP... |
Forum: PHP Sep 25th, 2008 |
| Replies: 7 Views: 3,403 Thanks Shanti but would you be a bit elaborate about how could I log in to a remote server. I had visited php.net earlier but the first and foremost problem for me is to log into the remote system.... |
Forum: PHP Sep 25th, 2008 |
| Replies: 7 Views: 3,403 Hey folks,
I am fairly new in the field of PHP. I have to prepare a module that will show the CPU utilization, current processes, memory utilization and disk quota of a remote system when asked on... |
Forum: *nix Software Aug 20th, 2008 |
| Replies: 3 Views: 3,162 Hi all,
I have to install a software in linux from a .bin file. But firstly I have to extract .rpm files from it to proceed. Please guide me about how to do it. I haven't worked on a linux... |
Forum: PHP Jul 25th, 2008 |
| Replies: 1 Views: 688 Hi
I am in a bit of fix. I am developing a module in PHP where I am using javascripts to validate the data entered by the user. Now the problem is that I am firing a query to the database through... |
Forum: PHP Jul 22nd, 2008 |
| Replies: 3 Views: 458 Hi,
I am developing a PHP module where I need to pass a particular data through different pages without notifying the user about it. The site I am building have forms on every page except 1. So... |
Forum: JavaScript / DHTML / AJAX Jul 17th, 2008 |
| Replies: 1 Views: 698 Hi,
I don't know much about javascripts. I am preparing a module in PHP in which I have to validate data entered by a user through javascripts. Now there is a field in which I have ensure that the... |
Forum: JavaScript / DHTML / AJAX Jul 17th, 2008 |
| Replies: 3 Views: 625 Put the attached folder in the folder in which your application resides. Then Insert the following javascript above the code for your form.
<link rel="stylesheet" type="text/css" media="all"... |
Forum: JavaScript / DHTML / AJAX Jul 16th, 2008 |
| Replies: 10 Views: 3,818 Thanx Shanti. The job has been done. There was a error from my side that I was overlooking. Your first solution does the work for me. Thanx again |
Forum: JavaScript / DHTML / AJAX Jul 16th, 2008 |
| Replies: 10 Views: 3,818 How could I pass this value to the javascripts for validation. |
Forum: JavaScript / DHTML / AJAX Jul 16th, 2008 |
| Replies: 10 Views: 3,818 I have tried every solution you have given me, Shanti. It's not working. The program isn't generating any error. I think this has got something to do with the format, the javascript is getting the... |
Forum: JavaScript / DHTML / AJAX Jul 15th, 2008 |
| Replies: 10 Views: 3,818 Shanti I would have marked the thread as solved if my problem would have solved but it isn't. I don't know why but the function you mentioned isn't helping me. I am attaching the file in which the... |
Forum: JavaScript / DHTML / AJAX Jul 15th, 2008 |
| Replies: 10 Views: 3,818 Hi,
I am developing a module in PHP where I have to ask user to enter dates in two fields. The catch is that the second date entered should come after the first one in a calendar year. eg- if... |
Forum: JavaScript / DHTML / AJAX Jul 15th, 2008 |
| Replies: 3 Views: 1,371 Thanx a ton vicky. The code is working perfectly. |
Forum: JavaScript / DHTML / AJAX Jul 15th, 2008 |
| Replies: 3 Views: 1,371 Hey Guys,
I am new to PHP and know nothing of java scripts. I have to build a web page where user enters login information at the time of registration. I have taken help of a PHP tool to generate... |
Forum: PHP Jul 2nd, 2008 |
| Replies: 1 Views: 436 Hey Guys,
I am working on a PHP platform where I have to build reports that show graphs that take values from MySQL Queries. For this purpose I am refering google chart libraries. In that I have to... |
Forum: PHP Jun 25th, 2008 |
| Replies: 1 Views: 475 Hi Guys,
I am preparing a user interface to add values in a database table. For it I am using a PHP generator tool by the name of PHPMaker 5. In the table there is a field where I have to insert... |
Forum: C Jun 20th, 2008 |
| Replies: 10 Views: 3,012 I wanted the result in the first way but by using sprintf. |
Forum: C Jun 20th, 2008 |
| Replies: 10 Views: 3,012 Guys I like the array to be of first option. I think the solution given by Ancient Dragon is OK with me but he is not using the sprintf function, instead he's given every element of array indidually.... |
Forum: C Jun 20th, 2008 |
| Replies: 10 Views: 3,012 I have tried it already. 1F should return the value 31 but instead it is returning 33. Same with all hex dumps. they all are returning incorrect results. |
Forum: C Jun 20th, 2008 |
| Replies: 10 Views: 3,012 Hey Guys,
I am new to C programming and I got a task of storing hex dumps in character array and then use them as a string. I use the sprintf function for the job but it is giving me incorrect... |