No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
11 Posted Topics
Did ur Excel installed with arabic text compatibility?
keep getin' this message: 1. no radio button selected. what's wrong?
[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 :)
i've explained my dormmate that i'm a programmer.. but he insist me to fix his printer..
use it as a key holder.. so u don't forget your keys anymore..
[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.
[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
[URL="http://www.daniweb.com/forums/thread99266.html"]http://www.daniweb.com/forums/thread99266.html[/URL]
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); …
The End.