Jump to content

morrisjohnny

Members
  • Posts

    300
  • Joined

  • Last visited

Everything posted by morrisjohnny

  1. Oka yi added that in but i still recive a warning saying.Warning: mysql_query(): Access denied for user 'nobody'@'localhost' (using password: NO) in /home2/jnymris/public_html/Maffia (05-05-05)/Info.php on line 26Warning: mysql_query(): A link to the server could not be established in /home2/jnymris/public_html/Maffia (05-05-05)/Info.php on line 26Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home2/jnymris/public_html/Maffia (05-05-05)/Info.php on line 27
  2. Hello, I'm totaly new to PHP and was wondering if i could get some help ( i have read the w3schools page)I was wanting to know:When a person who was logged in has 1 unread mailed how to display textI do use Mysql tables, and i believe it has somthing to do with this: <? $lijstGebruikers = "SELECT * FROM inbox WHERE reciever='$cookieusername' AND unread='0'"; $resultLijstGebruikers = mysql_query($lijstGebruikers); $messag = mysql_num_rows($resultLijstGebruikers); ?> <tr><td class="menuItem">- <a class="menuItem" href="inbox.php">Inbox<? if ($messag > 0) { echo " [$messag new]"; } ?></a></td></tr> Thanks in advance-Jny
  3. Thanks VM i have got it to work
  4. Hi i was just reading and i decided it would be nice to put it on my site, anyway of course a few problems arised it said my time was 11:00am when its 7:00pm, anyway i was wondeirng is their anyway that you can make it read from the users pc clock?Also this is not as imporant but can u make it automatcially refresh after 1 minute?Thanks-Jny Mrs
  5. Okay, this could get compulcated but i will try and make it as easy as possibleFileF1-Tm Page = http://h1.ripway.com/johnnymorris/F1-TM/Index.htmlCSS file for itCSS Code = http://h1.ripway.com/johnnymorris/css/sheet.cssAnyway i was wondering how can i put a link from the F1-Tm to use the CSS from the Orginal CSS Page and to do this i would need to go up levels to back to johnnymorris folder and then back down the css folder.If this is not possible is it possible to use a file from a file in the johnnymorris folder?could some body please explain it like this <link rel='stylesheet' type='text/css' href='/sheet.css' /> Also does it work the same for using a Java file as i want to add a file to the f1-tm page in a file in teh johnnymorris file.Even if u could answer one question i would be very greatful.NOTE: i don't want to use the full URL links as this wouldn't work for testing when i am NOT Online
  6. Okay thank you everyboddy it is showing images like i wished to, Thank you to everyboddy that read, although a big thanks to everyone that helpped.
  7. This works, Thanks althoug hi dunno wish for it to be linked to another site.
  8. sorry this does work, i'm NOT ussing CSS & using that does make it work in both IE & FF
  9. Hi, if u look at my site in Firefox u see the images fineIf u look at my site in Internet Explorer u don't see any images. the images i'm talking about are the images under the main banner and above the text. I'm wondering if i have places in them in correct, I have placed them in a cell in a table i have created inside a table. Any Anyboddy please help me?Link:http://h1.ripway.com/johnnymorris/index.html
  10. Thanks but thts what i was trying to do, Thanks for the help anyways <table><tr> <td><b>Navigation</b></td> <td h align="center"><b>News</b></td></tr><tr> <td><a href="http://z13.invsionfree.com/dirt_devils/">Visit My Forums</a></td> <td h align="center">Coming Soon</td></tr><tr> <td><a href="http://fastb01.googlepages.com">Visit My old website</a></td> <td h align="center">Coming Soon</td></tr></table><table border="0" width="100%" cellpadding="5"><tr><td width="25%" valign="top"><b>Navigation</b><br><a href="http://fastb01.googlepages.com">Visit My old website</a></td></td><td width="75%" align="center" valign="top"><b>News</b><br>Another text. Another text. Another text. Another text. Another text. Another text. Another text.Another text.Another text.Another text.Another text.</td>
  11. thanks but i have managed to find out from some other person. thanks for taking the time to help.
  12. Sorry whts that? don't surposse u could explain a bit more? maybe type some sort of code out?
  13. Hi.I've created a table and i can get the table to work fine, the problem is, i want cells 2 to be aligned fomr the center so as i type the cell "expands" and is spread evenly while cells 1 are always on the left of the page. If anyboddy can help i'd be really greatful.(I've only started to learn HMTL during the last few days so i'm very new)(FIRST POST woop)
×
×
  • Create New...