[PHP] oblivious to the obvious

2004-04-23 Thread Arthur Pelkey
I keep getting Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in lines 17 and 21, they are marked below. I am drawing a blank, starting to doze off also :S, thunderbird has crappy default composition widths(anyone know how to change it?), so the formatting

Re: [PHP] PHP Web Hosting

2004-04-19 Thread Arthur Pelkey
I am all for adventure when money goes into my wallet, the same cannot be said for the opposite ;) John Nichel wrote: Arthur Pelkey wrote: any hosting provider that gives me a 500 internal server error when i try to navigate to their packages, will get overlooked by me ;) A, comeon

Re: [PHP] PHP Web Hosting

2004-04-19 Thread Arthur Pelkey
sometimes it `loads` a blank white page, when i refresh I get a 500 internal server error, tried 20-25 times in a row, oh well Edward Peloke wrote: I just clicked the link and get there fine... -Original Message- From: Arthur Pelkey [mailto:[EMAIL PROTECTED] Sent: Monday, April 19

Re: [PHP] PHP Web Hosting

2004-04-19 Thread Arthur Pelkey
any hosting provider that gives me a 500 internal server error when i try to navigate to their packages, will get overlooked by me ;) Edward Peloke wrote: I use www.ht-tech.net very good and reliable. Eddie -Original Message- From: Adam Voigt [mailto:[EMAIL PROTECTED] Sent: Monday, A

Re: [PHP] How to disable browser's back- and refresh-Button

2004-04-19 Thread Arthur Pelkey
on any current browser simply removing the button from view, does not remove the function, but i guess it is a start Hawkes, Richard wrote: Yes, I think unconstructive e-mails are a little rude aren't they? So here's a bit of JavaScript that removes everything! I'll let you fiddle with the set

Re: [PHP] Help with adding an image to a table row

2004-03-17 Thread Arthur Pelkey
background="" Mark wrote: I have the following snippet of code that I cannot seem to find a way to add an image to a . The line in question is the first one under the else statement: print ""; This line, I would like to show a image called "backgrnd.png" instead of a backgound color. Any he

Re: [PHP] var references

2004-02-06 Thread Arthur Pelkey
Thanks!, my syntax was a bit off, havn't had much sleep, but it kept slipping by me ;) Chris W. Parker wrote: Arthur Pelkey <mailto:[EMAIL PROTECTED]> on Friday, February 06, 2004 9:46 AM said: $blat = $tue_5a; [snip] while($row = mysql_fetch_array($result)) { s

[PHP] var references

2004-02-06 Thread Arthur Pelkey
I have the following: $blat = $tue_5a; $result = mysql_query("SELECT * FROM classes WHERE c_d_tue='1' AND c_s_tue_1_hr='5' AND c_s_tue_1_dn='am'"); while($row = mysql_fetch_array($result)) { switch($blat) { case tue_5a: $min_1 = $row[29]; break; } ?> class title:"> class minut

RE: [PHP] [Fwd: Delivery Report (failure) for php-general@lists.php.net]

2004-01-19 Thread Arthur Pelkey
As have I. -Original Message- From: Ben Ramsey [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 10:59 AM To: [EMAIL PROTECTED] Subject: [PHP] [Fwd: Delivery Report (failure) for [EMAIL PROTECTED] What the heck does this mean? I've been receiving a ton of these even though I hav

RE: [PHP] Image Header Issues

2004-01-16 Thread Arthur Pelkey
I've had this same problem, and it was not related to any script I wrote, ie just stopped saving in any other format(for images), besides bmp, I am sure there would be something on ms's knowledge base, but it escapes me what I did to fix it, or updated. -Original Message- From: [EMAIL PRO

RE: [PHP] PHP Includes and Echoes in Head Sections and Search Engines

2004-01-15 Thread Arthur Pelkey
You are defining the vars after the header/title has already been processed, put it before the head.php, and it should work -Original Message- From: Freedomware [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 3:54 PM To: [EMAIL PROTECTED] Subject: [PHP] PHP Includes and Echoes

RE: [PHP] Multiple Queries

2004-01-15 Thread Arthur Pelkey
[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 10:52 AM To: [EMAIL PROTECTED] Subject: RE: [PHP] Multiple Queries Can you paste the code please... Humberto Silva World Editing Portugal -Original Message- From: Arthur Pelkey [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 15

[PHP] Multiple Queries

2004-01-15 Thread Arthur Pelkey
I am new this. I have a page that has multiple queries on it, I want to do doing the following: Query a mysql db multiple times in the same page, but i must be missing something, I keep getting these AFTER the first queryis successful: Warning: mysql_fetch_array(): supplied argument is not a val