Recent content by bparker1084

  1. B

    Why Vb.net?

    VB.NET contains a systematic collection of classes and objects. It comes with so many built-in classes which are ready to be used. So it is easier to write in VB.net then Visual Basic.
  2. B

    Firefox Search the web

    Just update your Firefox version to get web search option.
  3. B

    easy way to convert access front end to PHP?

    No software can effectively convert these formats because the way Access forms work is fundamentally different from how web interfaces have to work to be usable.
  4. B

    php and xml

    PHP is a powerful scripting language that fits gracefully into HTML and puts the tools for creating dynamic websites in the hands of the people. XML is easy to read and has a nice tree structure, which can be easily interpreted.
  5. B

    Methods of Mass Mailing

    I use PHPmailer and a script that uses pagination so it sends 100 emails at a time. So we have 20 pages to load. I've wondered if you could set up an auto-refresh to load the next page... A meta-refresh or something?
  6. B

    what's a cookie?

    Cookies are usually small text files, given ID tags that are stored on your computer's browser directory or program data sub folders.
  7. B

    How to use Access with mysql

    The MySQL database can be used as an import source, an export source, or as a linked table for direct use within an Access application, so you can use Access as the front-end interface to a MySQL database.
  8. B

    What's the difference between PHP echo() and PHP print()?

    Echo can take more than one parameter when used without parentheses and does not return any value while Print takes only one parameter and always returns 1.
  9. B

    Hello Everyone!!!

    I glad to introduce myself. I am Kurt Parker from San Jose and working for Web Development Company as a PHP Developer and I like to share opinion on web and mobile development on various open source platforms.
Top Bottom