Jump to content

weknowtheworld

Members
  • Posts

    85
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://www.software-planet.org

Profile Information

  • Gender
    Not Telling

weknowtheworld's Achievements

Member

Member (2/5)

0

Reputation

  1. You can pass the whole string to other page and submit the form...
  2. Hi, What is the syntax to connect php to oracle. Any help will be thankful to me..
  3. I think Time Management is Personal Goal Setting - Planning to live your life your way...
  4. I came across an article here... It says much more. Nice to read.
  5. Well my view point is you must have bgcolor as light grey. Else the looks are nice..
  6. Is that you require code for image rollover on mouseover ?
  7. Do visit php.net for more learning in php. Happy learning....
  8. Try this : $host="localhost"; // Host name Thanks.
  9. Try this : <html> <head> <script language="JavaScript"><!-- if (document.layers) document.captureEvents(Event.MOUSEMOVE); document.onmousemove=mtrack; function mtrack(e) { var Text= 'Coordinates: '; if (document.layers) Text += e.pageX+','+e.pageY else Text += event.x+','+event.y; window.status= Text; } //--></script> </head> <body> Move the mouse and see the status change </body> </html>
  10. The code should be : <style type="text/css"> html { background-image: #FFFFFF url(http://www.runnerselite.com/images/linedown.jpg); background-repeat: repeat-y; background-position:0px 155px} body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; } body { background-image: transparent url(http://www.runnerselite.com/images/line.jpg); background-repeat: repeat-y; background-position:15px 0px } </style> Try it...
  11. Search for free email script in PHP on internet..
  12. To install mandriva on my system it is needed to download all three CDs from their website? Thanks for help ..
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.