Hi All,
I done this using the python script ( http://code.google.com/p/pysphere/wi...ng_to_a_server ).
Thanks for your interest in this topic
User Profile
Collapse
-
How to control the power on/off of virtual machine in vsphere ?
Hi All,
I am creating functions for listing virtual machines, create vms and power control the virtual machines etc. I am using php soap client to list the virtual machines. If anyone knows could you please tell me how we can perform the power on/off virtual machines using the soap client and php ?
Thanks in advance -
How to integrate Cacti graph in to my site using php ?
Hi All,
I would like to integrate Cacti graph to my site using php. I followed the following link to create graph http://forums.cacti.ne t/viewtopic.php?t =32929 . But I didn't get the file correct file getGraph.pl , also most of the links in that forum are dead. Can you please help to solve this issue ? Or Anybody knows any other ways t o create graph using Cacti and php ?
Thanks in advance. -
Push email support in php 5.3
Hi All,
Is push email is supported in php 5.3 ? If anyone knows please reply and also give an example.
Thanks in advance. -
Login For Wordpress
Hi All,
I have a site which is not using any cms. Now i decided to change my site to wordpress.
In my current site there is section for client login (/sitename/client-login) and this uses the table clients for authentication. How can i implement this in wordpress ? Is there any plugins for creating this ?. I have got a lot of plugins but that are all of changing the wp-admin and works with it.
If anyone knows... -
Hi Luuk,
Thanks for your reply..
I tried your query like
Its working correctly..Code:SELECT DATE_FORMAT( time, '%Y-%m-%d %H:%i' ) , COUNT( * ) AS userCount FROM uesr WHERE time BETWEEN '2012-08-22 00:00:00' AND '2012-08-22 23:59:59' GROUP BY DATE_FORMAT( time, '%Y-%m-%d %H:%i' )
But if a situation like no user at the time 2012-08-22 00:05:00, Can i display this value as 0 using...Last edited by zmbd; Oct 2 '12, 08:54 PM. Reason: Please format VBA/HTML/SQL/XML using the <CODE/> button. thnxLeave a comment:
-
How can i fetch all the values in a minute from a table ?
Hi All,
I have a field createdTime in a table users with current time stamp as data type. I am trying to display the count of users in every minute in each day . By using the php loop and select query its little bit slow. How can i do this using mysql query ? Is there any method to select the values in a minute using a single query ? My aim is to display the details as
Time userCount
2012-09-28 00:00:00... -
-
Hi dlite922,
Thanks for your reply. I have found a solution to multidimensiona l array searching and working its fine. Anyway thank you..Leave a comment:
-
How to search multiple items in a multidimentional array ?
Hi All,
I have an array like
...Code:Array ( [0] => Array ( [first] => Array ( [name] => test [email] => test@mail.com [address] => test ) ) [1] => Array ( [second] -
Images not displaying in Google Chrome
Hi All,
I have an html page for displaying images, but one of image in that page is not displaying in google chrome but all other browsers like firefox,opera is displaying the images correctly.
The code is like <img src="image/angels/Alena\'s Angels Flyer_t.jpg"/>, i think that may be due to escaping(\) ( we can not change the image name ) , but the image issues is only in chrome . If anyone knows the solution... -
mohan lal replied to How can i remove '=' sign and white space from end of a each line in a multiline textin PHPThanks Dormilich,
I have fixed the issue by using preg_replace , thank you very much for your informationLeave a comment:
-
mohan lal started a topic How can i remove '=' sign and white space from end of a each line in a multiline textin PHPHow can i remove '=' sign and white space from end of a each line in a multiline text
Hi there,
I have a text like
$line=`line1=
line2=
line3=`;
it shows in browser like line1= line2= line3= . I want to remove the = sign and the extra space from the text. How can i remove it? if anyone knows please help me. I wish to display the output in browser like line1line2line3 . Thanks in advance,, -
How to replace a charater from end a multiline text using php ?
Hi All,
I have a multi line text , i want to remove the '=' sign and space at the end of the each line. How can i remove that '=' sign , there is no \n or <br> to check the new line .
How can be done this using php.If anyone knows please help me.. Thanks in advance..
...Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.= w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Last edited by Dormilich; Feb 24 '12, 06:23 AM. Reason: Please use [CODE] [/CODE] tags when posting code. -
The images doesn't display with pagination in windows..
Hi all,
I am developing a student project using cakephp frame work in windows.I have to display all the details of a students with their images in a page , the students images are in the webroot/images folder. I am using <img src="http://bytes.com/submit/images/studentimage.jp g"> for displaying the students images and this working perfectly when no pagination is there but with pagination the images are not displayed... -
No, the page is not zoomed . I am using opera version 11.01.Which opera version are you used for testing ?Leave a comment:
-
Opera shows font size huge
Hello guys,
I'm having a problem with my fonts being displayed too large in opera .My css code is like below
and the above css code does not makes any font problems in FF,google chrome but in opera its displayed as too big....Code:.plan .header .caption { font-size: 16px; text-transform: uppercase; font-weight: bold; color: white; line-height: 350%; text-align: center; } -
mohan lal started a topic How can i convert a multidimensional array to string and vice versa using php?in PHPHow can i convert a multidimensional array to string and vice versa using php?
Hi..
I have a multi dimensional array i want to convert this array to string and saved in to a file.Also need to convert string that stored in the file to the previous array for further processing. (i.e the file is like a table in the database ). Is it possible to convert the array to string and then back to array using php?
If anyone knows please help me thanks in advance... -
mohan lal replied to How can display the image preview before saving an image to folder using cakephp?in PHPhi.
thanks for your replay its working fine for me in firefox..thank you...Leave a comment:
-
mohan lal started a topic How can display the image preview before saving an image to folder using cakephp?in PHPHow can display the image preview before saving an image to folder using cakephp?
Hi..
I have a form for storing the details of a student In that form there is a field for uploading the student image .How can i display the image preview of a student ?
If anyone knows please help me . thanks in advance..
No activity results to display
Show More
Leave a comment: