[PHP-DB] Table Field type

2003-08-14 Thread Michelle Whelan
Does anyone know what field type to use for inserting a webpage name into a database? Example pagename.html When I fill in the form information everything seems to insert fine, then I do a search to see the result and nothing is there, so I check the entry in the database and there is an

RE: [PHP-DB] Display results on html page

2003-03-21 Thread Michelle Whelan
John, I don't think I'm understanding what you are saying. Anyhow, I actually got the html to display. John Mailing list, I am having a problem with my query working. It was working, then I must have edited something in it. I don't remember exactly what because it was very late at night.

[PHP-DB] Display results on html page

2003-03-20 Thread Michelle Whelan
I am looking to display results of a query inside of an html table. When I tested to see if this was correct it returned with a blank page on my website. Here is my code: TIA Michelle /* If there was a problem with the query... */ if (!$result || @mysql_num_rows($result) 1) { print(No

[PHP-DB] SELECT * FROM Command *REVISED*

2003-03-19 Thread Michelle Whelan
-Ok, this is what I have. I hope this is what you are looking for. I'm looking to format this search results page so that the results come back with the entire entry that also matches the zipcode that was searched. ex: zipcode search = 90210 results for 90210 are: contactname phone

RE: [PHP-DB] Code to send user info to database

2003-03-01 Thread Michelle Whelan
specific problems you're having (e.g. db connection problems, PHP parse errors, unexpected results, etc., etc.). Rich -Original Message- From: Michelle Whelan [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 2:09 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Code to send user info

RE: [PHP-DB] Code to send user info to database

2003-03-01 Thread Michelle Whelan
specific problems you're having (e.g. db connection problems, PHP parse errors, unexpected results, etc., etc.). Rich -Original Message- From: Michelle Whelan [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 2:09 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Code to send user info

[PHP-DB] Code to send user info to database

2003-02-28 Thread Michelle Whelan
Hi all, I'm just starting out with writing PHP and would like to get help with writing the code for my forms to have the data sent to a database. Here is one of my forms: ?php if ($submit == Submit){ echo Your listing has been submitted; echo Go back a