Jump to content

insert into db by clicking image


tomjerry

Recommended Posts

Hi,

i have done all in php like giving link to image, by clicking the image the value get insert into database. How shall i do this. Please tell me.

 

The following is the code for image link and insert query.

 

if($flag1==0)
		{                     	
			echo "<a href='newpartshort.php?orderno=$ono&part=$part&qpid=$qpid&board=$board&subject=$subject&StudentId=$StudentId&totalrows=$totalRows1'><img src='image/redtrial.png' align='right' border=0 width='15px' height='15px'/></a>";
                }

When the flag value is 0

 

$sql1="insert into valuation values('','$uid','$ono','$qno','$sub','$qpid','$tabname','$part','$mark','0','$Path1')";	

Insertion should take place. Please tell me how to do this.

 

Link to comment
https://forums.phpfreaks.com/topic/276476-insert-into-db-by-clicking-image/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.