dropdown menu
Hello everbody,
I am php newbie.
I need to develop a program that once click the drop do
retrieving images from mysql database using php
So I've been trying to figure out how to store images in a mysql database, and as far as i can tell
Combining Two Queries
I have two scripts that each work fine by themselves. One is a search script with a variable that de
PHP and MySQL Question/Help
I have a MySQL db with all my servers and all their details like server name, IP, OS, RAM etc etc 26
Character Sets/Collations Stuff
Can someone please give me a check list of things I must do to setup all the charset stuff for my ph
get multiple rows
Hi I want to get multiple rows from a db
I am using this for the db query
Code: public
PHP onsubmit in the form not going to the fuction.
I have a form through ‘onsubmit’ calling a function validation(). But not going to the
sql error
I have been looking at this code for 20mins and can't work out what I am doing wrong. There is somet
Using insert variable
need a way to inert variable data to mysql database
$acc = "212121212";
$nok =
Appending GET data with form submition
Okay, what I'm trying to do is to use a form to append an already existing GET data string.
I