Over on my weblog I have several categories (listed below). There is also a plugin that lets me show an icon based upon the entry's category. I pulled a few...
I'm using the following code to read three records from the table tblCourseTee. I will capture five fields from each row. require "EnterScoreSub.php"; $row4 =...
Thanks for the quick reply. In Visual Basic when I have a two dimensional array I can reference this array as: $Row(0,0) or $Row(2,2) and display the values...
... To reference a two dimensional array in PHP, you would do $row[0][0] or $row[0]['description'] or $row[$var1][$var2]. How are you getting your information...
Ken I know I'm becoming a pain but I'm receiveing the following error: Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in...
... You're using the variable $sql in too many places. In your while statement, change "$sql = mysql_fetch_assoc($sql)" to "$rw = mysql_fetch_assoc($sql)" and ...
... If you use Microsoft Office products (Word, PowerPoint, Publisher, etc), you can go online to http://office.microsoft.com/clipart/ and find loads of...
My code is now working. Thank you very much. I will need to read about 'session'. One final question. When I return $aTee, how can I tell how many rows are...
... Teachers use a lot of this sort of thing when teaching students how to tell time (at least the teachers who still do that sort of thing). There's a nice...
Thanks again. I have been a VB programmer for 12 years. This is my first attempt at HTML, PHP & MySQl. I have ordered a PHP book that has not arrived from...
... I just looked at the page in IE6 and NN7.2. No purple above "Jennifer's Fan Fiction" in either browser. Did you fix the problem already? ===== Michael...
... I was wondering.... Did you mean an analog clock or a digital clock? A digital clock might be easier to work with. [Non-text portions of this message...
... Linux =P Also no comercial software and I still haven't figured out the Gimp. However, Ill give the link a try. Thanks. [Non-text portions of this...
... Michael Roush wrote: I was wondering.... Did you mean an analog clock or a digital clock? A digital clock might be easier to work with. < (going back on...
... is a wonderful resource. Actually, php.net's _default_ help is not the greatest resource. The only reason people think it is "a wonderful resource" is...
... ^^^^ Very few people have. It is an abundant assortment of odd windows that contain icons with no meaning. About the only thing I've found it good for is...
... I use domainreg.com. I have used them for about three years and haven't had a single problem. They're very helpful and offer great extras to help protect...
So you want a clock that doesn't have any numbers already in it? Here's a few links that *might* be what you want: http://chemware.co.nz/ticgallery.htm ...
Using a variable from another page. My scenario is this. I will be calling 3 functions function PlayerInfo() function ScheduleInfo() function TeeInfo() stored...
... Same people I use for hosting. Domains are $6.95 or free with hosting: Www.aaces.com Dean Hamack Macromedia Certified Flash MX Designer/ Lead Web Developer...
Hi everyone, I am trying to set up a link on a site that will allow a file to be downloaded via FTP using the users browser client NOT a FTP client. I have...
Why can't you just zip the file? Any zipped file must be fully downloaded before it can open. -Mike. ... downloaded via ... gives me ... and the file ... I...
Hello, my images aren't appearing in a straight line. If you go to www.dcmusicstore.com you can see that the guitar player and accessories/amplifiers tab are...
... [snip] ... A short tutorial on using Sessions in PHP. 1) At the top of every PHP file where you will be using Sessions put the statement: session_start(); ...
... There's no such thing because browsers all handle ftp differently. If you want a file to be downloaded, just zip it and you will automatically get a ...
... www.1and1.com (those are number one's as in one-and-one rather than letter L's). That company has been on my radar for a really long time. Their solutions...
... That's not true. The base of Windows XP (any flavor) will automatically open ZIP files _IF_ no other ZIP utility has been installed. XP has this ...