Jump to content

worldworld

Members
  • Posts

    94
  • Joined

  • Last visited

    Never

Everything posted by worldworld

  1. Try this... <div style="width:200px;text-align:justify;border:1px solid maroon;padding:5px;position:relative;color:black">Matter here..</div>
  2. Visit here to see how to install PHP on Vista..
  3. I came across this article .Please take a look at it.
  4. I think you can use asp too....
  5. worldworld

    frames

    Can you give the url where i can see the page for accurate answer as i am not clear with your question. Thanks...
  6. Hi, Please help me how to take MySQL Auto Backup & Export the tables.. Thanks.
  7. Try PHP Encoder to protect, encrypt and encode your PHP source code assets. Includes encryption, protection, security and obfuscation. More details are here..
  8. Have a look here - http://www.opensourcecms.com/ "This site was created with one goal in mind. To give you the opportunity to "try out" some of the best php/mysql based free and open source software systems in the world. You are welcome to be the administrator of any site here, allowing you to decide which system best suits your needs."
  9. worldworld

    PEAR

    Hi, What is PEAR? What are it's advantages? Thanks for any help...
  10. Hi, I am a PHP Developer. Should i learn PERL to increase my level in coding world? If so what are it's advantages.... Thanks for any kind of help....
  11. Is it possible to parametrize the table of a SELECT ? SELECT * FROM $1 # for example. Thank you for any hint or pointers!
  12. I think you can find the soln. here....
  13. I think you have to use WHERE ur=' ' tag along with ORDER BY RAND() LIMIT 1. Try it...
  14. Hi, I am a PHP Developer and have isssue of how can I protect pages using MySQL and PHP. Thanks for help....
  15. Hi, I just wanted a clean script to insert in a javascript array the elements of a php array. Any help will be thankful... Thanks...
  16. [quote author=newbee link=topic=120152.msg537706#msg537706 date=1172345154] Hello, I stumbled upon this in my quest to solve a php installation/configuration problem.  My system: Local computer Apache 2.2 (works well, I get the "It works!" screen) MySQL 5.0.27 PHP 5.2.1 I followed the steps EXACLY as you mention in your link. When I type Ctrl+F5, I see test.php in the list.  When I click on it, it only executes the html portion and does not execute the php code.  The test.php file has the following code: <html> <head> <title>PHP Test</title> </head> <body> <p>This is an HTML line <p> <?php echo "This is a PHP line"; phpinfo(); ?> </body></html> I only see the "This is an html line" display on the screen and the "This is a PHP line" does not appear on the screen. When I type "http://localhost/" I get the following: Index of / apache_pb.gif apache_pb.png apache_pb22.gif apache_pb22.png apache_pb22_ani.gif test.php.html When I type "http://localhost/test.php", I get error 404.  Please help! [/quote] The error is test.php.html .  rename it as test.php
  17. Visit [url=http://linuxreviews.org/software/desktops/]here[/url] for diff between KDE vs Gnome, What is the better desktop environment?
  18. I have my view point that one should get educated from some PHP Developer with high skills and then start learning by his own way...  :)
  19. Ya i just see the problem... Can u paste the code here?
  20. I did see it in FF and IE no problems in display? Please explain if there are any.. Thanks.
  21. I did see the site no problems i faced while resizing?
  22. worldworld

    Distro

    Hi, Which is the best distro to use for linux? Thanks in advance.
  23. Try this : <script language="javascript" type="text/javascript"> <!-- function popitup(url) { newwindow=window.open(url,'name'); if (window.focus) {newwindow.focus()} return false; } // --> </script>
×
×
  • 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.