Ugh, from what I read now I have to re-write all my forms. No fun. Thanks guys, I was hoping it was something simple. I would like to ask one thing, here is a simple code that I was using can someone explain to what need to be change to work with 4.3.4 so that I can work on my other pages.... <? $db_name = "mylinks"; $table_name = "links"; $connection = @mysql_connect("localhost","xxx","xxx") or die ("Couldn't connect"); $db = @mysql_select_db($db_name, $connection) or die ("Couldn't select database."); $sql = "INSERT INTO $table_name (abc, keywords, links, name) VALUES ('$abc', '$keyword', '$links', '$name')"; // echo what should be going into the table... print "A: $abc, KW: $keyword, LINKS: $links, NAME: $name, SQL: $sql<P>"; $result = @mysql_query($sql, $connection) or die("Couldn't execute query."); ?> Sorry to ask, just nothing is inserting into the data, and most of the books I have are from 2000 a little dated. Payne PS. Before someone tells me that it not good to post information here, things have been change to protect my database. On 11/13/04 9:59 PM, "Janet Valade" <jvalade@xxxxxxxx> wrote: > > Actually, read this: > > http://us2.php.net/manual/en/security.globals.php > > Janet > > Chuck PUP Payne wrote: > >> If I was still on 4.1 I would understand, but I am on 4.3.4 now.... >> >> I will read it but I think it will there is something that turn on in the >> php.ini. >> >> Payne >> >> On 11/13/04 9:13 PM, "Brad Bonkoski" <bbonkosk@xxxxxxxxxxxxxxx> wrote: >> >> >>> Read this.. >>> http://www.php.net/release_4_1_0.php >>> >>> (Especially the part about global variables...) >>> ----- Original Message ----- >>> From: "Chuck PUP Payne" <payne@xxxxxxxxxxxxxx> >>> To: <php-general@xxxxxxxxxxxxx> >>> Sent: Saturday, November 13, 2004 9:02 PM >>> Subject: A simple question >>> >>> >>> >>>> Hey, >>>> >>>> I have just upgrade my box and my forms are no longer passing information >>>> into the database. I did a simple echo test and sure enough nothing. I was >>>> using Apache 1.3 with php 4.1 I am now using Apache 2 with php 4.3.4, I >>>> thinking there is something that needs to be turn on in my php.ini that I >>>> need to turn to pass information. >>>> >>>> Any clues, >>>> >>>> Payne >>>> >>>> -- >>>> PHP General Mailing List (http://www.php.net/) >>>> To unsubscribe, visit: http://www.php.net/unsub.php >>>> >> >> > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php