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
Ranked #13.9K
~8K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

11 Posted Topics

Member Avatar for farukruet
Member Avatar for jazzerman
0
3K
Member Avatar for rcasinillo_s
Member Avatar for jobykjoseph

[QUOTE=jobykjoseph;566762]How to generate dynamic radio buttons in php[/QUOTE] [code=php] <? $arrX = array('Ben','Sam','Will'); foreach ($arrX as $value) { echo "<input type=\"radio\" name=\"RadioGroup1\" value=".$value." />".$value."<br />"; } ?> [/code] CMIIW :)

Member Avatar for jobykjoseph
0
167
Member Avatar for kishou
Member Avatar for ShawnCplus
0
93
Member Avatar for Fincherian
Member Avatar for MidiMagic
0
189
Member Avatar for Jicky
Member Avatar for wolterl
0
205
Member Avatar for emarkus

[quote]i realise there is a semi colon inside the sql statement and after which is correct syntax for sql string then he appends the php line with a semi colon ? does this affect the way php reads it?[/quote] Yes, php's mysql_query "automaticaly adds semicolon" after the query string.

Member Avatar for black_ip82
0
126
Member Avatar for The Dude
Member Avatar for m_farhan

[QUOTE=m_farhan;482029]Hi everybody, I m a new developer in PHP. I m working and making a e-shoping site in php. will somebody help me and advice me how to manage everything. thx[/QUOTE] Yes, we certainly will help u all we can.. as long as you ask for specific questions.. :D

Member Avatar for black_ip82
0
76
Member Avatar for palsomas

[URL="http://www.daniweb.com/forums/thread99266.html"]http://www.daniweb.com/forums/thread99266.html[/URL]

Member Avatar for black_ip82
0
59
Member Avatar for lydia21

php page [code] <html> <head></head> <body> <?php $nam1= $_POST['name1']; $pwd1= $_POST['pwd1']; if ($nam1=="admin" && $pwd1=="jesus") { print "<script language=\"JavaScript\">"; print "window.location = 'http://splendor.007ihost.com/carrer-glitter/user.html'"; print "</script>"; } else { $name1= $_POST['name1']; $pwd1 = $_POST['pwd1']; $hostname = "localhost"; $username = "splendor_lydia"; $password = "jesus"; $dbid = "splendor_samp"; $link = mysql_connect($hostname, $username, $password); …

Member Avatar for black_ip82
0
126

The End.