RE: [PHP-DB] New to PHP and MySQL!!!

2001-11-22 Thread matt stewart
s know how it's all set up first! -Original Message- From: Oli Wilkinson [mailto:[EMAIL PROTECTED]] Sent: 22 November 2001 15:02 To: [EMAIL PROTECTED] Subject: [PHP-DB] New to PHP and MySQL!!! Hello all, I'm new to this database stuff - I'm looking to create a simple dat

[PHP-DB] New to PHP and MySQL!!!

2001-11-22 Thread Oli Wilkinson
Hello all, I'm new to this database stuff - I'm looking to create a simple database in MySQL for a news page. Just want the date of the input and the text for each entry! Not too hard! But I'm a complete novice!!! I am using Dreamweaver UltraDev (and the PHP extension). Many Thanks Oli Wilk

Re: [PHP-DB] New to PHP and MySQL

2001-07-09 Thread leo g. divinagracia iii
assuming you have a DB setup with a table for the guestbook, just do a standard query. now the steps can be long and wordy. but essentially, you open a connection to the DB server. you make a link to the DB. you then pass an SQL query via PHP to Mysql. then it stores the result into an array

[PHP-DB] New to PHP and MySQL

2001-07-09 Thread chris
Hi there, I'm new to PHP and MySQL - coming from ACCESS and ASP. Can someone please let me know - in simple terms :-) how to search a DB? I have written a guestbook which works fine, but I would like my users to be able to search it for a word or phrase and i'm not totally sure how to go abo