Search found 99 matches

by joecrack
Tue Nov 01, 2005 7:17 pm
Forum: Databases
Topic: delete dataset ????
Replies: 10
Views: 721

Hoy

i dodnt know why, but suddenly i get an error:

Code: Select all

Warning: Wrong parameter count for mysql_affected_rows() in C:\Server\xampp\htdocs\del2.php on line 19
Check was executed.
So whats wrong with that?
by joecrack
Tue Nov 01, 2005 6:52 pm
Forum: Databases
Topic: delete dataset ????
Replies: 10
Views: 721

Just $month changed: <?php error_reporting(E_ALL); $eqnr= (!empty($_POST['eqnr']) ? ($_POST['eqnr']) : ''); if (!empty($eqnr)) { $connection = mysql_connect("localhost", "root", "") or die(mysql_error()); mysql_select_db("safe",$connection) or die (mysql_error...
by joecrack
Tue Nov 01, 2005 6:31 pm
Forum: Databases
Topic: delete dataset ????
Replies: 10
Views: 721

Hi
i already corrected that one.
But now i get the message:

Check was executed."; } ?>

But it does not delete anything!
What could be the problem???
joe
by joecrack
Tue Nov 01, 2005 2:07 am
Forum: Databases
Topic: delete dataset ????
Replies: 10
Views: 721

delete dataset ????

Hi i made these codes: <html><body> <form name="form1" method="post" action="del2.php"> <input type="text" name="textfield"> <input name="eqnr" type="submit" id="eqnr" value="Submit"> </form></body></html> <?ph...
by joecrack
Tue Nov 01, 2005 12:24 am
Forum: PHP - Code
Topic: Some stupid error $%^&
Replies: 6
Views: 341

Yeah ... :roll:


thanks a lot
joe
by joecrack
Mon Oct 31, 2005 11:52 pm
Forum: PHP - Code
Topic: Some stupid error $%^&
Replies: 6
Views: 341

If i write it like this:

Code: Select all

if($mwst=='ja'){
	switch($rate)
  	{
   	case 'Dollar':
   	echo 'Dies sind '.($ergebnisDollar*1,16).' Yuan'; break;
I get

Code: Select all

Dies sind '.(803.58*1,16).' Yuan
^^
Whats wrong
by joecrack
Mon Oct 31, 2005 11:46 pm
Forum: PHP - Code
Topic: Some stupid error $%^&
Replies: 6
Views: 341

Hi
i allready korrekted:

Code: Select all

<input type="checkbox" name="mwst" [color=red]value="ja"[/color]>
still nor working
joe
by joecrack
Mon Oct 31, 2005 11:33 pm
Forum: PHP - Code
Topic: Some stupid error $%^&
Replies: 6
Views: 341

I changed everything but still nor working. Also i had to write it this: if($mwst=='ja'){ switch($rate) { case 'Dollar': echo 'Dies sind .($ergebnisDollar*1,16). Yuan'; break; case 'Euro': echo 'Dies sind .($ergebnisEuro*1,16). Yuan'; break; case 'Yen': echo 'Dies sind .($ergebnisYen*1,16). Yuan'; b...
by joecrack
Mon Oct 31, 2005 9:29 pm
Forum: PHP - Code
Topic: Some stupid error $%^&
Replies: 6
Views: 341

Some stupid error $%^&

Hi i tried to write a script wich calculates dollar, euro, yen, pes to chinese YUAN. Working But then i tried to add checkbox that calculates the MWST its "added value tax" - not working! <html><head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1&quo...