Jump to content

[PHP] Code didnt work :(


phpnoobx
Go to solution Solved by Ch0cu3r,

Recommended Posts

Hey guys,

 

i have a simple script here which didnt work:

 

<html><body><?php  $con = mysqli_connect("","root");  mysqli_select_db($con, "firma");   $sql = "update personen set gehalt = gehalt * 1,04";  mysqli_query($con, $sql);   $num = mysqli_affected_rows($con);  echo "<p>Es wurden $num Datensätze geändert</p>";   mysqli_close($con); ?><p>Alle Datensätze <a href="db_tabelle.php">anzeigen</a></p></body></html>

 
i want all numbers from money * 1,04 but it didnt work.
 
so maybe somebody can help me or say whats wrong with it. the script is local that means i use xampp
Edited by phpnoobx
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.