Recent content by Ranger Giya

  1. R

    PHP/MYSQL array help needed...?

    Hi guys...i need help with this problem...im trying to update all the rows of one column in a certain table...the row data is stored in an array...everything works...i just dont know what the syntax for the sql query is to update using an array...it gives me an error when i do the update...
  2. R

    PHP/MYSQL insert image help...?

    So I am trying to insert an image to my database... I have this table in my database...this part work... CREATE TABLE IF NOT EXISTS spacelocation ( spacelocationid BIGINT NOT NULL AUTO_INCREMENT, PRIMARY KEY(spacelocationid), image BLOB, name VARCHAR(255) NOT NULL UNIQUE, ); the spaceloctionid...
  3. R

    PHP Code Help Needed...?

    So its my first time writing in PHP and I need some help... I have a HTML document with like 4 questions, which can be answered using radio buttons or drop down menus. My question is, how do I write PHP code to say that if radio button 3 is selected and if drop down option 4 is selected, then...
Back
Top