Search the web
Sign In
New User? Sign Up
HTML-on-the-WEB · HTML-on-the-WEB Discussion List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 17365 - 17394 of 22465   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17365
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...
Lokrin
lokrin2000
Offline Send Email
Feb 1, 2005
8:38 am
17366
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 =...
Michael Pakay
pakaymc
Offline Send Email
Feb 1, 2005
2:40 pm
17367
... 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 =...
Ken Robinson
kenrbnsn
Online Now Send Email
Feb 1, 2005
4:07 pm
17368
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...
Michael Pakay
pakaymc
Offline Send Email
Feb 1, 2005
4:31 pm
17369
... 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 Robinson
kenrbnsn
Online Now Send Email
Feb 1, 2005
4:54 pm
17370
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...
Michael Pakay
pakaymc
Offline Send Email
Feb 1, 2005
6:46 pm
17371
... 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 ...
Ken Robinson
kenrbnsn
Online Now Send Email
Feb 1, 2005
7:16 pm
17372
... If you use Microsoft Office products (Word, PowerPoint, Publisher, etc), you can go online to http://office.microsoft.com/clipart/ and find loads of...
Michael Roush
mdroush
Offline Send Email
Feb 1, 2005
7:31 pm
17373
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...
Michael Pakay
pakaymc
Offline Send Email
Feb 1, 2005
7:39 pm
17374
... 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...
Michael Roush
mdroush
Offline Send Email
Feb 1, 2005
7:45 pm
17375
... $n = count($aTee); I recommend that you read (or at least skim) the manual at www.php.net, it is a wonderful resource. Ken...
Ken Robinson
kenrbnsn
Online Now Send Email
Feb 1, 2005
7:49 pm
17376
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...
Michael Pakay
pakaymc
Offline Send Email
Feb 1, 2005
7:55 pm
17377
... 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...
Michael Roush
mdroush
Offline Send Email
Feb 1, 2005
7:59 pm
17378
... 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...
Lokrin
lokrin2000
Offline Send Email
Feb 1, 2005
8:37 pm
17379
... 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...
Lokrin
lokrin2000
Offline Send Email
Feb 1, 2005
8:39 pm
17380
... 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...
Gordon Stewart
gordonisnz
Offline Send Email
Feb 1, 2005
8:54 pm
17381
... 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...
Thomas J. Hruska
shininglightpro
Offline Send Email
Feb 1, 2005
10:34 pm
17382
... ^^^^ 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...
Thomas J. Hruska
shininglightpro
Offline Send Email
Feb 1, 2005
10:52 pm
17383
... 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...
Jennifer (aka Sassy D...
jenlistowner
Offline Send Email
Feb 2, 2005
6:53 am
17384
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 ...
Jennifer (aka Sassy D...
jenlistowner
Offline Send Email
Feb 2, 2005
7:29 am
17385
Using a variable from another page. My scenario is this. I will be calling 3 functions function PlayerInfo() function ScheduleInfo() function TeeInfo() stored...
Michael Pakay
pakaymc
Offline Send Email
Feb 2, 2005
3:21 pm
17386
... 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...
Dean Hamack
tactics2337
Offline Send Email
Feb 2, 2005
6:02 pm
17387
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...
bajeba2000
Offline Send Email
Feb 2, 2005
8:59 pm
17388
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...
mike
mzanime2000
Online Now Send Email
Feb 2, 2005
11:20 pm
17389
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...
proaudiomusic
Offline Send Email
Feb 3, 2005
12:02 am
17390
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? ...
sana Hussain
sana_askari
Offline Send Email
Feb 3, 2005
12:03 am
17391
... [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(); ...
Ken Robinson
kenrbnsn
Online Now Send Email
Feb 3, 2005
12:40 am
17392
... 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 ...
Dean Hamack
tactics2337
Offline Send Email
Feb 3, 2005
1:20 am
17393
... 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...
Thomas J. Hruska
shininglightpro
Offline Send Email
Feb 3, 2005
2:56 am
17394
... 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 ...
Thomas J. Hruska
shininglightpro
Offline Send Email
Feb 3, 2005
3:05 am
Messages 17365 - 17394 of 22465   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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