Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in PHP only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
PHP
get hard disk id using php?
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
maheswaran
New Member
Join Date:
Mar 2007
Posts:
190
#1
get hard disk id using php?
Mar 18 '08, 09:11 AM
Hi friends,
How to get hard disk id using php script?
satas
New Member
Join Date:
Nov 2007
Posts:
82
#2
Mar 18 '08, 09:20 AM
Originally posted by
maheswaran
Hi friends,
How to get hard disk id using php script?
Use system() function:
[PHP]<?php system("uptime" ); ?>
<b>System Information:</b>
<?php system("uname -a"); ?>
<b>Memory Usage (MB):</b>
<?php system("free -m"); ?>
<b>Disk Usage:</b>
<?php system("df -h"); ?>
[/PHP]
From : http://www.wwwsearchso lutions.com/server_info.php
Comment
Post
Cancel
maheswaran
New Member
Join Date:
Mar 2007
Posts:
190
#3
Mar 18 '08, 11:14 AM
but it's only run in unix, i need run both windows and linux al.....
Comment
Post
Cancel
satas
New Member
Join Date:
Nov 2007
Posts:
82
#4
Mar 18 '08, 12:34 PM
Originally posted by
maheswaran
but it's only run in unix, i need run both windows and linux al.....
I think this problem has *nix-olny solution.
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment