Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Tags

6 Posted Topics

Member Avatar for fakemew

[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 …

Member Avatar for rajarajan2017
0
181
Member Avatar for ramrom89

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 :/

Member Avatar for niksbang
0
153
Member Avatar for forwardlookguy

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>"; } } ?>

Member Avatar for petrov50
0
229
Member Avatar for Grasshopper_

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 …

Member Avatar for buddylee17
0
116
Member Avatar for Quadar

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 …

0
70
Member Avatar for thomasjob1

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 …

Member Avatar for chizy2
0
323

The End.