Jump to content

matthew61773

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

matthew61773's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi anyone inform what this code means? $conn = mysql_connect ( "localhost" , "ronverdonk" , "ronnie09" ) or die( mysql_error ()); mysql_select_db ( "vwso" ) or die( mysql_error ()); thanks
  2. question I have been set and am having triouble with! Write a PHP script, including the approriate SQL, that shows how to read data from and write data to the following MySQL database table (PRODUCT) Prod-Id            Product      Price      No_in_stock     0                  Hammer      £5.00            22     1                  Pump          £3.00            4        3                  Spanner      £2.00            6
  3. Another question I have been set and am having triouble with! Write a PHP script, including the approriate SQL, that shows how to read data from and write data to the following MySQL database table (PRODUCT) [b]Prod-Id            Product      Price      No_in_stock[/b]     0                  Hammer      £5.00            22     1                  Pump          £3.00            4        3                  Spanner      £2.00            6
  4. Thanks guys much appreciated ;D
  5. my own name or a name typed into the code.
  6. Hi I am doing a question in college and need some simple code in PHP. I have to Write a PHP script that outputs your name to the screen 5 times, each time the font size increasing by 2. Any ideas? thanks :)
×
×
  • 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.