ASPit - Totally ASP
 

Go Back   PHPit Forums > Search Forums
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Showing results 1 to 10 of 10
Search took 0.11 seconds; generated 1 minute(s) ago.
Search: Posts Made By: Leigh
Forum: Just Starting 12-07-2005, 03:22 PM
Replies: 2
Views: 376
Posted By Leigh
Sorted! foreach($arrnic as $nic) { ...

Sorted!

foreach($arrnic as $nic)
{
echo "NIC: " . $nic->Description . "
";
echo "MAC: " . $nic->MACAddress . "
";
...
...

$values[] =...
Forum: Just Starting 12-06-2005, 08:34 PM
Replies: 2
Views: 376
Posted By Leigh
MySQL and "foreach" Loop

I'm using a foreach loop to interrogate an array and display the results on screen. For example:
foreach($arrnic as $nic)
{
echo "NIC: " . $nic->Description . "
";
echo "MAC:...
Forum: Just Starting 11-30-2005, 05:45 PM
Replies: 5
Views: 539
Posted By Leigh
Indeed, you are right, Dennis, port 135 may be...

Indeed, you are right, Dennis, port 135 may be blocked for security reasons. I am using this internally so the security risk isn't that great, and I also had to choose a port that I could guarantee...
Forum: Just Starting 11-28-2005, 07:47 PM
Replies: 5
Views: 539
Posted By Leigh
Well, after much digging around I discovered the...

Well, after much digging around I discovered the fsockopen function on PHP.NET and cobbled together this little snippet of code:


$isThere = @ fsockopen("10.0.0.25", 135, $errno, $errstr, 10);
if...
Forum: Just Starting 11-25-2005, 05:06 PM
Replies: 5
Views: 539
Posted By Leigh
How to determine if a PC is on line?

I'm writing an inventory program that goes out and interrogates a PC for its hardware and software. However, before I do this I want to ensure that the PC is switched on and on line. How can I do...
Forum: Just Starting 11-18-2005, 01:22 AM
Replies: 5
Views: 522
Posted By Leigh
I agree, Mambo is far too big and I got...

I agree, Mambo is far too big and I got completely lost with sections and categories, etc.

Did you ever try TextPattern, Dennis? Just interested in your opinions. I think TextPattern is lighter...
Forum: Just Starting 11-17-2005, 03:30 PM
Replies: 5
Views: 522
Posted By Leigh
Using WordPress as a Content Management System

I just read the article on using WordPress as a CMS and I have one question. Why?

Let me give you a bit of background to the question. About 3 months ago I downloaded WordPress to do exactly what...
Forum: Introductions 11-16-2005, 10:38 PM
Replies: 1
Views: 334
Posted By Leigh
About me...

I'm not a programmer by any stretch of the imagination, but I like programming in PHP. I learnt it because I had to build an interactive web site - about 2 years ago - as cheaply as possible, so PHP...
Forum: Just Starting 11-16-2005, 10:25 PM
Replies: 3
Views: 771
Posted By Leigh
Good thinking Dennis. Actually, you jogged my...

Good thinking Dennis. Actually, you jogged my memory and applying a bit of logic I believe you are correct. When running something from the command line with administrator permissions, of course,...
Forum: Just Starting 11-16-2005, 04:25 PM
Replies: 3
Views: 771
Posted By Leigh
PHP and WMI permissions - CLI or Browser

I thought I'd be the first to post in this section, hopefully someone can point me in the right direction.

I'm writing a PHP application that inventories the hardware on our Windows NT4.0 network....
Showing results 1 to 10 of 10

 
Forum Jump

All times are GMT. The time now is 04:29 PM.


Powered by vBulletin Version 3.6.0
Copyright ©2000 - 2006, Jelsoft Enterprises Ltd.