No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Re: [code=php]<?php echo '<a href="http://google.com">'<img src="'.$path.$row_Feat['filename'].'">'</a>' ?>[/code] Well you closed your quotes without using the . operator. Maybe try [code=php]<?php echo "<a href='http://google.com'><img src='{$path}{$row_Feat['filename']}' /></a>" ?>[/code] By the way just in case you didn't know $Name="Rob"; echo "Hello my name is $Name"; will display --> Hello my name is Rob echo … ![]() | |
Re: I have used a Linux Recovery CD to reset window passwords. [url]http://www.simtel.net/product.download.mirrors.php?id=80024[/url] Is a link to one. If you can't make a CD or findsome to make one for you, it won't help much :/ | |
Re: Possible modification for Choice Box <?php $query3 = "SELECT yearstart, yearend FROM makes"; $result = mysql_query($query3) or die(mysql_error());; $options=""; while ($row=mysql_fetch_array($result)) { $yearstart=$row["yearstart"]; $yearend=$row["yearend"]; for ( $i=$yearstart;$i<=$yearend;$i++) { $options.="<OPTION VALUE=\"$i\">". $i . "</OPTION>"; } } ?> | |
Re: One quick thing I noticed Your form used the standard submit option in html. What this means is that if one of the web site visitors turns off the javascript option in their web browser, all your fancy checking will no longer work, but the page will still allow them … | |
Hi everyone Does anyone have any information on how one would setup up a VPN tunnel to link to subnets together, where one end has a static IP and the other has a Dynamic IP? I have already got Static to Static working, but I am having trouble with the … | |
Re: After deleting a profile in Windows XP / 2000 the only way to recover the files is by use of a undelete software, that will need to purchased or maybe gotten seperatly. I don't know of any free software that works well with NTFS. I have used with great success … |
The End.