No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
when i have written fpdf coding in php. i have saved named as somthing.php (example somthing) then how to run this file.
Pls give like this. It will help you [code]protected void ddlCongDist_Init(object sender, EventArgs e) { ddlCongDistt.Items.Clear(); ddlCongDistt.Items.Insert(0, new ListItem("---", string.Empty)); }[/code]
how to get print dialog box through php. that's mean when i click the submit button named as print . then it will show the print dialog box.
i am new for php and mysql. i am using three textbox and one submit button. it consider as userid , firstname, lastname and add button. and i am using mysql data base. when i give the input and click the add button it will store to mysql database. and …
i think you are using like this [code=php]$birthday = "$update_mybirthmonth-$update_mybirthday-$update_mybirthyear";[/code] it will change that format [code=php]$birthday = $update_mybirthmonth."/".$update_mybirthday."/".$update_mybirthyear;[/code] i think it will be done.
The End.
selvam543