It's the former as the values are appearing OK but just not as links. I proved the "if staement isn't being matched by changing the font of that statement to see if the values changed but they didn't.
That being the case, looks like I'm not applying the right "test" to the data. I can't think...
Thanks for taking the time to look at this Vragabond.
Unfortunately this doesn't seem to work either. The text is displaying correctly in the cells but still don't appear as links.
Any further thoughts?
Thanks!
Hello!
I have a very simple PHP script that extracts data from a MySQL DB and displays it in a table. One of the columns contains IP addresses that I'd like to convert into a link preceeded with "https://"
I'm not an expert in PHP and cannot claim the following script as my own. I can however...
Hmmmm, still getting some weird results but you have both pointed me in the right direction. I'll play around with it and see what I can come up with. That's all part of the fun of programming right??
Have a star each for your troubles!
Thanks jpadie for taking the time to reply! Unfortunately this doesn't seem to do what I need. Maybe I didn't provide enough detail originally.....sorry!
Most of the columns in the MySQL table are type varchar(255)but 3 of them are datetime. The datetime values are appearing in the table like...
Hello!
I'm very new to PHP and MySQL and I have managed to construct some PHP code to extract all records from a table and display them. The only hurdle is the "datetime" fields. This is waht I have so far:
// printing table rows
while($row = mysql_fetch_row($result))
{
echo "<tr>"...
I have a couple of Proliant servers in storage at a remote location and now need to determine which one is suitable for a new role.
I'm trying to find a way to obtain the "as shipped configuration" of these server without having to get them racked and turned on.
I've been searching the HP site...
We have a global wireless network using IAS for authentication & public class 3 certificate but there are a handful of clients that fail to connect because they seem to be using "machine" authentication" and not the user's domain account.
Looking at the IAS logs 99% of the clients use...
Thanks guys....that's resolved it.
vipergg - I'd really like to know the reasons why your suggestion worked if you have time.
In the meantime, have a star each!
Cheers!
krock22.....you're almost there. Make sure your subinterface number is the same as the number after the Dot1Q statement. Like.....
interface GigabitEthernet0/0.2
encapsulation dot1Q 2
That will be your vlan number. In the example above it will be vlan 2.
The subinterface in your previous...
You can do it like this.....
interface GigabitEthernet0/0
no ip address
!
interface GigabitEthernet0/0.2
encapsulation dot1Q 2
ip address 192.168.2.1 255.255.255.0
!
interface GigabitEthernet0/0.200
encapsulation dot1Q 200
ip address 192.168.200.1 255.255.255.0
This will create vlan 2 &...
Yeah, this was my original train of thought but as you said the default gateway is the key.
The router should know how to get to it's "connected" interfaces so I really have no idea why this is not working.
Thanks for posting!
Thanks guys!.......the default gateway for the WLAN controller was a typo. My apologies for the bad info.
I've taken VinceWirlwind's advice and now have the following config.
Router
no ip routing
!
interface GigabitEthernet0/0
ip address 10.128.5.2 255.255.255.0
no ip route-cache
duplex...
I'm trying to configure a router (Cisco 2821) on a stick (of sorts) to utilise the integratd WLAN controller. I'm not using the router for any other purpose as the switch is doing all the layer 3 stuff.
I have configured the VLAN's and inter-vlan routing on both switch and router and can ping...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.