User Profile
Collapse
Profile Sidebar
Collapse
kevin11phi
Last Activity: Oct 31 '11, 05:18 PM
Joined: Oct 25 '11
Location:
-
The disk image needs to be installed onto the usb pen drive. Ubuntu has many tutorials, one of which covers this topic. Linux needs to be configured before you can boot into it. Click here. -
I caught the syntax error but I forgot to change it in the code section of my post. The code seems to quit at the point where I need it to print my results associative array. Did I do something wrong?Leave a comment:
-
Create an encrypted disk image that contains VMware + Ubuntu VDI (virtual disk image). Then add a hd password to the OSX side of things.
This might be helpful:
http://www.macworld.com/article/5365...mobilemac.html...Leave a comment:
-
-
Change the details within your /etc/httpd/conf/httpd.conf
Within there are several configuration options which allow you to assign a static ip to APACHE as well as opening the server to someone outside of your network. Also you need to open port 80 (apache's port) [follow this link.Leave a comment:
-
I updated my code to reflect what you saw... and implemented the ping test (and made it into an html page).
...Code:<html> <head></head> <body class="page_bg"> <?php #!/usr/bin/php $con = my_sql_connect("localhost", "root", "dud351"); if (!$con) { die('Could not connect: ' . mysql_error(); } $query = "SELECT id, name FROM inventoryLeave a comment:
-
Print SQL Query Results to Table
Hey Everyone!!
I am a super noob at php. Also, I am having a bit of a problem with a small project I am working on. The project is simple: use a sql db to list all of the inventory and then test whether or not each machine from the inventory is up (i.e. ping-able). I have only implemented accessing the database but I cannot get php to print the results to a HTML table.
Here is what I have so far.... :
...Code:
No activity results to display
Show More
Leave a comment: