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
~78.0K People Reached
About Me

Tech support

Favorite Forums
Favorite Tags
Member Avatar for fernandodonster

How do we validate URL either with PHP/javascript? could u help me?for example, whether input text is in the format [URL="http://www.google.com/"]http://www.google.com[/URL] or not?

Member Avatar for prof php
0
549
Member Avatar for ym_chaitu

Hai i am building a site for validation of the RSS feeds and adding it in the database. When a user enters a rss web address i need to validate the address and if it contains a rss then i need to enter it into the site or else i …

Member Avatar for Canaan_moore
0
75K
Member Avatar for ym_chaitu

Hai i am using the curl option to validate the site for the rss feed. my code is [CODE]<?php // create a new cURL resource $ch = curl_init(); $demo='http://chaitu09986025424.blog.co.in/feed/rss/'; // set URL and other appropriate options curl_setopt($ch, CURLOPT_URL, "http://validator.w3.org/feed/check.cgi?url=$demo"); curl_setopt($ch, CURLOPT_HEADER, false); // grab URL and pass it to the …

Member Avatar for cwarn23
0
152
Member Avatar for ym_chaitu

Hai I have some html files and i would like to display them in a random manner using the php. can any one help me out..I have been trying this one.. but it is not working.. [CODE]<?php $dir="./clock/"; $nimg="10"; $itype="html"; $rnumb=rand(1,$nimg); echo "<a href=".$dir."clock".$rnumb.".".$itype."></a>"; ?> [/CODE]

Member Avatar for network18
0
1K
Member Avatar for ym_chaitu

[CODE]<?php include("access.php"); mysql_select_db($dbname); $user="ym_chaitu"; //$e=mysql_query("select email from userlogin where username='$user'"); //$email=mysql_query($e,0); $query = mysql_query("SELECT username,password FROM userlogin WHERE username = '$user'") or die(mysql_error()); $data = mysql_result($query); echo $data; ?>[/CODE] this is my code,,when i am using it out, it is giving me an error Warning: Wrong parameter count for mysql_result() …

Member Avatar for nav33n
0
86
Member Avatar for tpdowling

Sound ok after boot but after PC runs for a while, the audio vanishes and sound control panel says No Audio Device. I disabled the on-board audio chip and installed an audio card. Same behavior. Tom Dowling

Member Avatar for tpdowling
0
136
Member Avatar for dlacloche

Does anyone know how I can transfer files from my local computer (Windows XP) to a Windows 2000 server, using Remote Desktop Connection? I tried going into Options>>Local Resources>>Local devices and resources>>More...>>Clicked the checkbox next to Drives, but my local drives don't show up on the remote server under My …

Member Avatar for ym_chaitu
0
148
Member Avatar for francisabey

If you have a PC shared with your friends, your brother or your cousin; your private files, videos and images are always at risk of getting seen by them. An easy way to protect your file from others is to make them “super hidden”.Super hidden files/ folders become system files …

Member Avatar for ym_chaitu
0
919