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
Ranked #72.9K
2 Posted Topics
How can i pass a value from one webpage to another without using form,plz explain with example
to get the programs you can try this $aq = " select * from tvprograms"; $sh = mysql_query($aq); $n = mysql_numrows($sh); for($i = 0; $i < $n; $i++) {$pro = mysql_result($sh,$i,"fieldname"); //here give link }
The End.
jyshr