Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

HTML-on-the-WEB · HTML-on-the-WEB Discussion List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 729
  • Category: HTML
  • Founded: Apr 12, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 17365 - 17394 of 23222   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
17365 Lokrin
lokrin2000 Send Email
Feb 1, 2005
8:38 am
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...
17366 Michael Pakay
pakaymc Send Email
Feb 1, 2005
2:40 pm
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 =...
17367 Ken Robinson
kenrbnsn Send Email
Feb 1, 2005
4:07 pm
... You are probably going to have to change your logic. In general, I use the following code when getting records: $q = "Mysql query here"; $rs =...
17368 Michael Pakay
pakaymc Send Email
Feb 1, 2005
4:31 pm
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...
17369 Ken Robinson
kenrbnsn Send Email
Feb 1, 2005
4:54 pm
... To reference a two dimensional array in PHP, you would do $row[0][0] or $row[0]['description&#39;] or $row[$var1][$var2]. How are you getting your information...
17370 Michael Pakay
pakaymc Send Email
Feb 1, 2005
6:46 pm
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...
17371 Ken Robinson
kenrbnsn Send Email
Feb 1, 2005
7:16 pm
... 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 ...
17372 Michael Roush
mdroush Send Email
Feb 1, 2005
7:31 pm
... If you use Microsoft Office products (Word, PowerPoint, Publisher, etc), you can go online to http://office.microsoft.com/clipart/ and find loads of...
17373 Michael Pakay
pakaymc Send Email
Feb 1, 2005
7:39 pm
My code is now working. Thank you very much. I will need to read about 'session&#39;. One final question. When I return $aTee, how can I tell how many rows are...
17374 Michael Roush
mdroush Send Email
Feb 1, 2005
7:45 pm
... 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...
17375 Ken Robinson
kenrbnsn Send Email
Feb 1, 2005
7:49 pm
... $n = count($aTee); I recommend that you read (or at least skim) the manual at www.php.net, it is a wonderful resource. Ken...
17376 Michael Pakay
pakaymc Send Email
Feb 1, 2005
7:55 pm
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...
17377 Michael Roush
mdroush Send Email
Feb 1, 2005
7:59 pm
... I just looked at the page in IE6 and NN7.2. No purple above "Jennifer&#39;s Fan Fiction" in either browser. Did you fix the problem already? ===== Michael...
17378 Lokrin
lokrin2000 Send Email
Feb 1, 2005
8:37 pm
... 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...
17379 Lokrin
lokrin2000 Send Email
Feb 1, 2005
8:39 pm
... 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...
17380 Gordon Stewart
gordonisnz Send Email
Feb 1, 2005
8:54 pm
... 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...
17381 Thomas J. Hruska
shininglightpro Send Email
Feb 1, 2005
10:34 pm
... 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...
17382 Thomas J. Hruska
shininglightpro Send Email
Feb 1, 2005
10:52 pm
... ^^^^ 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...
17383 Jennifer (aka Sassy D...
jenlistowner Send Email
Feb 2, 2005
6:53 am
... 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...
17384 Jennifer (aka Sassy D...
jenlistowner Send Email
Feb 2, 2005
7:29 am
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 ...
17385 Michael Pakay
pakaymc Send Email
Feb 2, 2005
3:21 pm
Using a variable from another page. My scenario is this. I will be calling 3 functions function PlayerInfo() function ScheduleInfo() function TeeInfo() stored...
17386 Dean Hamack
tactics2337 Send Email
Feb 2, 2005
6:02 pm
... 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...
17387 bajeba2000 Send Email Feb 2, 2005
8:59 pm
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...
17388 mike
mzanime2000 Send Email
Feb 2, 2005
11:20 pm
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...
17389 proaudiomusic Send Email Feb 3, 2005
12:02 am
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...
17390 sana Hussain
sana_askari Send Email
Feb 3, 2005
12:03 am
hi i want to ask that how we hide our site's code by viewing to anyone. how to encrypt it.kindly tell me. hiding site code ???how? ...
17391 Ken Robinson
kenrbnsn Send Email
Feb 3, 2005
12:40 am
... [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(); ...
17392 Dean Hamack
tactics2337 Send Email
Feb 3, 2005
1:20 am
... 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 ...
17393 Thomas J. Hruska
shininglightpro Send Email
Feb 3, 2005
2:56 am
... 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...
17394 Thomas J. Hruska
shininglightpro Send Email
Feb 3, 2005
3:05 am
... 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 ...
Messages 17365 - 17394 of 23222   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help